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
| Parameter | Example |
|---|---|
| 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
| Parameter | Example |
|---|---|
| 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
| Parameter | Example |
|---|---|
| countryCode | ?countryCode=GR |
| countryCode (OR / NOT) | ?countryCode=("GR" OR "IT") AND NOT "DE" |
Related — communities & data sources
| Parameter | Example |
|---|---|
| relCommunityId | ?relCommunityId=egi |
| relCollectedFromDatasourceId | ?relCollectedFromDatasourceId=openaire____::openorgs |
Combined examples
| Parameter | Example |
|---|---|
| Greek universities | ?legalName=university&countryCode=GR |
| Organizations in a community, paged | ?relCommunityId=egi&pageSize=50 |