Lightweight YouTube Metadata API

Two read-only endpoints that return official youtube.com links and basic metadata — no media files, no third-party mirrors, no download links. Every request needs an API key, sent as an X-API-Key header or an api_key query parameter.

Stored only in this tab.
Base URL: /api/
Search Videos
GET/api/search/{query}

Returns up to 10 official YouTube results matching a search query.

FieldTypeDescription
titlestringVideo title
videoIdstring11-character YouTube video ID
urlstringOfficial watch URL
thumbnailstringHighest available thumbnail URL
durationstringVideo length, e.g. 12:34
channelstringChannel / uploader name
Generated Request
Try it live
Video Details
GET/api/details/{videoId}

Returns official metadata for a single video by its 11-character ID.

FieldTypeDescription
titlestringVideo title
videoIdstring11-character YouTube video ID
urlstringOfficial watch URL
thumbnailstringHighest available thumbnail URL
durationstringVideo length
channelstringChannel / uploader name
viewsstringRaw view count
uploadedstringPublish date (ISO 8601)
descriptionstringShort description
Generated Request
Try it live
Usage Rules
  • Only official youtube.com URLs are returned.
  • Endpoints are read-only (GET) and rate-limited.
  • Video IDs are validated as exactly 11 characters.
  • Every request needs an API key via X-API-Key header or api_key parameter.
  • Responses are plain JSON.
API Access
₹200 / 30 days

Full access to Search & Details endpoints from your own app, server, or script.

Contact Owner on Telegram