# Get interests items

Endpoint: GET /ads/facebook/filters/interests
Version: 2.0.0

## Query parameters:

  - `api_key` (string, required)
    Your API Key token.

  - `search` (string, required)
    The text to be searched
    Example: "club"

## Response 200 fields (application/json):

  - `status` (string, required)
    Enum: "ok", "failed"

  - `meta` (object, required)

  - `meta.code` (integer)
    Example: 1000

  - `meta.message` (string,null)

  - `data` (array, required)

  - `data.key` (any)
    Item key

  - `data.label` (string,null)
    Item value

  - `data.icon` (string,null)
    Item icon if available


