/v1/spotlights/search
Search spotlights
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/snapchat-api/v1/spotlights/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/snapchat-api/v1/spotlights/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/snapchat-api/v1/spotlights/search");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/snapchat-api/v1/spotlights/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"count": 24,
"spotlights": [
{
"onTap": {
"action": {
"$case": "playStoryCard",
"playStoryCard": {
"storyId": "827dc3860c14559fd9922d9cd2dc43dd"
}
}
},
"ageText": "",
"storyId": "827dc3860c14559fd9922d9cd2dc43dd",
"mediaKey": "LtjdUUjPe2M+Bkj1urtFxqRigYuhH3AZiJaOvl595AA=",
"mediaUrl": "https://bolt-gcdn.sc-cdn.net/z/H7A1mk5pLgIwohbgaFGo7.27.IRZXSOY?mo=GlAaCTIBeUgCUC5gAVoQU3BvdGxpZ2h0U2hhcmluZ6IBLAgbEhsKGQjIz1ogAUoPCgqWAVlUW1JWWlpbEPQDaAIiCxIAKgdJUlpYU09ZkAOyQQ%3D%3D&uc=46",
"playCount": "",
"rawSnapId": "W7_EDlXWTBiXAEEniNoMPwAAYdHlhbnJiYmphAZbbOAVQAZbbN_3KAAAAAQ",
"teaserText": "",
"creatorName": "",
"thumbnailIv": "NzUfCFZJijByXisMOOdkKg==",
"thumbnailUrl": "https://bolt-gcdn.sc-cdn.net/z/H7A1mk5pLgIwohbgaFGo7.1025?mo=Gh8aCTIBeUgCUC5gAVoIRGZGRnJhbWWiAQcIgQgiAhIA&uc=46",
"creatorUsername": "",
"creatorDisplayName": "",
"creatorNameLogoUrl": "",
"creatorNameDecorators": [],
"teaserTextMaxNumLines": 0,
"creatorNameMaxNumLines": 0,
"bottomLeadingUiElements": []
},
{
"onTap": {
"action": {
"$case": "playStoryCard",
"playStoryCard": {
"storyId": "72fcaaa2b7691e368736addd596682eb"
}
}
},
"ageText": "",
"storyId": "72fcaaa2b7691e368736addd596682eb",
"mediaKey": "qiUT1Dz0jlM/ro/Vi0NNYvpbuGkkRY7+G19rZz9IApU=",
"mediaUrl": "",
"playCount": "103K",
"rawSnapId": "W7_EDlXWTBiXAEEniNoMPwAAYbXRlZnBpY25yAZcPu-p8AZcPu-gtAAAAAQ",
"teaserText": "",
"creatorName": "",
"thumbnailIv": "WMiyl9WvjFoTngjbpKKa1A==",
"thumbnailUrl": "https://cf-st.sc-cdn.net/d/4u5xHXRr5tF8zP2Ahj7x8.1025?mo=Gh8aCTIBBEgCUC5gAVoIRGZGRnJhbWWiAQcIgQgiAhIA&uc=46",
"creatorUsername": "",
"creatorDisplayName": "",
"creatorNameLogoUrl": "",
"creatorNameDecorators": [],
"teaserTextMaxNumLines": 0,
"creatorNameMaxNumLines": 0,
"bottomLeadingUiElements": [
1
]
},
{
"onTap": {
"action": {
"$case": "playStoryCard",
"playStoryCard": {
"storyId": "0fd06a8ee182a835dffd13e2cdd1aa2f"
…