v1

latestOpenAPI 3.0.02026-07-24674164.7 KB

List my videos

get/rest/user/{PROFILE_ID}/videos

Path parameters

PROFILE_IDstring required

The unique identifier of your Dailymotion profile.

Query parameters

fieldsstring
<p>List of fields to return.</p><p>To add several fields, separate each value with a comma (i.e. <code>title,description</code>)</p><p><p><b>Sample of possible values:</b> <code>title</code> <code>description</code> <code>id</code> <code>channel</code> <code>content_provider_id</code> <code>country</code> <code>created_time</code> <code>duration</code> <code>embed_html</code> <code>embed_url</code> <code>geoblocking</code> <code>is_created_for_kids</code> <code>language</code> <code>mode</code> <code>private</code> <code>private_id</code> <code>publish_date</code> <code>published</code> <code>url</code></p><p>See the <a href="https://developers.dailymotion.com/reference/video-fields/">exhaustive list of possible values and their description</a>.
availabilityboolean

Filter - Limit the result set to available videos.

channelstring

Filter - <p>Limit the result set to this category.</p><p><b>Possible values:</b> <code>animals</code> <code>auto</code> <code>creation</code> <code>fun</code> <code>kids</code> <code>lifestyle</code> <code>music</code> <code>news</code> <code>people</code> <code>school</code> <code>shortfilms</code> <code>sport</code> <code>tech</code> <code>travel</code> <code>tv</code> <code>videogames</code> <code>webcam</code><p><a href="https://developers.dailymotion.com/reference/video-categories/">See all video categories</a>.</p>

created_afterstring

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

created_beforestring

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

idsstring

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

languagesstring

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. <br>Sample values: ["fr","en","it"]

liveboolean

Limit the result set to live streaming videos.

live_offairboolean

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

live_onairboolean

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

live_upcomingboolean

Limit the result set to upcoming live streaming videos.

longer_thanstring

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

modestring

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

no_liveboolean

Limit the result set to non-live streaming videos.

no_live_recordingboolean

Limit the result set to live recording videos.

password_protectedboolean

Limit the result set to password protected partner videos.

privateboolean

Limit the result set to private videos.

searchstring

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

shorter_thaninteger

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

sortstring

Change the default result set ordering. <br>Notes: The relevance filter can only be used in conjunction with the search filter. <br>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

tagsstring

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. <br>Sample value: ["party","John Doe"]

unpublishedboolean

Limit the result set to unpublished videos.

limitnumber
<p>Limits the number of results per page.<br>Max: 100</p>
pagenumber
<p>The page number to load. Allows to navigate from one page to the other when the results are on several pages.<br>Max: 10 if <code>limit=100</code><br>Depends if <code>has_more</code> at the top of the page is <code>true</code> or <code>false</code></p>