The MangoTube API lets you read the public videos uploaded by your own account.
- Open My Account and select Developer / API Settings.
- Create an API key or copy your current key.
- Send a
GETrequest to/api/videos. - Provide the key in an
Authorization: Bearer YOUR_KEYheader. You may also use thekeyquery parameter.
The optional limit parameter accepts values from 1 through 50. The response is JSON and includes your public video IDs, titles, descriptions, durations, view counts, dates, watch URLs, and thumbnail URLs.
Keep your API key private. Replace or revoke it immediately if it is exposed.
