List my videos

Retrieve a list of videos published by the authenticated user.
You can filter down the list of videos to return using body parameters. Below are some of the most commonly used body parameters. For more specific ones, you can check the complete list of supported video filters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of your Dailymotion profile.

Query Params
string

List of fields to return.

To add several fields, separate each value with a comma (i.e. title,description)

Sample of possible values: title description id channel content_provider country created_time duration embed_html embed_url geoblocking is_created_for_kids language mode private private_id publish_date published url

See the exhaustive list of possible values and their description.

boolean

Filter - Limit the result set to available videos.

string

Filter -

Limit the result set to this category.

Possible values: animals auto creation fun kids lifestyle music news people school shortfilms sport tech travel tv videogames webcam

See all video categories.

string

Filter - Limit the result set to videos created after this date and time.
Timestamp sample value: 1287507036

string

Filter - Limit the result set to videos created before this date and time.
Timestamp sample value:1287507036

string

Limit the result set to this list of video identifiers (works only with xIDs).

string

Limit the result set to this list of languages. Language is declarative and corresponds to the user-declared spoken language of the video. If you wish to retrieve content curated for a specific locale, use the localization global parameter instead.
Sample values: ["fr","en","it"]

boolean

Limit the result set to live streaming videos.

boolean

Limit the result set to off-air live streaming videos.

boolean

Limit the result set to on-air live streaming videos.

boolean

Limit the result set to upcoming live streaming videos.

string

Limit the results to videos with a duration longer than or equal to the specified number of minutes.
Sample value: 3600

string

Limit the result set to videos of this mode.
Possible values: vodor live

boolean

Limit the result set to non-live streaming videos.

boolean

Limit the result set to live recording videos.

boolean

Limit the result set to password protected partner videos.

boolean

Limit the result set to private videos.

string

Limit the result set to this full text search.
Sample value: football

integer

Limit the results to videos with a duration shorter than or equal to the specified number of minutes.
Sample value: 60

string

Change the default result set ordering.
Notes: The relevance filter can only be used in conjunction with the search filter.
Possible values: recent visited visited-hour visited-today visited-week visited-month relevance random trending old live-audience least-visited live-airing-time or id-asc

string

Limit the result set to this full text search of video tags. By default perform 'AND' operation between terms. Use enclosing parenthesis '()' on the query to perform 'OR' operation.
Sample value: ["party","John Doe"]

boolean

Limit the result set to unpublished videos.

number

Limits the number of results per page.
Max: 100

number

The page number to load. Allows to navigate from one page to the other when the results are on several pages.
Max: 10 if limit=100
Depends if has_more at the top of the page is true or false

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!