Skip to main content
Version: 11.1.1

Examples

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

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

Common / top-level parameters

ParameterExample
search?search=university
sortBy?search=university&sortBy=relevance DESC
logicalOperator?legalName=institute&countryCode=GR&logicalOperator=OR
page + pageSize?countryCode=GR&page=2&pageSize=25
cursor?countryCode=GR&pageSize=100&cursor=*

Identity & naming

ParameterExample
id?id=pending_org_::524b09c852b52a2b65302db81c4a98b1
pid?pid=https://ror.org/052gg0110
legalName?legalName="National and Kapodistrian University of Athens"
legalShortName?legalShortName=NKUA
legalName (OR / NOT)?legalName=("university" OR "institute") AND NOT "hospital"

Geography

ParameterExample
countryCode?countryCode=GR
countryCode (OR / NOT)?countryCode=("GR" OR "IT") AND NOT "DE"
ParameterExample
relCommunityId?relCommunityId=egi
relCollectedFromDatasourceId?relCollectedFromDatasourceId=openaire____::openorgs

Combined examples

ParameterExample
Greek universities?legalName=university&countryCode=GR
Organizations in a community, paged?relCommunityId=egi&pageSize=50