Skip to content
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

APIs #5

Open
RobSullivan opened this issue Jun 21, 2015 · 2 comments
Open

APIs #5

RobSullivan opened this issue Jun 21, 2015 · 2 comments

Comments

@RobSullivan
Copy link

Here are some APIs that might be useful for finding links to open access full text articles. I've not yet found one that provides direct access except for Pubmed's full text API, which returns XML. http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&id=4046971

Another from http://core.ac.uk/ needs an API key http://core.ac.uk/docs/#!/articles/getArticleByCoreIdBatch

And finally my project 😄 https://pmc-ref.herokuapp.com/ returns the references of an article along with the PMCID if they have one. The format is JSON so it could be processed to extract the PMCIDs and append http://www.ncbi.nlm.nih.gov/pmc/articles/ to each one to get links to full text. Here's the documentation https://github.com/RobSullivan/pmc-ref/wiki

@Eleonore9
Copy link
Owner

👍 Thanks a lot @RobSullivan! I'll have a look, seems really useful!

@Eleonore9
Copy link
Owner

I'll also look at this API http://arxiv.org/help/api/user-manual#Quickstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants