InfraNode.dev

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

Energy installations per city (MaStR, Tier A)

Returns a city's energy installations (PV/wind/storage/biogas) from the offline-prepared MaStR SQLite store in the canonical envelope. No upstream in the request path; the request only reads the prepared store. Disabled -> 200 source_status="disabled". Batch not yet run -> 200 source_status="not_ingested" (never 5xx).

Parameters

Name In Required Type Description
slug path yes string

Code samples

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

Try it