Provides the complete set of supported filter values used by the Discovery and Similar Creators endpoints.
These endpoints return all valid, platform-specific values (such as languages, locations, brands, YouTube topics, Twitch games, audience brand categories, audience brand names, audience interests, and audience locations) that can be used when constructing discovery queries.
Clients should retrieve dictionary values programmatically to ensure only supported values are sent in requests. Available values may vary by platform and can evolve over time.
Retrieve a list of supported languages with their abbreviations for filtering creators by profile language or content language. Useful for discovering creators who create content in specific languages or target particular linguistic audiences.
Credits
- 0 credits. This endpoint does not deduct credits.
curl -i -X GET \
https://api-dashboard.influencers.club/public/v1/discovery/classifier/languages/ \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'[ { "language": "string", "abbreviation": "string" } ]