# kushiro-data API ## Docs - [Query numeric data](https://docs.data.kushiro.app/api-reference/metrics/query-numeric-data.md): Returns numeric data records. `source` is required; all other filters are optional exact-match or date-range filters. - [Query facility/location data](https://docs.data.kushiro.app/api-reference/points/query-facilitylocation-data.md): Returns facility and location-style data records. `source` is required; `category` is an optional exact-match filter. - [Get service information](https://docs.data.kushiro.app/api-reference/service/get-service-information.md): Returns preview status, contact information, terms URL, and the public endpoint list. - [Health check](https://docs.data.kushiro.app/api-reference/service/health-check.md): Returns a simple liveness response with the current server time. - [Get a source summary](https://docs.data.kushiro.app/api-reference/sources/get-a-source-summary.md): Returns a single published source summary. Unknown or currently unavailable sources return 404. - [List published sources](https://docs.data.kushiro.app/api-reference/sources/list-published-sources.md): Returns currently available source IDs with metric/point counts and the latest fetched time. - [Get terms of use](https://docs.data.kushiro.app/api-reference/terms/get-terms-of-use.md): Returns the terms of use and attribution notes as UTF-8 plain text. - [kushiro-data API](https://docs.data.kushiro.app/introduction.md): 釧路市の公開情報を収集・整形して公開する preview API の概要。 - [MCP endpoint](https://docs.data.kushiro.app/mcp.md): read-only MCP server の最小利用メモ。 - [Quickstart](https://docs.data.kushiro.app/quickstart.md): curl で kushiro-data API の主要エンドポイントを試す。 ## OpenAPI Specs - [openapi](https://docs.data.kushiro.app/openapi.json)