Skip to main content
GET
/
discover
Discover feed
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
    }
  ]
}

Authorizations

api-key
string
header
required

Your API key from Snipp.gg

Response

Discover feed uploads

uploads
object[]