# List Interests

Search the list of interests.
		A successful request costs 0 credits.

Endpoint: GET /instagram/interests
Security: accessToken

## Query parameters:

  - `limit` (number)
    Max items to get
    Example: 1000

  - `query` (string)
    String to search by
    Example: "ita"

## Response 200 fields (application/json):

  - `error` (boolean)
    If there is an error

  - `interests` (array, required)

  - `interests.id` (number, required)
    Example: 1

  - `interests.name` (string, required)

  - `total` (number, required)
    Total number of interests
    Example: 28


