Object IDs API
The object IDs API provides a fast, lightweight machine interface for downloading all ids (with associated last-modified dates) of objects of a given type.
The API endpoint is available at https://api.openpolicyfinder.jisc.ac.uk/object_ids
To authenticate against this endpoint, you will need to include your API key in request headers under the name x-api-key.
Examples
- /object_ids?item-type=publication
- /object_ids?item-type=funder&limit=10&offset=20
Was this helpful?