Logo
Modash API Documentation

List Interests

GET {{baseUrl}}/v1/instagram/interests?limit=<number>&query=<string>

Search the list of interests

 

Body PARAM

Key Datatype Required Description 
limit
string Max items to get
query
string String to search by



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "interests": [ { "id": "<number>", "name": "<string>" }, { "id": "<number>", "name": "<string>" } ], "total": "<number>", "error": "<boolean>" }



Curl
curl -X GET 'https://api.modash.io/v1/instagram/interests?limit=<number>&query=<string>?limit=<number>&query=<string>' -H 'Accept: application/json'

ENDPOINTS