Public Articles
Returns a list of public articles
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 articles from this institution
Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
only return articles from this group
Deprecated by related materials. Only return articles with this resource_doi
Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
only return articles with this doi
only return articles 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 articles
Example response
[
{
"id": 1434614,
"title": "Test article title",
"doi": "10.6084/m9.figshare.1434614",
"handle": "111184/figshare.1234",
"url": "http://api.figshare.com/articles/1434614",
"url_public_html": "https://figshare.com/articles/media/Test_article_title/1434614",
"url_public_api": "https://api.figshare.com/articles/1434614",
"url_private_html": "https://figshare.com/account/articles/1434614",
"url_private_api": "https://api.figshare.com/account/articles/1434614",
"timeline": {
"firstOnline": "2015-12-31",
"publisherPublication": "2015-12-31",
"publisherAcceptance": "2015-12-31"
},
"thumb": "https://ndownloader.figshare.com/files/123456789/preview/12345678/thumb.png",
"defined_type": 3,
"defined_type_name": "media",
"created_date": "2017-05-18T11:49:03Z",
"modified_date": "2017-05-18T11:49:03Z",
"published_date": "2017-05-18T11:49:03Z",
"group_id": 1
}
]