Skip to content

List Locations

Request

Search the list of locations for Influencers.
A successful request costs 0 credits.

Security
accessToken
Query
limitnumber

Max items to get

Example:limit=1000
querystring

String to search by

Example:query=ita
GET
/tiktok/locations
curl -i -X GET \
  'https://api.modash.io/v1/tiktok/locations?limit=1000&query=ita' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
errorboolean

If there is an error

Example:false
locationsArray of objects(Location)required
totalnumberrequired

Total number of locations

Example:8477
Response
{ "error": false, "locations": [ {} ], "total": 8477 }