---
title: "Get Map Unfilled"
method: GET
path: "/admin/photos/map-unfilled"
tags: ["admin-photos"]
---

# Get Map Unfilled

`GET /admin/photos/map-unfilled`

Get destinations without photos that have coordinates, for map visualization.

## Response `200`

Successful Response

- MapUnfilledResponse — Response with unfilled destinations that have coordinates.
  - `destinations` MapUnfilledItem[], required
    - `destination` string, required
    - `latitude` number, required
    - `longitude` number, required
    - `count` integer, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
