From 26463503d5b4e26df40111afb38cf094f2174e98 Mon Sep 17 00:00:00 2001
From: "alessia.bardi"
Date: Wed, 21 Mar 2018 14:58:14 +0000
Subject: [PATCH] Added APi rate limits
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@51381 d315682c-612b-4755-9ff5-7f18f6832af3
---
api.html | 7 +++++++
overview.html | 9 +++++++++
2 files changed, 16 insertions(+)
diff --git a/api.html b/api.html
index 4fd6c9d..0036cf3 100755
--- a/api.html
+++ b/api.html
@@ -160,6 +160,13 @@
the whole information space: the number of total results returned by one query is limited to 10,000. For accessing the whole information space, developers are
encouraged to use the OAI-PMH.
+
+ API rate limits:
+
+ - no more then 37 concurrent request in total (max 30 per single IP)
+ - no more than 15 requests/second (in total, not per IP. If this limit is reached, requests will be delayed).
+
+
Parameters included in this section can always be specified, regardless the type of entities (metadata about publications,
datasets, or projects) you want to retrieve.
To query for publications metadata: http://api.openaire.eu/search/publications
diff --git a/overview.html b/overview.html
index 2d95ed3..b74954c 100755
--- a/overview.html
+++ b/overview.html
@@ -185,6 +185,15 @@
oaf v0.1 XML schema and documentation
+
+ API rate limits:
+
+ - no more than 30 concurrent connections from single IP to any of domains
+ - no more than 67 concurrent requests in total
+ - no more then 37 concurrent request in total (max 30 per single IP) to the search API
+ - no more than 15 requests/second tothe search API (in total, not per IP. If this limit is reached, requests will be delayed).
+
+