---
title: "Get analytics"
method: GET
path: "/analytics/{profile_username}"
tags: ["Platform Integration"]
---

# Get analytics

`GET /analytics/{profile_username}`

Retrieve analytics data for a user profile across one or more social media platforms. Returns metrics like followers, views, impressions, reach, and time series data. Note: Instagram's API renamed 'impressions' to 'views'; both fields are returned for compatibility.

## Path parameters

- `profile_username` string, required

## Query parameters

- `platforms` string, required
- `page_id` string
- `page_urn` string

## Response `200`

Analytics data retrieved successfully. Response keys are platform names with platform-specific metrics.

- AnalyticsResponse — Analytics data keyed by platform name. Metrics vary by platform.

## Other responses

- `400` — Bad Request — Missing or invalid parameters.
- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
