{ "opencollection": "1.0.0", "info": { "name": "FVAP.gov XML Ballot Rules Election Offices API", "version": "1.0.0" }, "items": [ { "info": { "name": "Election Offices", "type": "folder" }, "items": [ { "info": { "name": "Get election offices for a state or territory.", "type": "http" }, "http": { "method": "GET", "url": "https://www.fvap.gov/xml-api/:state/election-offices.xml", "params": [ { "name": "state", "value": "", "type": "path", "description": "U.S. state, district, or territory name (PascalCase, e.g. Alabama, NewYork, PuertoRico, DistrictOfColumbia)." } ] }, "docs": "Returns the local election office contact information XML feed for the specified jurisdiction." } ] } ], "bundled": true }