Information on campaign donations in federal elections
Provides information on campaign donations and financial activity in federal elections.
import requests
api_key = "YOUR_API_KEY"
url = f"https://api.open.fec.gov/v1/legal/search/?api_key={api_key}"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)