ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EuPMC API Broken - reported doesn't match actual results

tarrow opened this issue · comments

Currently we fails out when trying to download from EuPMC. This seems to be an artefact of them updating to version 5.0.1 of their API. No release notes for this as of yet so we don't know what changed.

Unfortunately it seems to report more results than it returns. This means that we keep trying to get results until we time out.

For example http://www.ebi.ac.uk/europepmc/webservices/rest/search/query=FIRST_PDATE%3A2017-01-15%20OPEN_ACCESS%3Ay&resulttype=core&pageSize=1000&cursorMark=*

Says 170 results and actually only returns 168.

commented

It should be possible to call a specific past version of the API when interacting with EUPMC - this would avoid API incompatibility issues.

This was fixed by EuPMC