# FEC API **Provider:** FEC **Category:** developer **Base URL:** `https://api.open.fec.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.open.fec.gov/developers/ ## Description Information on campaign donations in federal elections ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.open.fec.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.open.fec.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with FEC.gov API key. US Federal Election Commission campaign finance data. --- *Source: [API Map](https://apimap.dev/apis/fec/) — CC BY 4.0*