---
title: "Chart Catalog"
method: GET
path: "/charts"
tags: ["Charts"]
---

# Chart Catalog

`GET /charts`

Receive a list of charts for a given location and chart_owner.

## Query parameters

- `location` string
- `chart_owner` 'all' | 'billboard' | 'luminate'

## Response `200`

Successfully retrieved chart list

- ChartSummary[]
  - `id` string
  - `chart_name` string
  - `chart_owner` string
  - `entity_type` string
  - `description` string
  - `location` string
  - `depth` integer
  - `earliest_chart_week` string

---

[API](https://skmtc.net/luminatedata/apis/authentication.md) · [All operations](https://skmtc.net/luminatedata/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luminatedata/authentication/versions/81d2bd1553e1/schema)
