Public Projects
Returns a list of public projects
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 article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD
only return collections from this group
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 projects
Example response
[
{
"url": "http://api.figshare.com/v2/account/projects/1",
"id": 1,
"title": "project",
"created_date": "2017-05-16T14:52:54Z",
"modified_date": "2017-05-16T14:52:54Z",
"published_date": "2017-05-16T14:52:54Z"
}
]