openaire-graph-docs/docs/apis/graph-api/overview.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2024-07-05 16:55:58 +02:00
# Graph API
The OpenAIRE Graph API provides a comprehensive way for developers to explore the [OpenAIRE Graph](https://graph.openaire.eu/), 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, organizations, data sources, and projects.
2024-07-05 18:38:08 +02:00
## Base URL and Swagger documentation
2024-07-05 16:55:58 +02:00
2024-07-05 18:38:08 +02:00
The base URL of the Graph API is:
```
https://openaire-api.athenarc.gr/api
```
2024-07-05 16:55:58 +02:00
2024-07-05 18:38:08 +02:00
You can access the API documentation in [api.openaire.eu/graph-api](https://openaire-api.athenarc.gr/swagger-ui/index.html#/).
## Notes
2024-07-05 16:55:58 +02:00
Please note that the Graph API:
- is intended for data discovery and exploration; if you are interested in downloading the full OpenAIRE Graph dataset, please navigate [here](../../downloads/full-graph).
- adhers to the [terms of use](../terms.md) of the OpenAIRE public APIs - certain (rate limit) restrictions apply.
## Learn more
Please use the following links to learn more about the Graph API:
- [Get single entities](./get-single-entities) - Retrieve detailed information on a single entity.
- [Search entities](./search-entities/overview) - Retrieve a list of entities based on specific search criteria.
- [Filter search results](./search-entities/filter-search-results) - Filter search results based on specific criteria.
- [Sort search results](./search-entities/sort-search-results) - Sort search results based on specific criteria.
- [Pagination](./search-entities/pagination) - Retrieve a subset of search results.