proclus
http://www.gnu-darwin.org/
The Polling Place Lookup API allows users to create applications that include a dynamic polling place lookup based on a voter’s street address and ZIP code.
Authentication
Using any DNC API requires the use of an API key. By default all API key users are rate limited to 100 requests per hour – if your application requires a higher volume key, please get in touch.
Looking Up a Polling Place
To lookup a polling place, perform a GET on http://services.dnc.org/places/lookup with the following parameters:
Required parameters:
- address: the URL-encoded house number and street name to look up, i.e. “address=2005%20Pimmit%20Dr”
- postal_code: the 5-digit ZIP code that goes along with the address, i.e. “postal_code=22043″
- your API key: i.e., “key=YOUR_API_KEY”











