InfraNode.dev
MCP InfraNode gibt es auch als MCP-Server für KI-Assistenten wie Claude und ChatGPT.

GET /api/v1/cities/{slug}/public-wifi

Öffentliche WLAN-Standorte je Stadt (OSM, Tier B)

Öffentliche WLAN-Standorte (OSM internet_access=wlan) mit optionalem operator. Tier B (ODbL). Deaktiviert -> 200 source_status="disabled".

Parameter

Name In Pflicht Typ Beschreibung
slug path ja string

Code-Beispiele

curl "https://infranode.dev/api/v1/cities/hamburg/public-wifi"

Try it