get
statistics
/statistics/health
API health statistics
Returns health and performance statistics for the API.
Example
curl
curl "https://civiclens.io/api/v1/statistics/health"200 response
{
"data": {
"overall": {
"status": "operational",
"totalMembers": 9097,
"lastAssessment": "2026-09-15T21:33:48.269Z"
},
"memberDistribution": {
"total": 9097,
"byLevel": {
"federal": 571,
"local": 235,
"national": 325,
"state": 7966
},
"byChamber": {
"lower": 5880,
"unicameral": 277,
"upper": 2046
},
"byState": {
"ak": 71,
"al": 162,
"ar": 152,
"as": 1,
"az": 111,
"ca": 184,
"co": 121,
"ct": 205,
"dc": 14,
"de": 74,
"fl": 198,
"ga": 264,
"gu": 1,
"hi": 87,
"ia": 166,
"id": 118,
"il": 207,
"in": 407,
"ks": 181,
"ky": 157,
"la": 161,
"ma": 220,
"md": 209,
"me": 201,
"mi": 173,
"mn": 221,
"mo": 213,
"mp": 1,
"ms": 190,
"mt": 165,
"nc": 197,
"nd": 152,
"ne": 65,
"nh": 426,
"nj": 144,
"nm": 126,
"nv": 80,
"ny": 252,
"oh": 159,
"ok": 168,
"or": 108,
"pa": 282,
"pr": 82,
"ri": 125,
"sc": 188,
"sd": 117,
"tn": 152,
"tx": 232,
"ut": 118,
"va": 163,
"vi": 1,
"vt": 192,
"wa": 172,
"wi": 153,
"wv": 147,
"wy": 104
}
},
"metadata": {
"level": "global",
"jurisdiction": "us",
"calculatedAt": "2026-09-15T21:33:48.269Z",
"source": "convex"
}
},
"meta": {
"lastUpdated": "2026-09-15T21:33:48.269Z"
}
}A live response, trimmed to the first records. sourceUrl values are shown redacted in documentation; the API returns the full value.
Responses
200API health statistics
500Internal server error
Try it
PlaygroundLive responses from the real API
curl
curl "https://civiclens.io/api/v1/statistics/health"