Skip to content
Discussion options

You must be logged in to vote

Hi MarcelkoL,

I hope you found our API documentation; it seems like you have: https://www.fac.gov/api/

The FAC API is powered by the open source tool PostgREST: https://postgrest.org/en/v12/

So, it should be the case that almost anything the PostgREST documentation says you can do... you can do.

The API does have a 20K limit, and paging through is the approach. If you take 20K records at a time, you will eventually run a query that returns an empty JSON list (or [ ]). At that point, you should stop, because you will not get any more results. The limit and offset values (either passed as a header or URL parameter) are your friend here for pagination.

You can filter on every field, in many …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MarcelkoL
Comment options

Answer selected by MarcelkoL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants