---
title: "Map event detail (compact)"
method: GET
path: "/map/events/{id}"
tags: ["map"]
---

# Map event detail (compact)

`GET /map/events/{id}`

Public compact detail for a single event — the map popup variant.
No API key required. Same shape as `/events/{id}` but with the
compact-list cut applied: `description` is replaced with a hint and
`metadata` is omitted. Archived events beyond the anonymous 7-day
window are rejected with 403; full detail requires an API key on
`/events/{id}`.

## Path parameters

- `id` string, required

## Response `200`

Compact event detail

## Other responses

- `403` — Archived event beyond the anonymous window
- `404` — Event not found

---

[API](https://skmtc.net/road511/apis/road511-traffic-api.md) · [All operations](https://skmtc.net/road511/apis/road511-traffic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/road511/road511-traffic-api/versions/39a088b9c155/schema)
