Skip to content

figshare API #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
blahah opened this issue Jan 16, 2016 · 0 comments
Open

figshare API #4

blahah opened this issue Jan 16, 2016 · 0 comments

Comments

@blahah
Copy link
Member

blahah commented Jan 16, 2016

the figshare API may offer a way to access open licensed figure metadata and the actual files.

Docs are here: https://github.com/figshare/user_documentation/blob/master/APIv2/index.md

The public API endpoints do not include item file data, but the private ones do - hopefully private here just means needing to authenticate, rather than only being able to see one's own data.

Steps:

  1. search for images with open licenses https://github.com/figshare/user_documentation/blob/master/APIv2/articles.md#search-public-articles
  2. get the metadata record for each article, e.g. https://api.figshare.com/v2/articles/2064108
  3. take the id of each article and use the article files private API to list files and get their URLs: https://github.com/figshare/user_documentation/blob/master/APIv2/articles.md#article-files-subsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant