Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Plan
Free/Premium
Country
Austria
My Question or Issue
We're using the oembed API of yours to retrieve embed data for various types. Since yesterday, we don't seem to receive the "thumbnail_url" parameter anymore for album, artist and track embed types. Have there been changes for these responses or was there an accidental removal of this field?
How can we now retrieve the thumbnail urls for these embed types?
E.g. for this item: https://open.spotify.com/track/3hCmhLLqJXxRmN7OUrXmr1?si=1f6c048854d8403b&nd=1&dlsi=cfd6785c9f1a44df
we get the following response which does not include the thumbnail_url property anymore.
response": {
"data": {
"html": "<iframe style=\"border-radius: 12px\" width=\"100%\" height=\"152\" title=\"Spotify Embed: Sky\" frameborder=\"0\" allowfullscreen allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\" loading=\"lazy\" src=\"https://open.spotify.com/embed/track/3hCmhLLqJXxRmN7OUrXmr1?si=1f6c048854d8403b%3Fsi%3D657b29dc8a4b4..."></iframe>",
"iframe_url": "https://open.spotify.com/embed/track/3hCmhLLqJXxRmN7OUrXmr1?si=1f6c048854d8403b%3Fsi%3D657b29dc8a4b4...",
"width": 456,
"height": 152,
"version": "1.0",
"provider_name": "Spotify",
"provider_url": "https://spotify.com",
"type": "rich",
"title": "Sky"
}
}
Can you tell me how to retrieve this again?