cURL
curl --request GET \ --url https://api.snipp.gg/discover \ --header 'api-key: <api-key>'
{ "uploads": [ { "url": "<string>", "code": "<string>", "title": "<string>", "description": "<string>", "created": "<string>", "author": "<string>", "authorUsername": "<string>", "authorAvatar": "<string>", "isVerified": true, "isAd": true } ] }
Get public uploads for the discover feed. Returns up to 50 items. Plus and Enterprise users do not see ads.
Your API key from Snipp.gg
Discover feed uploads
Show child attributes