To avoid overloading the feed with simultaneous imports or exports via API, there is a limit on the number of concurrent requests that can be made per API user.
If the rate limit is exceeded, you will receive an HTTP status code 429 (Too many requests).
Path | Max simultaneous requests per user | Max simultaneous requests total (all users) |
---|---|---|
/media/import | 5 | |
/import | 10 | |
/export/export | 3 | 10 |
/export/structure | 3 | 10 |
/export/media | 10 | |
/export/basedata | 5 |