---
title: "Tracker Request Destination"
method: POST
path: "/api/v1/public/source-tracker/requests"
tags: ["source-tracker-public"]
---

# Tracker Request Destination

`POST /api/v1/public/source-tracker/requests`

Start tracking a destination a reader picked.

This spends money — each tracked region is scanned across four assistants
every week — so it is rate limited per IP and the place is re-resolved
server-side rather than taken from the request body.

## Request body

- TrackerDestinationRequest — The query the reader searched plus the candidate they chose. The server re-resolves both; no place data from the client is persisted.
  - `query` string, required
  - `osm_id` string, required

## Response `200`

Successful Response

- TrackerDestinationRequestResponse
  - `newly_queued` boolean, required
  - `region` TrackerRegionListItem, required — Every ACTIVE tracked region — the map shows them all; only published ones carry data and are clickable through to a report.
    - `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
  - `request_count` integer, required

## Other responses

- `422` — Validation Error

---

[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)
