---
title: "Get inferred interests for a profile given their identifier"
method: GET
path: "/profiles/{profileIdentifier}/inferred-interests"
tags: ["experimental"]
---

# Get inferred interests for a profile given their identifier

`GET /profiles/{profileIdentifier}/inferred-interests`

Returns a list of inferred interests based on known and public information about the profile.

## Path parameters

- `profileIdentifier` string, required

## Response `200`

Successful response

- Interest[] — A list of interests the user might (or might not) like.
  - `id` integer, required — The unique identifier for the interest.
  - `name` string, required — The name of the interest as originally defined (most often in English).

## Other responses

- `404` — Profile not found
- `429` — Rate Limit Exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/automattic/apis/gravatar-public-api.md) · [All operations](https://skmtc.net/automattic/apis/gravatar-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automattic/gravatar-public-api/revisions/d01551ae9a37/schema)
