---
title: "Get Home Data"
method: GET
path: "/us/home"
tags: ["home"]
---

# Get Home Data

`GET /us/home`

Get home page data for the US student, including:
- Personal info
- Next session
- Unseen feedback
- Past and upcoming sessions with basic info

## Response `200`

Successful Response

- HomeData — Pydantic model for returning the Home page data.
  - `full_name` string, required
  - `next_session_id` string, nullable
  - `unseen_feedback_session_id` string, nullable
  - `total_xp` integer
  - `past_sessions` SessionInfo[]
    - `id` string, required
    - `topic_title` string, required
    - `completed` boolean
    - `has_feedback` boolean
    - `saw_feedback` boolean
  - `upcoming_sessions` SessionInfo[]
    - `id` string, required
    - `topic_title` string, required
    - `completed` boolean
    - `has_feedback` boolean
    - `saw_feedback` boolean

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
