---
title: "GET /api/profile/{slug}"
method: GET
path: "/api/profile/{slug}"
tags: ["Misc"]
---

# GET /api/profile/{slug}

`GET /api/profile/{slug}`

Returns the public profile of a Voices on Sefaria user.

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- ProfileJSON — Public profile data for a Sefaria user.
  - `id` integer — Numeric user ID.
  - `slug` string — URL slug used in the profile path.
  - `full_name` string
  - `profile_pic_url` string
  - `followers` integer[] — Counts of followers/follow ids; the API returns an empty array on the public endpoint.
  - `followees` integer[] — Counts of followees; empty array on the public endpoint.
  - `bio` string
  - `jewish_education` string[]

---

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