projects
View project details
View a private project. For projects with item-type based metadata, all core and stock metadata (including title) is returned under a fields object and suppressed at the top level, with funding_list hydrated to [{id, title, grant_code, funder_name, is_user_defined, url}] (url only when a dimensions id is present). Projects without item-type based metadata keep the legacy flat shape.
get/account/projects/{project_id}
Path parameters
project_idinteger required
Project unique identifier
Response
OK. Project representation
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"
}