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

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

Unemployment count and rate per city (GENESIS, Tier A)

Returns a city's unemployment count and rate from the regional statistics (Federal Employment Agency, annual average) in the canonical envelope. Spatial resolution county/county-free city. Account-gated; disabled -> 200 source_status="disabled". No value -> 200 source_status="no_data".

Parameters

Name In Required Type Description
slug path yes string

Code samples

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

Try it