c2corg / c2corg/v6_api

offset + limit greater than 10000

Open
#1,998 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
26
Forks
28
Avg merge
4h
Merged PRs (30d)
9

Description

Hello, I have a question.
How can you query/look for documents or routes past the 10000 object?

If I click many times on the route page of camptocamp.org (https://www.camptocamp.org/routes?offset=10000&limit=100), I already get the error in the Network Tab:

```json
{
"status": "error",
"errors": [
{
"location": "body",
"name": "Bad Request",
"description": "offset + limit greater than 10000"
}
]
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.