InfraNode.dev
MCP InfraNode is also available as an MCP server for AI assistants like Claude and ChatGPT.

GET /api/v1/cities/{slug}/hospitals-atlas

Hospital locations per city (Bundes-Klinik-Atlas, fail-closed)

Returns per-location hospital data (name, address, beds, contact, coordinates) near a city from the Bundes-Klinik-Atlas (BMG/IQTIG) in the canonical envelope. FAIL-CLOSED: no explicit open licence stated -> license_id UNKNOWN/Tier C and disabled by default (-> 200 source_status="disabled") until BMG/IQTIG confirm the licence. Filtered by proximity (distance_km per location).

Parameters

Name In Required Type Description
slug path yes string

Code samples

curl "https://infranode.dev/api/v1/cities/hamburg/hospitals-atlas"

Try it