See the spec: https://oembed.com/
oEmbed (Standard / Protocol)
Spec: https://oembed.com
376 registered providers (YouTube, Twitter, Vimeo, SoundCloud, Flickr, Spotify, etc.)
What it is
An open standard where providers expose an endpoint:
GET https://www.youtube.com/oembed?url=<encoded-url>&format=json
Response:
{
"type": "video",
"version": "1.0",
"title": "Amazing Nintendo Facts",
"author_name": "ZackScott",
"provider_name": "YouTube",
"width": 425,
"height": 344,
"html": "<iframe ...></iframe>",
"thumbnail_url": "https://i.ytimg.com/vi/..."
}
Response types: photo, video, link, rich.
See the spec: https://oembed.com/
oEmbed (Standard / Protocol)
Spec: https://oembed.com
376 registered providers (YouTube, Twitter, Vimeo, SoundCloud, Flickr, Spotify, etc.)
What it is
An open standard where providers expose an endpoint:
Response:
{ "type": "video", "version": "1.0", "title": "Amazing Nintendo Facts", "author_name": "ZackScott", "provider_name": "YouTube", "width": 425, "height": 344, "html": "<iframe ...></iframe>", "thumbnail_url": "https://i.ytimg.com/vi/..." }Response types:
photo,video,link,rich.