Skip to main content
GET
/
api
/
v1
Get service information
curl --request GET \
  --url https://data.kushiro.app/api/v1
{
  "service": "kushiro-data API",
  "version": "0.1.0",
  "status": "preview",
  "notice": "This API is a preview service. Specifications, URLs, response shapes, and published datasets may change without notice.",
  "terms": "/api/terms",
  "contact": {
    "x": "@riaf"
  },
  "endpoints": [
    "/api/v1/health",
    "/api/v1/sources",
    "/api/v1/sources/:id",
    "/api/v1/metrics",
    "/api/v1/points",
    "/api/terms",
    "/mcp"
  ]
}

Documentation Index

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

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

Response

Service information.

service
string
required
Example:

"kushiro-data API"

version
string
required
Example:

"0.1.0"

status
string
required
Example:

"preview"

notice
string
required
terms
string
required
Example:

"/api/terms"

contact
object
required
endpoints
string[]
required