InfraNode.dev

GET /api/v1/cities/{slug}/health

Hospital master data per city (Destatis directory, Tier A)

Returns a city's hospital master data from the Destatis hospital directory (via GENESIS) in the canonical envelope. The attribution carries the exact Destatis wording (not a generic DL-DE/BY). Tier A. Disabled -> 200 source_status="disabled". Dead upstream with no cache -> 503 with a hint.

Parameters

Name In Required Type Description
slug path yes string

Code samples

curl "https://infranode.dev/api/v1/cities/hamburg/health"

Try it