Project

General

Profile

« Previous | Next » 

Revision 51723

Added section for terms of use and SLA in the home page

View differences:

overview.html
127 127
		    <div class="uk-alert-danger" uk-alert>
128 128
    			<p>Openaire XML Schema has been changed! Please <a href="https://www.openaire.eu/openaire-xml-schema-change-announcement" target="_blank">click here</a> to learn more!</p>
129 129
		    </div>
130
			
131
                    <p>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE programmatically.</p>
132

  
130
                      <p>The OpenAIRE API allows developers to access the metadata information space of OpenAIRE programmatically.</p>
133 131
                    <p>If you have any question, please open a ticket to the <a href="https://www.openaire.eu/support/helpdesk" target="_blank">OpenAIRE Helpdesk</a>.</p>
134 132

  
135 133
                    <div class="uk-child-width-1-3@m uk-grid-small uk-grid-match" uk-grid>
......
160 158
                      </div>
161 159
                  </div>
162 160
                  </div>
161
                      <br/>
162
                      <div>
163
                          <h4>TERMS OF USE AND SLA</h4>
164
                          <p><strong>OpenAIRE HTTP API</strong>: the APIs are free-to-use (no sign-up needed) by any third-party service. Note that:</p>
165
                          <ul>
166
                              <li>The HTTP API limits each query to 10,000 paged results; for unlimited access to the APIs please contact <a href="mailto:paolo.manghi@isti.cnr.it">the service administrators</a>.
167
                              </li>
168
                              <li>Since 2015 an <a href="https://zenodo.org/record/51077#.WsdCFdNubOR">RDF dump of the LOD is made available in Zenodo.org</a></li>
169
                          </ul>
170
                          <p><strong> Metadata license is CC-BY</strong>: the metadata records retuned by the service can be freely re-used by commercial and non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as content provider.
171
                          </p>
172
                          <p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href=http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
173
                          </p>
174
                          <p><strong>APIs rate limits</strong>
175
                          <ul>
176
                              <li>no more than 30 concurrent connections from single IP to any APIs</li>
177
                              <li>no more than 67 concurrent requests in total</li>
178
                              <li>no more then 37 concurrent request in total (max 30 per single IP) to the HTTP API for selective access</li>
179
                              <li>no more than 15 requests/second to the HTTP API for selective access (in total, not per IP. If this limit is reached, requests will be delayed).</li>
180
                          </ul>
181
                          </p>
182
                      </div>
183
                      <h4>RESPONSE METADATA FORMAT</h4>
163 184
                  <p>
164 185
                    <span class="uk-text-lead">The default format of delivered records is oaf (OpenAire Format - current version 1.0):</span>
165 186
                    <ul>
......
185 206
                      <li>oaf v0.1 <a href="https://www.openaire.eu/schema/0.1/oaf-0.1.xsd" target="_blank">XML schema</a> and <a href="https://www.openaire.eu/schema/0.1/doc/oaf-0.1.html" target="_blank">documentation</a></li>
186 207
                    </ul>
187 208
                  </p>
188
                      <p>
189
                          <span class="uk-text-lead">API rate limits:</span>
190
                      <ul>
191
                        <li>no more than 30 concurrent connections from single IP to any of domains</li>
192
                        <li>no more than 67 concurrent requests in total</li>
193
                        <li>no more then 37 concurrent request in total (max 30 per single IP) to the search API</li>
194
                        <li>no more than 15 requests/second tothe search API (in total, not per IP. If this limit is reached, requests will be delayed).</li>
195
                      </ul>
196
                      </p>
197
                      <p>
198
                          <span class="uk-text-lead">APi documentation changes</span>
199
                        <p>For the list of changes to this documentation <a href="changelog.html">click here</a></p>
200
                      </p>
209
                      <h4>API documentation changes</h4>
210
                      <p>For the list of changes to this documentation <a href="changelog.html">click here</a></p>
211

  
201 212
                    <!-- Content GOES HERE-->
202 213
                  </div>
203 214
               </div>

Also available in: Unified diff