Public Collections
Returns a list of public collections
Query parameters
Page number. Used for pagination with page_size
The number of results included on a page. Used for pagination with page
Number of results included on a page. Used for pagination with query
Where to start the listing (the offset of the first result). Used for pagination with limit
The field by which to order. Default varies by endpoint/resource.
only return collections from this institution
Filter by collection publishing date. Will only return collections published after the date. date(ISO 8601) YYYY-MM-DD
Filter by collection modified date. Will only return collections modified after the date. date(ISO 8601) YYYY-MM-DD
only return collections from this group
only return collections with this resource_doi
only return collections with this doi
only return collections with this handle
Headers
Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
Response
OK. An array of collections
Example response
[
{
"id": 123,
"title": "Sample collection",
"doi": "10.6084/m9.figshare.123",
"handle": "111184/figshare.1234",
"url": "https://api.figshare.com/v2/collections/123",
"timeline": {
"firstOnline": "2015-12-31",
"publisherPublication": "2015-12-31",
"publisherAcceptance": "2015-12-31"
},
"published_date": "2017-05-15T15:12:26Z"
}
]