statshawk
REST APIPersons

GET /v1/persons/{per_id}/injuries — the person's full per-source injury history.

cost 2 unitsany plan
GET
/v1/persons/{person_id}/injuries
X-API-Key<token>

Raw API key (sk_live_… or sk_test_…). Preferred for REST clients. Keys are read-only; the environment prefix is the only key role. See https://statshawk.ai/docs/getting-started/permissions

In: header

Path Parameters

person_id*string

Minted person id (per_…)

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/persons/string/injuries"
{
  "data": {
    "person": "per_0a1b2c3d4e5f6g7h8i9j0k1l2m",
    "sources": [
      {
        "covered_from": "2019-08-24T14:15:22Z",
        "covered_through": "2019-08-24T14:15:22Z",
        "events": [
          {
            "changed_fields": [
              "string"
            ],
            "detail": "string",
            "effective_date": "2019-08-24",
            "il_tier": "string",
            "injury_type": null,
            "kind": "snapshot_baseline",
            "observed_at": "2019-08-24T14:15:22Z",
            "resolution_date": "2019-08-24",
            "return_date": "2019-08-24",
            "source_event_id": "string",
            "source_reported_at": "2019-08-24T14:15:22Z",
            "status": null
          }
        ],
        "intervals": [
          {
            "close_kind": "activated",
            "end": "2019-08-24",
            "il_tier": "string",
            "injury_type": null,
            "source": "espn",
            "start": "2019-08-24",
            "start_kind": "reported",
            "start_reported_at": "2019-08-24T14:15:22Z",
            "status": null
          }
        ],
        "source": "espn",
        "unattached_events": 0
      }
    ]
  },
  "meta": {
    "cache": "HIT",
    "fetched_at": "2025-10-15T18:30:00Z",
    "request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
    "source": "postgres",
    "version": "v1"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "property1": null,
    "property2": null
  }
}