Book of AIPAC

Static API routes

These endpoints are static JSON files served by GitHub Pages.

Base URL

https://abidlabs.github.io/bookofaipac

Endpoints

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"
}