Can we get all the data at once from the API , rather paginating using next url link ? #4079
-
Like the url - https://www.courtlistener.com/api/rest/v3/dockets/?date_modified__gte=2024-05-01T00:00:00Z&date_modified__lte=2024-05-01T23:59:59Z , it has around total 16k records, the first page gives only 20 records, then we have to paginate using next url to get more records, can we get all total records from the API url ? |
Beta Was this translation helpful? Give feedback.
Answered by
mlissner
May 27, 2024
Replies: 1 comment
-
No, there's no way to get everything in a single response because our poor database would suffer terribly if we attempted such a thing. Sorry! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
purnima110895
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there's no way to get everything in a single response because our poor database would suffer terribly if we attempted such a thing. Sorry!