Skip to main content
Version: 11.2.0

Sparse fieldsets (select)

The select parameter lets you request only the fields you need, reducing response size and improving readability.

/v4/projects?filter=funder_short_name:EC&select=id,code,acronym,title

Field names match the actual JSON property names in the response. Dotted sub-paths of a listed field are also accepted.

Selectable response fields

Identity

FieldTypeDescription
idstringOpenAIRE identifier
codestringGrant agreement (GA) code
acronymstringProject acronym
titlestringProject title
websiteUrlstringProject website

Dates

FieldTypeDescription
startDatestringProject start date
endDatestringProject end date

Classification

FieldTypeDescription
callIdentifierstringIdentifier of the research call
keywordsstringProject keywords
subjectsarrayProject subjects

Open Access mandates

FieldTypeDescription
openAccessMandateForPublicationsbooleanOA mandate for publications
openAccessMandateForDatasetbooleanOA mandate for research data

Funding

FieldTypeDescription
fundingarrayFunding stream information
fundingsarrayFunder details
grantedobjectGranted amounts and currency
h2020ProgrammesarrayH2020 programmes (EC projects)

Other

FieldTypeDescription
summarystringProject summary
linksarrayRelated links

Examples

Only IDs, codes, and titles:

/v4/projects?filter=funder_short_name:EC&select=id,code,title

Dates and OA mandate overview:

/v4/projects?filter=active_year:2024&select=id,acronym,startDate,endDate,openAccessMandateForPublications