FVAP.gov · Capability
FVAP.gov XML API
The Federal Voting Assistance Program (FVAP) publishes XML feeds providing voter information by U.S. state and territory. Each jurisdiction exposes four datasets covering important info, deadline dates, ballot rules, and election offices, plus a combined electronic Voting Assistance Guide (eVAG).
What You Can Do
GET
Getimportantinfo
— Get important voting information for a state or territory.
/xml-api/{state}/important-info.xml
GET
Getdeadlinedates
— Get deadline dates for a state or territory.
/xml-api/{state}/deadline-dates.xml
GET
Getballotrules
— Get ballot rules for a state or territory.
/xml-api/{state}/ballot-rules.xml
GET
Getelectionoffices
— Get election offices for a state or territory.
/xml-api/{state}/election-offices.xml
GET
Getevag
— Get the combined eVAG feed for a state or territory.
/xml-api/{state}/evag.xml
GET
Getapischema
— Get the XML schema definition for the FVAP feeds.
/xml-api/api-schema.xsd
MCP Tools
getimportantinfo
Get important voting information for a state or territory.
read-only
idempotent
getdeadlinedates
Get deadline dates for a state or territory.
read-only
idempotent
getballotrules
Get ballot rules for a state or territory.
read-only
idempotent
getelectionoffices
Get election offices for a state or territory.
read-only
idempotent
getevag
Get the combined eVAG feed for a state or territory.
read-only
idempotent
getapischema
Get the XML schema definition for the FVAP feeds.
read-only
idempotent