Object Retrieval API
The object retrieval API provides a machine interface for downloading object metadata.
The API endpoint is available at https://api.openpolicyfinder.jisc.ac.uk/retrieve
To authenticate against this endpoint, you will need to include your API key in request headers under the name x-api-key.
Examples
- /retrieve?item-type=publication&format=Json&limit=5&offset=10
- /retrieve?item-type=publisher&format=Json&filter=[["country","equals","ca"]]
Was this helpful?