> For the complete documentation index, see [llms.txt](https://docs.tnid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tnid.com/api-reference/001_user/015_account/007__list_interests.md).

# List Interests

GraphQL endpoint: `/user`

Returns the full catalog of interests that users can attach to their profile.

## Query

```graphql
query
  {
  interests
    {
    id
    title
    description
  }
}

```

## Variables

```json
{}
```

## Response

```json
{
  "data": {
    "interests": [
      {
        "description": null,
        "id": "00000000-0000-4000-8000-000000000001",
        "title": "Interest 1"
      },
      {
        "description": null,
        "id": "00000000-0000-4000-8000-000000000002",
        "title": "Interest 2"
      },
      {
        "description": null,
        "id": "00000000-0000-4000-8000-000000000003",
        "title": "Interest 3"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000004",
        "title": "IT"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000005",
        "title": "Crypto"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000006",
        "title": "Blockchain"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000007",
        "title": "Telecom"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000008",
        "title": "Marketing"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000009",
        "title": "Sales"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000010",
        "title": "Artificial Intelligence (AI)"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000011",
        "title": "Machine Learning (ML)"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000012",
        "title": "Finance"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000013",
        "title": "E-commerce"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000014",
        "title": "Design (UI/UX)"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000015",
        "title": "Health & Wellness"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000016",
        "title": "Environment & Sustainability"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000017",
        "title": "Personal Development"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000018",
        "title": "Gaming"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000019",
        "title": "Travel"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000020",
        "title": "Photography"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000021",
        "title": "Cooking"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000022",
        "title": "Entrepreneurship"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000023",
        "title": "Geopolitics"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000024",
        "title": "Psychology"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000025",
        "title": "Education"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000026",
        "title": "History"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000027",
        "title": "Law"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000028",
        "title": "Music"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000029",
        "title": "Film & Television"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000030",
        "title": "Literature"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000031",
        "title": "Creative Writing"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000032",
        "title": "Astronomy"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000033",
        "title": "Physics"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000034",
        "title": "Chemistry"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000035",
        "title": "Biology"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000036",
        "title": "Foreign Languages"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000037",
        "title": "Animation"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000038",
        "title": "Robotics"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000039",
        "title": "Data Analysis"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000040",
        "title": "Project Management"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000041",
        "title": "Leadership"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000042",
        "title": "Public Speaking"
      },
      {
        "description": "",
        "id": "00000000-0000-4000-8000-000000000043",
        "title": "Social Media Marketing"
      }
    ]
  }
}
```
