This site is running the DSpace Statistics API. The following endpoints are available:
/
— return a basic API documentation page./items
— return views and downloads for all items that Solr knows about¹. Accepts limit
and page
query parameters for pagination of results./item/id
— return views and downloads for a single item (id
must be a positive integer). Returns HTTP 404 if an item id is not found.¹ The API is querying the Solr statistics core, which technically only knows about items that have either views or downloads.