# US Presidential Election Data by TogaTech API **Provider:** US Presidential Election Data by TogaTech **Category:** developer **Base URL:** `https://uselection.togatech.org` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://uselection.togatech.org/api/ ## Description Basic candidate data and live electoral vote counts for top two parties in US presidential election ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://uselection.togatech.org/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://uselection.togatech.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/us-presidential-election-data-by-togatec/) — CC BY 4.0*