---
title: "Reverse + nearby POIs in a radius"
method: GET
path: "/api/v1/whats-here"
tags: ["POIs"]
---

# Reverse + nearby POIs in a radius

`GET /api/v1/whats-here`

Combines `ReverseOrchestrator` (Photon reverse + Placeholder admin enrichment) with an
Overpass radius query so a single call answers “what is at and around this point”.

## Query parameters

- `lat` number, double, required
- `lon` number, double, required
- `radius` integer
- `lang` string

## Response `200`

label + nearby POIs

- WhatsHereResponse
  - `data` object
    - `here` object, nullable
    - `nearby` object[]
  - `meta` ResponseMeta
    - `timestamp` string, date-time
    - `upstream` string
    - `count` integer

## Other responses

- `400` — missing coordinates

---

[API](https://skmtc.net/dawarich-app/apis/dawarich-atlas-api.md) · [All operations](https://skmtc.net/dawarich-app/apis/dawarich-atlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dawarich-app/dawarich-atlas-api/versions/9e2938c3b0a6/schema)
