Skip to main content
Version: 11.1.1

Projects

Search and retrieve funded research project grants.

Base URL

https://api-beta.openaire.eu/graph/v4/projects

Quick start

Get EC-funded projects starting in 2023 or later, sorted by start date:

/v4/projects?filter=funder_short_name:EC,start_year:>2022&sort=start_date:desc

Parameters

ParameterTypeDefaultDescription
filterstringComma-separated field:value predicates (see filter syntax)
searchstringFull-text keyword search across the project's default fields
sortstringrelevance:descComma-chained field:direction directives (see sorting)
selectstring(full object)Comma-separated response fields to return (see sparse fieldsets)
facetsstringRecords + facet counts (see aggregations)
group_bystringFacets-only mode, no records (see aggregations)
pageint1Page number (see paging)
page_sizeint10Results per page, range 1–100
cursorstringCursor-based pagination (see cursor paging)
mailtostringContact email for the polite pool / higher-rate tier

Response

The response is an object with a header and a results array:

{
"header": {
"numFound": 3500000,
"maxScore": 1,
"queryTime": 20,
"page": 1,
"pageSize": 10
},
"results": [
...
]
}

The results array contains Project objects. When aggregations are requested, an additional facets field is included in the response.

Learn more