Skip to main content
GET
/
api
/
v1
/
sources
/
{id}
Get a source summary
curl --request GET \
  --url https://data.kushiro.app/api/v1/sources/{id}
{
  "source_id": "<string>",
  "metric_count": 1,
  "point_count": 1,
  "latest_fetched_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://data.kushiro.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Source ID, for example kushiro_population_households_monthly.

Minimum string length: 1

Response

Published source summary.

source_id
string
required
metric_count
integer
required
Required range: x >= 0
point_count
integer
required
Required range: x >= 0
latest_fetched_at
string<date-time> | null
required