Book of AIPAC
Static API routes
These endpoints are static JSON files served by GitHub Pages.
Base URL
https://abidlabs.github.io/bookofaipac
Endpoints
-
API index
/api/index.json -
Stance list
/api/stances.json -
Candidate by id
/api/candidates/{id}.json -
Sources map
/data/sources.json -
2026 federal candidates
/data/2026-federal-candidates.json
Example requests
curl https://abidlabs.github.io/bookofaipac/api/stances.json
curl https://abidlabs.github.io/bookofaipac/api/candidates/rashida-tlaib-mi-12.json
Response shape for candidate endpoint
{
"id": "rashida-tlaib-mi-12",
"name": "Rashida Tlaib",
"stanceLabel": "Pro-Palestine",
"stanceColor": "green",
"stanceSummary": "...",
"profileLastUpdatedAt": "2026-03-03T19:30:59.655741+00:00"
}