videos/find
API Param | Expected values | Default | Description |
---|
page | [+integer] | 1 | Page number |
limit | [+integer] | 50 | Number of results returned |
order | date, views, rating, favorites | date | Results order |
id | [+integer] | null | Unique video ID to retrieve |
cats | [string] | null | Comma-separated list of categories to filter by |
channel | [string] | null | Channel name to filter by |
search | [string] | null | Free-form search string |
thumbs | all, large, medium, small | null | If set, result includes a list of extra thumbs |
lang | en, de, es, fr, it, ja, pl, pt, ru, sv | en | Language filter for video titles |
Examples
Default (latest) video listing (
xml,
json)
Video listing with extra thumbs (
xml,
json)
Find video by ID (
xml,
json)
Find videos by category (
xml,
json)
Find videos by channel (
xml,
json)
Find videos by free-form search (
xml,
json)
Find most viewed videos, page 2 (
xml,
json)
Find videos translated to Japanese (
xml,
json)
videos/is-active
API Param | Expected values | Default | Description |
---|
id | [+integer] | null | Unique video ID to check the status of |
Examples
Check active video (
xml,
json)
Check inactive/non-existent video (
xml,
json)
videos/deleted
API Param | Expected values | Default | Description |
---|
page | [+integer] | 1 | Page number |
limit | [+integer] | 50 | Number of results returned |
Examples
Return latest deleted videos (
xml,
json)
Return 100 deleted videos, page 3 (
xml,
json)
actors/find
API Param | Expected values | Default | Description |
---|
page | [+integer] | 1 | Page number |
limit | [+integer] | 50 | Number of results returned |
order | date, name, views, rating, favorites | name | Results order |
name | [string] | null | Name of the actor to retrieve |
sex | male, female, trans | female | Actors' gender to filter by |
Examples
Return default (alphabetical) listing (
xml,
json)
Find actors by sex (
xml,
json)
Find actor by name (
xml,
json)
Find most favorited actors (
xml,
json)
channels/find
API Param | Expected values | Default | Description |
---|
page | [+integer] | 1 | Page number |
limit | [+integer] | 50 | Number of results returned |
order | date, name, views, rating, favorites | name | Results order |
name | [string] | null | Name of the channel to retrieve |
cats | [string] | null | Comma-separated list of categories to filter by |
Examples
Return default (alphabetical) listing (
xml,
json)
Find channel by name (
xml,
json)
Find top rated channels (
xml,
json)
dvds/find
API Param | Expected values | Default | Description |
---|
page | [+integer] | 1 | Page number |
limit | [+integer] | 50 | Number of results returned |
order | date, name, views, rating, favorites | name | Results order |
name | [string] | null | Name of the DVDs to retrieve |
cats | [string] | null | Comma-separated list of categories to filter by |
Examples
Return default (alphabetical) listing (
xml,
json)
Find top rated DVDs (
xml,
json)
categories/find
This method does not accept parameters |
---|
Examples
Return list of categories (
xml,
json)