Dailymotion API
Public API for accessing Dailymotion video content, users, playlists, and channels. No authentication required for read-only endpoints.
Slug: dailymotion
Key:
Base URL:
Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Key:
dailymotion.com:dailymotion-apiBase URL:
https://api.dailymotion.com/Auth: none
Endpoints: 7
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
ENTERTAINMENT, SOCIAL_MEDIA, VIDEO
Tutorials
- Getting Started with the Dailymotion API — I can look up Dailymotion video titles and channel categories by ID, list Dailymotion's 17 content channels, or retrieve a playlist's video list — all without authentication, but the default response gives only four fields per video (id, title, channel, owner).
Skills
- Look up dailymotion video by id — I can look up a Dailymotion video's title and channel category by its ID via the Dailymotion API — no auth needed, but the default response gives only four fields (id, title, channel, owner).
- Lookup dailymotion video by id — I can look up a Dailymotion video's title, channel, and uploader by ID, or list a playlist's videos — all unauthenticated, but the API returns only four fields per video by default.
Endpoints (7)
| Path | Summary | Response | Auth |
|---|---|---|---|
| channel/{id} | Get channel details | application/json |
— |
| channels | List channels | text/plain |
— |
| playlist/{id} | Get playlist details | application/json |
— |
| playlist/{id}/videos | Get playlist videos | application/json |
— |
| playlists | List playlists | text/plain |
— |
| video/{id} | Get video details | application/json |
— |
| videos | List videos | text/plain |
— |