Skip to content

Platform Locations

Request

Retrieve a list of location identifiers available for a specific platform.

What you get

  • Returns location strings that can be used to filter creators by geographic location in discovery searches.
  • Platform-specific location data helps target creators from specific regions, cities, or countries.
  • Use the search parameter for substring/prefix matching on location names (e.g. "London", "United").
  • Use offset and limit to paginate through results.

Credits

  • 0 credits. This endpoint does not deduct credits.
Security
Bearer
Path
platformstringrequired
Query
searchstring

Search string to filter results

offsetinteger

Cursor offset for pagination

limitinteger

Number of results to return per page (1-100)

GET
/public/v1/discovery/classifier/locations/{platform}/
curl -i -X GET \
  'https://api-dashboard.influencers.club/public/v1/discovery/classifier/locations/{platform}/?search=string&offset=0&limit=0' \
  -H 'Authorization: Bearer <YOUR_API_KEY_HERE>'

Responses

A list of strings representing platform details

Bodyapplication/json
Array of strings
Response
[ "string" ]