The Earth Science Online Video Database
The Earth Science Online Video Database is the world's largest database of free, publicly-accessible, educational Earth Science videos, from lectures and webinars to courses and documentaries. The database features over 6,100 videos, totaling nearly 4,500 hours of watch time.
The Earth Science Online Video Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| Videos | ||
| GET |
Get all videos /videos |
Gets all 6,100+ videos from the Earth Science Online Database, as a large JSON file. Even though the API server caches all the videos every 24 hours, and API users are only ever… |
| GET |
Query videos /videos/query/{pg} |
Return a subset of the ESOVDB's 6,100+ videos using various parameters to search and filter the ESOVDB's videos. |
| GET |
Get video by YouTube ID /videos/youtube/{id} |
Many videos in the ESOVDB are hosted on YouTube. This endpoint accepts a YouTube ID (a code in the URL, for example: youtu.be/{videoId} or youtube.com/watch?v={videoId}), either… |
| Webhooks | ||
| GET |
Get all webhooks /webhooks |
Without any parameters specified, returns a list of all canonical webhook events. If the client includes a valid `url` callback parameter in the request, this endpoint instead… |
| POST |
Create webhook(s) /webhooks |
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to those webhook… |
| PUT |
Update webhook(s) /webhooks |
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to the provided… |
| DELETE |
Delete webhook(s) /webhooks |
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is unsubscribed from those webhook… |
The Earth Science Online Video Database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / hour |
|
| PRO | $5 / month | 10 / hour |
|