TransitionsSeasonality

Get monthly transition counts

Twelve trailing calendar months of transition counts (by announced date, linked + non-historical, optional role filter) -- the seasonal rhythm of leadership movement. Same `leadership_transitions` module gate as GET /transitions.

GET
/transitions/seasonality

Twelve trailing calendar months of transition counts (by announced date, linked + non-historical, optional role filter) -- the seasonal rhythm of leadership movement. Same leadership_transitions module gate as GET /transitions.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

role?string

Restrict counts to one role class

Value in"superintendent" | "board" | "cabinet" | "other"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/transitions/seasonality"
{
  "data": [
    {
      "month": "string",
      "count": 0
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "entitlement_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}