Skip to main content
Version: 11.1.1

Graph API

The OpenAIRE Graph API provides a comprehensive way for developers to explore the OpenAIRE Graph, a vast interconnected dataset that aggregates metadata from a wide range of scholarly resources. The Graph API offers endpoints for accessing and querying this interconnected dataset, enabling users to retrieve detailed information on research products, data sources, organizations, projects, and persons.

Base URL and Swagger documentation

The base URL of the Graph API is:

https://api.openaire.eu/graph/

You can access the Swagger documentation at Swagger UI.

Each entity is exposed under its own /v3 path:

EntitySearch endpointSingle entity
Research productsGET /v3/research-productsGET /v3/research-products/{id}
OrganizationsGET /v3/organizationsGET /v3/organizations/{id}
Data sourcesGET /v3/datasourcesGET /v3/datasources/{id}
ProjectsGET /v3/projectsGET /v3/projects/{id}
PersonsGET /v3/personsGET /v3/persons/{id}

Notes

Please note that the Graph API:

Learn more

The current version of the Graph API is V3. Use the following links to learn more: