Skip to content

Commit

Permalink
Add info about rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Oct 8, 2024
1 parent 2b9d5e7 commit 8948c0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ You can check the results by accessing the URL
```
http://localhost:8080/api/results/rf00001
```

### Rate limit from the EuropePMC API

Current rate limit is **10 requests per second** or **500 per minute**. We are making at least 200 requests per minute
when this tool is used. If a consumer is searching for an ID that has many articles, this VM can make up to
100 requests per minute. The vast majority of IDs searched do not have articles, so the rate limit is unlikely
to be exceeded.

0 comments on commit 8948c0c

Please sign in to comment.