You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A per page cap was introduced for the schedule A by size, by state, and by state totals views in the API. This is causing a per page error. A new ticket has been logged to fix in the API.
Summary
On election pages, the individual contributions to candidates, by state is not working.
Example:https://www.fec.gov/data/elections/president/2024/#individual-contributions
under section: Individual contributions to candidates
group by state return blank.
The reason is per_page=610 (default should be per_page=10)
ex api url:
https://api.open.fec.gov/v1/schedules/schedule_a/by_state/by_candidate/?api_key=DEMO_KEY&cycle=2020&candidate_id=P00014530&candidate_id=P80000722&candidate_id=P80001571&candidate_id=P00012716&candidate_id=P60007168&candidate_id=P00009621&candidate_id=P80006117&candidate_id=P00009696&candidate_id=P00009423&candidate_id=P00006486&per_page=610&election_full=true
same issue for api schedules/schedule_a/by_size/by_candidate/
How to Reproduce
https://www.fec.gov/data/elections/president/2024/#individual-contributions
Action items
Completion criteria
The text was updated successfully, but these errors were encountered: