---
title: "Tracker Index"
method: GET
path: "/api/v1/public/source-tracker/regions"
tags: ["source-tracker-public"]
---

# Tracker Index

`GET /api/v1/public/source-tracker/regions`

ALL active regions, so the map shows the full tracked set — published
ones carry their latest published aggregates and link to a report.

## Response `200`

Successful Response

- TrackerIndexResponse
  - `items` TrackerRegionListItem[], required
    - `slug` string, required
    - `display_name` string, required
    - `country` string, required
    - `published` boolean, required
    - `week_start_date` string, date, nullable
    - `display_aggregates` object, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable

---

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