Project

General

Profile

« Previous | Next » 

Revision 60812

Authenticated requests to our APIs are now enabled.

View differences:

overview.html
60 60

  
61 61
                              </li>
62 62
                              <li class="uk-nav-header uk-parent">
63
                                 Authentication
64
                                 <ul class="uk-nav-sub">
65
                                    <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
66
                                    <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
67
                                    <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a>
68
                                       <ul class="uk-nav-sub">
69
                                          <li><a routerLinkActive="uk-link" href="./basic.html">Basic</a></li>
70
                                          <li><a routerLinkActive="uk-link" href="./advanced.html">Advanced</a></li>
71
                                       </ul>
72
                                    </li>
73
                                 </ul>                                 
74
                              </li>
75
                              <li class="uk-nav-header uk-parent">
63 76
                                Bulk access
64 77
                                <ul class="uk-nav-sub">
65 78
                                   <li><a routerLinkActive="uk-link" href="./graph-dumps.html" >OpenAIRE Research Graph Dumps</a></li>
......
120 133
                              <li class="uk-parent  uk-active">
121 134
                                 <a href="overview.html" class="" aria-expanded="false">Overview</a>
122 135
                              </li>
136

  
123 137
                              <li class="uk-parent">
138
                                 <a href="#" class="" aria-expanded="false">Authentication</a>
139
                                 <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
140
                                    <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
141
                                       <div class="uk-first-column">
142
                                          <ul class="uk-nav uk-navbar-dropdown-nav">
143
                                             <li><a routerLinkActive="uk-link" href="./authentication.html" >General Information</a></li>
144
                                             <li><a routerLinkActive="uk-link" href="./personalToken.html" >Personal Token</a></li>
145
                                             <li><a routerLinkActive="uk-link" href="./registeredService.html">Registered Services</a></li>                                                                                      
146
                                          </ul>                                 
147
                                       </div>
148
                                    </div>
149
                                 </div>
150
                              </li>
151
                              <li class="uk-parent">
124 152
                                 <a href="#" class="" aria-expanded="false">Bulk access</a>
125 153
                                 <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" style="left: 116px; top: 80px;">
126 154
                                    <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
......
178 206
               <div   uk-grid="" class="uk-grid uk-grid-stack">
179 207
                  <div   class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first uk-first-column">
180 208
                     <div class="uk-alert-danger" uk-alert>
181
                        <h3>Bidding farewell to the OAI-PMH publisher</h3>
209
                        <h3>Bidding farewell to the OAI-PMH publisher (only for export!)</h3>
182 210
                        <p>January 2021 - Since August 2020, the content of the OAI-PMH has not been updated anymore. <strong>We will be shutting down the OAI-PMH publisher at the end of April 2021.</strong></p>
183 211
                        <p><a href="./farewell-oai.html">Read more</a></p>
184 212
                     </div>
213

  
214
                     <div class="uk-alert-primary" uk-alert>
215
                        <h3>Authenticated requests to our APIs</h3>
216
                        <p>Access our APIs with auhtenticated requests to achieve better rate limits. <b>The rate limit for non authenticated 
217
                           requests will be decreased</b>. Click <a href="./authentication.html">here</a> to learn more.</p>                     
218
                     </div>
185 219
                  
186 220
                    <p>The OpenAIRE APIs allow developers to access the metadata information space of OpenAIRE programmatically.</p>
187 221
                    <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>
188 222

  
189
                    <div class="uk-child-width-1-3@m uk-grid-small uk-grid-match" uk-grid>
223
                        <div class="uk-child-width-1-4@m uk-grid-small uk-grid-match uk-padding uk-padding-remove-horizontal" uk-grid>
190 224
                      <div>
191
                        <div class="uk-tile uk-tile-muted">
192
                            <h3 class="uk-card-title uk-text-center">Bulk access</h3>
225
                              <div class="uk-card uk-card-body uk-card-default">
226
                                    <span class="uk-card-badge uk-text-warning uk-text-bold">New!</span>
227
                                    <h3 class="uk-card-title">Broker</h3>
228
                                <!-- class="custom-external custom-icon"-->
229
                                <a  href="./broker.html">Documentation</a> <br>
230
                                    <a  href="https://api.openaire.eu/broker/swagger-ui.html#/" target="_blank">Swagger</a> <br>
231
                                 </div>                      
232
                           </div>
233
                      <div>
234
                           <div class="uk-card uk-card-body uk-card-default">
235
                                 <h3 class="uk-card-title">Bulk access</h3>
193 236
                            <a href="graph-dumps.html">OpenAIRE Research Graph Dumps</a> <br>
194 237
                            <a href="oai-pmh.html">OAI-PMH (discontinued)</a> <br>
195 238
                            <a href="bulk-projects.html">Bulk access to projects</a> <br>
......
197 240
                      </div>
198 241

  
199 242
                      <div>
200
                        <div class="uk-tile uk-tile-primary">
201
                            <h3 class="uk-card-title  uk-text-center">Selective access via HTTP API</h3>
243
                           <div class="uk-card uk-card-body uk-card-default">
244
                                 <h3 class="uk-card-title">Selective access</h3>
202 245
                            <a href="api.html#pubs">Publications</a> <br>
203 246
                            <a href="api.html#datasets">Research data</a> <br>
204 247
                            <a href="./api.html#software" >Software</a> <br>
......
207 250
                        </div>
208 251
                    </div>
209 252
                    <div>
210
                      <div class="uk-tile uk-tile-secondary">
211
                          <h3 class="uk-card-title  uk-text-center">Linked Open Data</h3>
253
                        <div class="uk-card uk-card-body uk-card-default">
254
                              <h3 class="uk-card-title">Linked Open Data</h3>
212 255
                          <!-- class="custom-external custom-icon"-->
213 256
                          <a  href="http://lod.openaire.eu/documentation" target="_blank">Documentation</a> <br>
214 257
                          <a  href="http://lod.openaire.eu/vocab" target="_blank">OpenAIRE LOD Ontology</a> <br>
......
222 265
                          <h4>TERMS OF USE AND SLA</h4>
223 266
                          <p><strong>OpenAIRE HTTP API</strong>: the APIs are free-to-use (no sign-up needed) by any third-party service. Note that:</p>
224 267
                          <ul>
225
                              <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>.
268
                              <li>The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests. To achieve better rate limits you need to make authenticated requests. 
269
                                 For more information check the documentation <a href="./authentication.html">here</a>
226 270
                              </li>
271
                              <li>For accessing the whole content of the OpenAIRE Research Graph check the <a href="./graph-dumps.html">OpenAIRE Research Graph Dumps</a>.
272
                              </li>
227 273
                              <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>
228 274
                          </ul>
229 275
                          <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.
......
231 277
                          <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).
232 278
                          </p>
233 279
                          <p><strong>APIs rate limits</strong>
234
                          <ul>
235
                              <li>no more than 30 concurrent connections from single IP to any APIs</li>
236
                              <li>no more than 67 concurrent requests in total</li>
237
                              <li>no more then 37 concurrent request in total (max 30 per single IP) to the HTTP API for selective access</li>
238
                              <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>
239
                          </ul>
280
                              For more details on the rate limits please check <a href="./authentication.html">here.</a>
240 281
                          </p>
241 282
                      </div>
242 283
                      <h4>RESPONSE METADATA FORMAT</h4>

Also available in: Unified diff