Get association details
One association with the bodies that sit under it. Served whole on every plan.
One association with the bodies that sit under it. Served whole on every plan.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Path Parameters
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/associations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "string",
"name": "string",
"short_name": "string",
"kind": "state_athletic_association",
"state": "string",
"parent_association_id": "550e8400-e29b-41d4-a716-446655440000",
"parent_association_name": "string",
"website_url": "string",
"phone": "string",
"physical_address": "string",
"physical_city": "string",
"physical_zip": "string",
"member_school_count": -9007199254740991,
"member_count_source_url": "string",
"source_url": "string",
"verified_at": "string",
"people": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"title": "string",
"redacted": true
}
],
"sections": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "string",
"name": "string",
"short_name": "string",
"kind": "state_athletic_association",
"state": "string",
"parent_association_id": "550e8400-e29b-41d4-a716-446655440000",
"parent_association_name": "string",
"website_url": "string",
"phone": "string",
"physical_address": "string",
"physical_city": "string",
"physical_zip": "string",
"member_school_count": -9007199254740991,
"member_count_source_url": "string",
"source_url": "string",
"verified_at": "string"
}
]
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Search associations with a JSON body POST
Body-backed equivalent of GET /associations for large ID sets. Each property uses the same string representation and validation as the corresponding GET query parameter.
Get a brief GET
The brief dossier for a (project, entity) pair — the read, the people who matter, what to do next, each claim sourced and dated. A build starts only when one is requested (POST /briefs); following an entity does not start one. Returns `brief: null` when the pair has never had a build; a build stuck in `building` for over 60 minutes is reported as `failed`.