Skip to main content
Version: Next

Examples

A collection of ready-to-use API calls. All URLs point to the production environment:

https://api.openaire.eu/graph/skg-if/v1

Remember that filter is required on every search endpoint.

Paging​

Offset paging​

/products?filter=product_type:literature&page=2&page_size=25

Cursor paging​

/products?filter=product_type:literature&page=*&page_size=100

Research products​

By product type​

/products?filter=product_type:literature

By product type (OR)​

/products?filter=product_type:literature|research data

By DOI​

/products?filter=identifiers.id:10.5281/zenodo.8217359

By contributor ORCID​

/products?filter=contributions.by.identifiers.id:0000-0001-7291-3210

Free-text search in the title​

/products?filter=cf.search.title:climate change

By subject​

/products?filter=cf.subject:climate

By language​

/products?filter=cf.language:English

Combined — English research data about climate​

/products?filter=product_type:research data,cf.subject:climate,cf.language:English

Single product by local identifier​

/products/doi_dedup___::a55b42c0d32a4a24cf99e621623d110e

Organisations​

Free-text search by name​

/organisations?filter=cf.search.name:CERN

By country​

/organisations?filter=country:GR

By ROR​

/organisations?filter=identifiers.id:https://ror.org/01ggx4157

Persons​

By family name​

/persons?filter=cf.search.family_name:Manghi

By given and family name​

/persons?filter=cf.search.given_name:Paolo,cf.search.family_name:Manghi

By ORCID​

/persons?filter=identifiers.id:0000-0001-7291-3210

Data sources​

By classification​

/datasources?filter=data_source_classification:repository

By classification (OR)​

/datasources?filter=data_source_classification:repository|aggregator

Free-text search by name​

/datasources?filter=cf.search.name:ZENODO

Grants​

By grant number​

/grants?filter=grant_number:101017452

By funding agency​

/grants?filter=funding_agency.short_name:EC

By acronym​

/grants?filter=acronym:OpenAIRE Nexus

Free-text search in the title​

/grants?filter=cf.search.title:climate

By beneficiary country​

/grants?filter=beneficiaries.country:GR

Grants starting from 2023​

/grants?filter=cf.duration.start.from:2023

Combined — EC grants starting in 2023​

/grants?filter=funding_agency.short_name:EC,cf.duration.start.from:2023