Project

General

Profile

1
<!DOCTYPE html>
2
<html lang="en-gb">
3
	<head>
4
		<meta charset="utf-8">
5
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
		<meta name="viewport" content="width=device-width, initial-scale=1">
7
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
8
		<meta name="description" content="OpenAIRE API documentation - Selective access, common parameters, publication specific parameters, research data specific parameters, software specific parameters, other research products specific parameters, project specific parameters"/>
9
		<link href="assets/common-assets/logo-small-graph.png">
10
		<link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png">
11
		<link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png">
12
		<link rel="apple-touch-icon" sizes="72x72" href="assets/common-assets/logo/apple-icon-72x72.png">
13
		<link rel="apple-touch-icon" sizes="76x76" href="assets/common-assets/logo/apple-icon-76x76.png">
14
		<link rel="apple-touch-icon" sizes="114x114" href="assets/common-assets/logo/apple-icon-114x114.png">
15
		<link rel="apple-touch-icon" sizes="120x120" href="assets/common-assets/logo/apple-icon-120x120.png">
16
		<link rel="apple-touch-icon" sizes="144x144" href="assets/common-assets/logo/apple-icon-144x144.png">
17
		<link rel="apple-touch-icon" sizes="152x152" href="assets/common-assets/logo/apple-icon-152x152.png">
18
		<link rel="apple-touch-icon" sizes="180x180" href="assets/common-assets/logo/apple-icon-180x180.png">
19
		<link rel="icon" type="image/png" sizes="192x192" href="assets/common-assets/logo/android-icon-192x192.png">
20
		<link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png">
21
		<link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png">
22
		<link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png">
23
		<link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/>
24
		<title>OpenAIRE API documentation - Selective Access</title>
25
		<script  src="./assets/common-assets/jquery/jquery.js"></script>
26
		<script  src="./assets/uikit.js"></script>
27
		<script src="./assets/uikit-icon-max.js"></script>
28
		<script>
29
			$(function(){
30
				$("#headerMobile").load("headerMobile.html");
31
				$('#header').load("header.html");
32
			});
33
		</script>
34
		<!-- Matomo -->
35
		<script type="text/javascript">
36
		var _paq = window._paq || [];
37
		/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
38
		_paq.push(['trackPageView']);
39
		_paq.push(['enableLinkTracking']);
40
		(function() {
41
		var u="//analytics.openaire.eu/";
42
		_paq.push(['setTrackerUrl', u+'matomo.php']);
43
		_paq.push(['setSiteId', '470']);
44
		var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
45
		g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
46
		})();
47
		</script>
48
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css">
49
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css">
50
		<link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css">
51
		<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
52
	</head>
53
	<body class="graphApp">
54
		<div class="uk-offcanvas-content uk-height-viewport">
55

    
56
			<!-- MENU STARTS HERE-->
57
			<div id="headerMobile" class="tm-header-mobile uk-hidden@m"></div>
58
			<div id="header" class="tm-header uk-visible@m tm-header-transparent" uk-header=""></div>
59
			<!-- MENU ENDS HERE-->
60

    
61
			<div class=" first_page_section uk-section-default uk-section uk-padding-remove-vertical">
62
					<div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid=""></div>
63
			</div>
64

    
65
			<!-- Page content STARTS here -->
66
				<div class="uk-section tm-middle custom-main-content" id="tm-main">
67
					<div class="uk-margin-large-left uk-margin-medium-bottom">
68
						<ul class="uk-breadcrumb">
69
							<li>
70
								<a href="/">Home</a>
71
							</li>
72
							<li>
73
								<a href="overview.html">API & Resources</a>
74
							</li>
75
							<li>
76
								<span>Selective Access</span>
77
							</li>
78
						</ul>
79
					</div>
80
						<div class="uk-container">
81
							<div class="uk-grid">
82
								<div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l" >
83
											<ul class="uk-nav-default uk-nav-parent-icon side-menu-spacing" uk-nav="multiple: false" uk-sticky="offset: 115; media: 640" >
84
													<li class="uk-parent uk-open">
85
															<a href="#">HTTP API Documentation</a>
86
															<ul class="uk-nav-sub">
87
																	<li class="sideMenuItem"><a href="#common" uk-scroll="offset: 115;">Common Parameters</a></li>
88
																	<li class="sideMenuItem"><a href="#pubs" uk-scroll="offset: 115;">Publications</a></li>
89
																	<li class="sideMenuItem"><a href="#datasets" uk-scroll="offset: 115;">Research Data</a></li>
90
																	<li class="sideMenuItem"><a href="#software" uk-scroll="offset: 115;">Software</a></li>
91
																	<li class="sideMenuItem"><a href="#other" uk-scroll="offset: 115;">Other Research Products</a></li>
92
																	<li class="sideMenuItem"><a href="#projects" uk-scroll="offset: 115;">Projects</a></li>
93
															</ul>
94
													</li>
95
											</ul>
96
								</div>
97

    
98

    
99
								<div   class="tm-main uk-width-expand uk-row-first uk-first-column">
100
									<!--div class="uk-text-right" uk-sticky="offset:100; animation: uk-animation-slide-bottom; bottom: #bottom">
101
										<a class="uk-totop" href="#" uk-scroll="" uk-totop="">
102
										</a>
103
									</div-->
104
									<!--div class="uk-card uk-margin-remove uk-padding-remove uk-card-default uk-card-body" style="z-index: 980;" uk-sticky="offset:100; bottom: #bottom">
105
										<a class="uk-totop" href="#" uk-scroll="" uk-totop="">
106
										</a></div-->
107
									<h2 class="uk-text-center">Selective Access</h2>
108
									<p>
109
										The OpenAIRE HTTP API allows developers to access metadata records of the OpenAIRE Research Graph by performing queries over publications, datasets, and projects.
110
										The API is intended for metadata discovery and exploration only, that is it does not give direct access to publication files and it does not provide access to
111
										the whole information space: the number of total results returned by one query is limited to 10,000. For accessing the whole graph, developers are
112
										encouraged to use the <a href="./graph-dumps.html">OpenAIRE Research Graph dumps</a>.<br>
113
									</p>
114

    
115
										<div>
116
												<h4 class="portal-color">Terms of Use and SLA</h4>
117
												<p>For more details on this, please check <a href="overview.html#terms">here</a></p>												
118
										</div>
119

    
120

    
121
										<h3 class="portal-color" id="common">Common Parameters</h3>
122

    
123
										<p> Parameters included in this section can always be specified, regardless the type of <strong>entities</strong> (metadata about <strong>publications</strong>,
124
												<strong>research data</strong>, <strong>software</strong>, <strong>other research products</strong>, or <strong>projects</strong>) you want to retrieve. <br>
125
												To query for publications metadata: <strong>http://api.openaire.eu/search/publications</strong> <br>
126
												To query for research data metadata: <strong>http://api.openaire.eu/search/datasets</strong> <br>
127
												To query for software metadata: <strong>http://api.openaire.eu/search/software</strong> <br>
128
												To query for other research products metadata: <strong>http://api.openaire.eu/search/other</strong> <br>
129
												To query for projects metadata: <strong>http://api.openaire.eu/search/projects</strong> <br>
130
										</p>
131

    
132
										<table class="uk-table uk-table-striped uk-table-hover uk-table-small">
133
											<thead>
134
													<tr>
135
															<th>Parameter</th>
136
															<th>Option</th>
137
															<th>Description</th>
138
													</tr>
139
											</thead>
140
											<tbody>
141
													<tr>
142
															<td>page</td>
143
															<td>integer</td>
144
															<td>Page number of the search results.</td>
145
													</tr>
146
													<tr>
147
															<td>size</td>
148
															<td>integer</td>
149
															<td>Number of results per page.</td>
150
													</tr>
151
													<tr>
152
															<td>format</td>
153
															<td>json | xml | csv | tsv</td>
154
															<td>The format of the response. The default is xml.</td>
155
													</tr>
156
													<tr>
157
															<td>model</td>
158
															<td>openaire | sygma</td>
159
															<td>The data model of the response. Default is openaire. Model sygma is a simplified version of the openaire model. For sygma, only the xml format is available. The relative XML schema is available <a href="https://www.openaire.eu/schema/sygma/oaf_sygma_v2.1.xsd" target="_blank">here</a>.</td>
160
													</tr>
161
													<tr>
162
															<td>sortBy</td>
163
															<td><code>sortBy=field,[ascending|descending]</code></td>
164
															<td>The sorting order of the specified field. For the list of sortable fields, please refer to the documentation relative to the specific type of entity you are querying for.</td>
165
													</tr>
166
													<tr>
167
															<td>hasECFunding</td>
168
															<td>true | false</td>
169
															<td>If hasECFunding is true gets the entities funded by the EC. If hasECFunding is false gets the entities related to projects not funded by the EC.</td>
170
													</tr>
171
													<tr>
172
															<td>hasWTFunding</td>
173
															<td>true | false</td>
174
															<td>If hasWTFunding is true gets the entities funded by Wellcome Trust. The results are the same as those obtained with <code>funder=wt</code>. If hasWTFunding is false gets the entities related to projects not funded by Wellcome Trust.</td>
175
													</tr>
176
													<tr>
177
															<td>funder</td>
178
															<td>WT | EC | ARC | ANDS | NSF | FCT | NHMRC</td>
179
															<td>Search for entities by funder.</td>
180
													</tr>
181
													<tr>
182
															<td>fundingStream</td>
183
															<td>...</td>
184
															<td>Search for entities by funding stream.</td>
185
													</tr>
186
													<tr>
187
															<td>FP7scientificArea</td>
188
															<td>...</td>
189
															<td>Search for FP7 entities by scientific area.</td>
190
													</tr>
191
													<tr>
192
															<td>keywords</td>
193
															<td>White-space separated list of keywords.</td>
194
															<td>N/A</td>
195
													</tr>
196
											</tbody>
197
									</table>
198

    
199
									<h3 class="portal-color" id="pubs">Publication specific parameters</h3>
200
									<p>Endpoint: <strong>http://api.openaire.eu/search/publications</strong></p>
201

    
202
									<table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
203
										<thead>
204
												<tr>
205
														<th>Parameter</th>
206
														<th>Option</th>
207
														<th>Description</th>
208
												</tr>
209
										</thead>
210
										<tbody>
211
												<tr>
212
														<td>sortBy</td>
213
														<td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
214
														<td>The sorting order of the specified field.</td>
215
												</tr>
216
												<tr>
217
														<td>doi</td>
218
														<td>Comma separated list of DOIs. <br>
219
																Alternatively, it is possible to repeat the parameter for each requested doi.
220
														</td>
221
														<td>Gets the publications with the given DOIs, if any.</td>
222
												</tr>
223
												<tr>
224
													<td>orcid</td>
225
													<td>Comma separated list of ORCID iDs of authors.<br>
226
														Alternatively, it is possible to repeat the parameter for each author ORCID iD.
227
													</td>
228
													<td>Gets the publications linked to the given ORCID iD of an author, if any. </td>
229
												</tr>
230
												<tr>
231
														<td>openairePublicationID</td>
232
														<td>Comma separated list of OpenAIRE identifiers. <br>
233
																Alternatively, it is possible to repeat the parameter for each requested identifier.
234
														</td>
235
														<td>Gets the publication with the given openaire identifier, if any.</td>
236
												</tr>
237
												<tr>
238
													<td>originalId</td>
239
													<td>Comma separated list of original identifiers as we get them from the content provider. <br>
240
															Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
241
													<td>Gets the software with the given openaire identifier, if any.</td>
242
												</tr>
243
												<tr>
244
														<td>fromDateAccepted</td>
245
														<td>Date formatted as <code>YYYY-MM-DD</code></td>
246
														<td>Gets the publications whose date of acceptance is greater than or equal the given date.</td>
247
												</tr>
248
												<tr>
249
														<td>toDateAccepted</td>
250
														<td>Date formatted as <code>YYYY-MM-DD</code></td>
251
														<td>Gets the publications whose date of acceptance is less than or equal the given date.</td>
252
												</tr>
253
												<tr>
254
														<td>title</td>
255
														<td>White-space separated list of keywords.</td>
256
														<td>Gets the publications whose titles contain the given list of keywords.</td>
257
												</tr>
258
												<tr>
259
														<td>author</td>
260
														<td>White-space separated list of names and/or surnames.</td>
261
														<td>Search for publications by authors.</td>
262
												</tr>
263
												<tr>
264
														<td>openaireProviderID</td>
265
														<td>Comma separated list of identifiers.</td>
266
														<td>Search for publications by openaire data provider identifier. <br>
267
																Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
268
												</tr>
269
												<tr>
270
														<td>openaireProjectID</td>
271
														<td>Comma separated list of identifiers. <br>
272
																Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
273
														<td>Search for publications by openaire project identifier. Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
274
												</tr>
275
												<tr>
276
														<td>hasProject</td>
277
														<td>true | false</td>
278
														<td>If hasProject is true gets the publications that have a link to a project. If hasProject is false gets the publications with no links to projects.</td>
279
												</tr>
280
												<tr>
281
														<td>projectID</td>
282
														<td>...</td>
283
														<td>The given grant identifier of the project.</td>
284
												</tr>
285
												<tr>
286
														<td>FP7ProjectID</td>
287
														<td>...</td>
288
														<td>Search for publications associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
289
												</tr>
290
												<tr>
291
														<td>OA</td>
292
														<td>true | false</td>
293
														<td>If OA is true gets Open Access publications. If OA is false gets the non Open Access publications</td>
294
												</tr>
295
												<tr>
296
														<td>country</td>
297
														<td>2 letter country code</td>
298
														<td>Search for publications associated to the country code</td>
299
												</tr>
300
										</tbody>
301
								</table>
302

    
303
								<h3 class="portal-color" id="datasets">Research Data specific parameters</h3>
304
								<p>Endpoint: <strong>http://api.openaire.eu/search/datasets</strong></p>
305

    
306
								<table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
307
									<thead>
308
											<tr>
309
													<th>Parameter</th>
310
													<th>Option</th>
311
													<th>Description</th>
312
											</tr>
313
									</thead>
314
									<tbody>
315
											<tr>
316
													<td>sortBy</td>
317
													<td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
318
													<td>The sorting order of the specified field.</td>
319
											</tr>
320
											<tr>
321
													<td>doi</td>
322
													<td>Comma separated list of DOIs. <br>
323
															Alternatively, it is possible to repeat the parameter for each requested doi.
324
													</td>
325
													<td>Gets the datasets with the given DOIs, if any.</td>
326
											</tr>
327
											<tr>
328
												<td>orcid</td>
329
												<td>Comma separated list of ORCID iDs of authors.<br>
330
													Alternatively, it is possible to repeat the parameter for each author ORCID iD.
331
												</td>
332
												<td>Gets the publications linked to the given ORCID iD of an author, if any. </td>
333
											</tr>
334
											<tr>
335
													<td>openaireDatasetID</td>
336
													<td>Comma separated list of OpenAIRE identifiers. <br>
337
															Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
338
													<td>Gets the dataset with the given openaire identifier, if any.</td>
339
											</tr>
340
											<tr>
341
												<td>originalId</td>
342
												<td>Comma separated list of original identifiers as we get them from the content provider. <br>
343
														Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
344
												<td>Gets the software with the given openaire identifier, if any.</td>
345
											</tr>
346
											<tr>
347
													<td>fromDateAccepted</td>
348
													<td>Date formatted as <code>YYYY-MM-DD</code></td>
349
													<td>Gets the datasets whose date of acceptance is greater than or equal the given date.</td>
350
											</tr>
351
											<tr>
352
													<td>toDateAccepted</td>
353
													<td>Date formatted as <code>YYYY-MM-DD</code></td>
354
													<td>Gets the datasets whose date of acceptance is less than or equal the given date.</td>
355
											</tr>
356
											<tr>
357
													<td>title</td>
358
													<td>White-space separated list of keywords.</td>
359
													<td>Gets the datasets whose titles contain the given list of keywords.</td>
360
											</tr>
361
											<tr>
362
													<td>author</td>
363
													<td>A white-space separated list of names and/or surnames</td>
364
													<td>Search for datasets by authors.</td>
365
											</tr>
366
											<tr>
367
													<td>openaireProviderID</td>
368
													<td>Comma separated list of identifiers.</td>
369
													<td>Search for datasets by openaire data provider identifier. <br>
370
															Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
371
											</tr>
372
											<tr>
373
													<td>openaireProjectID</td>
374
													<td>Comma separated list of identifiers. </td>
375
													<td>Search for datasets by openaire project identifier. <br>
376
															Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
377
											</tr>
378
											<tr>
379
													<td>projectID</td>
380
													<td>...</td>
381
													<td>The given grant identifier of the project.</td>
382
											</tr>
383
											<tr>
384
													<td>hasProject</td>
385
													<td>true | false</td>
386
													<td>If hasProject is true gets the datasets that have a link to a project. If hasProject is false gets the datasets with no links to projects.</td>
387
											</tr>
388
											<tr>
389
													<td>FP7ProjectID</td>
390
													<td>...</td>
391
													<td>Search for datasets associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
392
											</tr>
393
											<tr>
394
													<td>OA</td>
395
													<td>true | false</td>
396
													<td>If OA is true gets Open Access datasets. If OA is false gets the non Open Access datasets</td>
397
											</tr>
398
											<tr>
399
													<td>country</td>
400
													<td>2 letter country code</td>
401
													<td>Search for datasets associated to the country code</td>
402
											</tr>
403
									</tbody>
404
							</table>
405

    
406
							<h3 class="portal-color" id="software">Software specific parameters</h3>
407
							<p>Endpoint: <strong>http://api.openaire.eu/search/software</strong></p>
408

    
409
							<table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
410
								<thead>
411
										<tr>
412
												<th>Parameter</th>
413
												<th>Option</th>
414
												<th>Description</th>
415
										</tr>
416
								</thead>
417
								<tbody>
418
										<tr>
419
												<td>sortBy</td>
420
												<td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
421
												<td>The sorting order of the specified field.</td>
422
										</tr>
423
										<tr>
424
												<td>doi</td>
425
												<td>Comma separated list of DOIs. <br>
426
														Alternatively, it is possible to repeat the parameter for each requested doi.
427
												</td>
428
												<td>Gets the software with the given DOIs, if any.</td>
429
										</tr>
430
										<tr>
431
											<td>orcid</td>
432
											<td>Comma separated list of ORCID iDs of authors.<br>
433
												Alternatively, it is possible to repeat the parameter for each author ORCID iD.
434
											</td>
435
											<td>Gets the publications linked to the given ORCID iD of an author, if any. </td>
436
										</tr>
437
										<tr>
438
												<td>openaireSoftwareID</td>
439
												<td>Comma separated list of OpenAIRE identifiers. <br>
440
														Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
441
												<td>Gets the software with the given openaire identifier, if any.</td>
442
										</tr>
443
										<tr>
444
											<td>originalId</td>
445
											<td>Comma separated list of original identifiers as we get them from the content provider. <br>
446
													Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
447
											<td>Gets the software with the given openaire identifier, if any.</td>
448
										</tr>
449
										<tr>
450
												<td>fromDateAccepted</td>
451
												<td>Date formatted as <code>YYYY-MM-DD</code></td>
452
												<td>Gets the software whose date of acceptance is greater than or equal the given date.</td>
453
										</tr>
454
										<tr>
455
												<td>toDateAccepted</td>
456
												<td>Date formatted as <code>YYYY-MM-DD</code></td>
457
												<td>Gets the software whose date of acceptance is less than or equal the given date.</td>
458
										</tr>
459
										<tr>
460
												<td>title</td>
461
												<td>White-space separated list of keywords.</td>
462
												<td>Gets the software whose titles contain the given list of keywords.</td>
463
										</tr>
464
										<tr>
465
												<td>author</td>
466
												<td>A white-space separated list of names and/or surnames</td>
467
												<td>Search for software by authors.</td>
468
										</tr>
469
										<tr>
470
												<td>openaireProviderID</td>
471
												<td>Comma separated list of identifiers.</td>
472
												<td>Search for software by openaire data provider identifier. <br>
473
														Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
474
										</tr>
475
										<tr>
476
												<td>openaireProjectID</td>
477
												<td>Comma separated list of identifiers. </td>
478
												<td>Search for software by openaire project identifier. <br>
479
														Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
480
										</tr>
481
										<tr>
482
												<td>projectID</td>
483
												<td>...</td>
484
												<td>The given grant identifier of the project.</td>
485
										</tr>
486
										<tr>
487
												<td>hasProject</td>
488
												<td>true | false</td>
489
												<td>If hasProject is true gets the software that have a link to a project. If hasProject is false gets the software with no links to projects.</td>
490
										</tr>
491
										<tr>
492
												<td>FP7ProjectID</td>
493
												<td>...</td>
494
												<td>Search for software associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
495
										</tr>
496
										<tr>
497
												<td>OA</td>
498
												<td>true | false</td>
499
												<td>If OA is true gets Open Access software. If OA is false gets the non Open Access software</td>
500
										</tr>
501
										<tr>
502
												<td>country</td>
503
												<td>2 letter country code</td>
504
												<td>Search for software associated to the country code</td>
505
										</tr>
506
								</tbody>
507
						</table>
508

    
509
						<h3 class="portal-color" id="other">Other Research Products specific parameters</h3>
510
						<p>Endpoint: <strong>http://api.openaire.eu/search/other</strong></p>
511

    
512
						<table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
513
							<thead>
514
									<tr>
515
											<th>Parameter</th>
516
											<th>Option</th>
517
											<th>Description</th>
518
									</tr>
519
							</thead>
520
							<tbody>
521
									<tr>
522
											<td>sortBy</td>
523
											<td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></td>
524
											<td>The sorting order of the specified field.</td>
525
									</tr>
526
									<tr>
527
											<td>doi</td>
528
											<td>Comma separated list of DOIs. <br>
529
													Alternatively, it is possible to repeat the parameter for each requested doi.
530
											</td>
531
											<td>Gets the other research products with the given DOIs, if any.</td>
532
									</tr>
533
									<tr>
534
										<td>orcid</td>
535
										<td>Comma separated list of ORCID iDs of authors.<br>
536
											Alternatively, it is possible to repeat the parameter for each author ORCID iD.
537
										</td>
538
										<td>Gets the publications linked to the given ORCID iD of an author, if any. </td>
539
									</tr>
540
									<tr>
541
											<td>openaireOtherID</td>
542
											<td>Comma separated list of OpenAIRE identifiers. <br>
543
													Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
544
											<td>Gets the other research products with the given openaire identifier, if any.</td>
545
									</tr>
546
									<tr>
547
										<td>originalId</td>
548
										<td>Comma separated list of original identifiers as we get them from the content provider. <br>
549
												Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
550
										<td>Gets the software with the given openaire identifier, if any.</td>
551
									</tr>
552
									<tr>
553
											<td>fromDateAccepted</td>
554
											<td>Date formatted as <code>YYYY-MM-DD</code></td>
555
											<td>Gets the other research products whose date of acceptance is greater than or equal the given date.</td>
556
									</tr>
557
									<tr>
558
											<td>toDateAccepted</td>
559
											<td>Date formatted as <code>YYYY-MM-DD</code></td>
560
											<td>Gets the other research products whose date of acceptance is less than or equal the given date.</td>
561
									</tr>
562
									<tr>
563
											<td>title</td>
564
											<td>White-space separated list of keywords.</td>
565
											<td>Gets the other research products whose titles contain the given list of keywords.</td>
566
									</tr>
567
									<tr>
568
											<td>author</td>
569
											<td>A white-space separated list of names and/or surnames</td>
570
											<td>Search for other research products by authors.</td>
571
									</tr>
572
									<tr>
573
											<td>openaireProviderID</td>
574
											<td>Comma separated list of identifiers.</td>
575
											<td>Search for other research products by openaire data provider identifier. <br>
576
													Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
577
									</tr>
578
									<tr>
579
											<td>openaireProjectID</td>
580
											<td>Comma separated list of identifiers. </td>
581
											<td>Search for other research products by openaire project identifier. <br>
582
													Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
583
									</tr>
584
									<tr>
585
											<td>projectID</td>
586
											<td>...</td>
587
											<td>The given grant identifier of the project.</td>
588
									</tr>
589
									<tr>
590
											<td>hasProject</td>
591
											<td>true | false</td>
592
											<td>If hasProject is true gets the other research products that have a link to a project. If hasProject is false gets the other research products with no links to projects.</td>
593
									</tr>
594
									<tr>
595
											<td>FP7ProjectID</td>
596
											<td>...</td>
597
											<td>Search for other research products associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&projectID=grantID</code></td>
598
									</tr>
599
									<tr>
600
											<td>OA</td>
601
											<td>true | false</td>
602
											<td>If OA is true gets Open Access other research products. If OA is false gets the non Open Access other research products</td>
603
									</tr>
604
									<tr>
605
											<td>country</td>
606
											<td>2 letter country code</td>
607
											<td>Search for other research products associated to the country code</td>
608
									</tr>
609
							</tbody>
610
					</table>
611

    
612
							<h3 class="portal-color" id="projects">Project specific parameters</h3>
613
							<p>Endpoint: <strong>http://api.openaire.eu/search/projects</strong></p>
614

    
615
							<table class="uk-table uk-table-striped uk-table-hover uk-table-small uk-table-justify">
616
								<thead>
617
										<tr>
618
												<th>Parameter</th>
619
												<th>Option</th>
620
												<th>Description</th>
621
										</tr>
622
								</thead>
623
								<tbody>
624
										<tr>
625
												<td>sortBy</td>
626
												<td><code>sortBy=field,[ascending|descending]</code>; <strong>'field'</strong> is one of: <code>projectstartdate</code>, <code>projectstartyear</code>, <code>projectenddate</code>, <code>projectendyear</code>, <code> projectduration</code></td>
627
												<td>The sorting order of the specified field.</td>
628
										</tr>
629
										<tr>
630
												<td>grantID</td>
631
												<td>Comma separated list of grant identifiers.</td>
632
												<td>Gets the project with the given grant identifier, if any.</td>
633
										</tr>
634
										<tr>
635
												<td>openairePublicationID</td>
636
												<td>Comma separated list of OpenAIRE identifiers.</td>
637
												<td>Gets the publication with the given openaire identifier, if any.</td>
638
										</tr>
639
										<tr>
640
												<td>name</td>
641
												<td>White-space separated list of keywords.</td>
642
												<td>Gets the projects whose names contain the given list of keywords.</td>
643
										</tr>
644
										<tr>
645
												<td>acronym</td>
646
												<td>N/A</td>
647
												<td>Gets the project with the given acronym, if any.</td>
648
										</tr>
649
										<tr>
650
												<td>callID</td>
651
												<td>N/A</td>
652
												<td>Search for projects by call identifier.</td>
653
										</tr>
654
										<tr>
655
												<td>startYear</td>
656
												<td>Year formatted as <code>YYYY</code></td>
657
												<td>Gets the projects that started in the given year.</td>
658
										</tr>
659
										<tr>
660
												<td>endYear</td>
661
												<td>Year formatted as <code>YYYY</code>.</td>
662
												<td>Gets the projects that ended in the given year.</td>
663
										</tr>
664
										<tr>
665
												<td>participantCountries</td>
666
												<td>Comma separeted list of 2 letter country codes.</td>
667
												<td>Search for projects by participant countries.</td>
668
										</tr>
669
										<tr>
670
												<td>participantAcronyms</td>
671
												<td>White space separeted list of acronyms of institutions.</td>
672
												<td>Search for projects by participant institutions.</td>
673
										</tr>
674
								</tbody>
675
							</table>
676
						</div>
677
					</div>
678
				</div>
679
			</div>
680
			<!-- Page content ENDS here -->
681

    
682
			<!-- Footer STARTS here -->
683
			<bottom class="footer">
684
				<div class="footer-light-background uk-padding-remove-bottom uk-section uk-section-small">
685
					<div class="uk-container uk-container-small">
686
						<div>
687
							<div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right">
688
								<div class="uk-text-center uk-width-1-1 uk-width-1-4@m">
689
									<img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png">
690
								</div>
691
								<div id="footer#5" class="uk-margin uk-text-left uk-width-expand">
692
									<div class="uk-flex uk-flex-middle">
693
										<div>
694
											<img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg">
695
										</div>
696
										<div class="uk-margin-left">
697
											<div>
698
													<span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span>
699
											</div>
700
										</div>
701
									</div>
702
								</div>
703
							</div>
704
							<div>
705
								<div class="uk-width-expand@m">
706
									<div id="footer#7" class="uk-text-right@m uk-text-center">
707
										<ul uk-margin="" class="uk-flex-center uk-margin-remove-bottom uk-subnav uk-subnav-divider"></ul>
708
									</div>
709
								</div>
710
							</div>
711
							<div class="uk-margin uk-text-center uk-width-1-1">
712
								<div uk-grid="" class="uk-child-width-auto uk-flex-center uk-grid uk-grid-small">
713
									<div class="uk-first-column">
714
										<a href="https://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon">
715
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
716
												<path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path>
717
											</svg>
718
										</a>
719
									</div>
720
									<div>
721
										<a href="https://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
722
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
723
												<path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"></path>
724
											</svg>
725
										</a>
726
									</div>
727
									<div>
728
										<a href="https://www.linkedin.com/groups/3893548/" target="_blank" class="el-link uk-icon-button uk-icon">
729
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
730
												<path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"></path>
731
												<path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"></path>
732
											</svg>
733
										</a>
734
									</div>
735
									<div>
736
										<a href="https://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon">
737
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
738
												<line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line>
739
												<line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line>
740
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle>
741
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle>
742
												<circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle>
743
											</svg>
744
										</a>
745
									</div>
746
									<div>
747
										<a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon">
748
											<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
749
												<path d="M15,4.1c1,0.1,2.3,0,3,0.8c0.8,0.8,0.9,2.1,0.9,3.1C19,9.2,19,10.9,19,12c-0.1,1.1,0,2.4-0.5,3.4c-0.5,1.1-1.4,1.5-2.5,1.6 c-1.2,0.1-8.6,0.1-11,0c-1.1-0.1-2.4-0.1-3.2-1c-0.7-0.8-0.7-2-0.8-3C1,11.8,1,10.1,1,8.9c0-1.1,0-2.4,0.5-3.4C2,4.5,3,4.3,4.1,4.2 C5.3,4.1,12.6,4,15,4.1z M8,7.5v6l5.5-3L8,7.5z"></path>
750
											</svg>
751
										</a>
752
									</div>
753
									<div>
754
										<a target="_blank" href="https://www.openaire.eu/newsletter" class="el-link newsletter">
755
											<span class="el-title uk-margin uk-text-large"> Newsletter 
756
												<span class="el-image uk-icon">
757
													<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
758
														<circle cx="3.12" cy="16.8" r="1.85"></circle>
759
														<path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,8.2 C1.78,8.18 2.06,8.16 2.35,8.16 C7.57,8.16 11.81,12.37 11.81,17.57 C11.81,17.89 11.79,18.19 11.76,18.5"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,2.52 C1.78,2.51 2.06,2.5 2.35,2.5 C10.72,2.5 17.5,9.24 17.5,17.57 C17.5,17.89 17.49,18.19 17.47,18.5"></path>
760
													</svg>
761
												</span>
762
											</span>
763
										</a>
764
									</div>
765
								</div>
766
							</div>
767
						</div>
768
					</div>
769
				</div>
770
				<div class="footer-light-background uk-section uk-section-xsmall">
771
					<div class="uk-container uk-container-expand">
772
						<div uk-grid="" class="uk-grid-margin uk-grid">
773
							<div class="uk-width-small@m uk-first-column"></div>
774
							<div class="uk-width-expand@m">
775
								<div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center">
776
									<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license"> &nbsp;
777
										<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
778
											<path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path>
779
										</svg>
780
										<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
781
											<g id="Group_756" data-name="Group 756" transform="translate(0)">
782
													<path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path>
783
													<path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path>
784
													<path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path>
785
											</g>
786
										</svg>
787
									</a> &nbsp;Unless otherwise indicated, all materials created by OpenAIRE are licenced under
788
									<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
789
											CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE
790
									</a>. 
791
								</div>
792
							</div>
793
							<div class="uk-width-small@m">
794
								<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center">
795
									<a href="#" uk-scroll="" class="uk-totop uk-icon">
796
										<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg" data-svg="totop">
797
											<polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "></polyline>
798
										</svg>
799
									</a>
800
								</div>
801
							</div>
802
						</div>
803
					</div>
804
				</div>
805
			</bottom>
806
			<!-- Footer ENDS here -->
807

    
808

    
809
		</div>
810
		<!-- Manually change the offset of the page sections -->
811
		<script>
812
			window.addEventListener('load', function() {
813
				section = location.hash;
814
				if(section) { 
815
					window.scrollBy(0, -115);
816
				}
817
			});
818
		</script>
819
		<!-- Manually set the visited page section as bold -->
820
		<script>
821
			const sideMenuItems = document.querySelectorAll(".sideMenuItem");
822
		</script>
823
	</body>
824
</html>
(4-4/22)