Skip to main content
Version: 11.1.1

Persons

Search and retrieve persons — authors and contributors involved in research products.

Base URL

https://api-beta.openaire.eu/graph/v4/persons

Quick start

Search for a person by name:

/v4/persons?filter=given_name:Paolo,last_name:Manghi

Parameters

ParameterTypeDefaultDescription
filterstringComma-separated field:value predicates (see filter syntax)
searchstringFull-text keyword search across the person's default fields
sortstringrelevance:descComma-chained field:direction directives (see sorting)
selectstring(full object)Comma-separated response fields to return (see sparse fieldsets)
pageint1Page number (see paging)
page_sizeint10Results per page, range 1–100
cursorstringCursor-based pagination (see cursor paging)
mailtostringContact email for the polite pool / higher-rate tier
note

The facets and group_by parameters are not available for persons — see Aggregations.

Response

The response is an object with a header and a results array:

{
"header": {
"numFound": 21000000,
"maxScore": 1,
"queryTime": 12,
"page": 1,
"pageSize": 10
},
"results": [
...
]
}

The results array contains Person objects.

Learn more