ropensci/rcrossref

New Crossref REST API coming soon

ppolischuk opened this issue · 6 comments

Hi,

Thank you for maintaining one of the documented libraries for using the Crossref REST API.

We’ve been working on a new version of the REST API, replacing the Solr backend with Elasticsearch and moving from our own hardware in a datacenter to a cloud platform.

We plan to cutover to the new version shortly (expect an official announcement on our blog in the next few days with more details), and wanted to invite you to test it out before the official cutover.

Please check it out at https://api.production.crossref.org/

During the cutover phase (expected to last a few weeks), traffic will be redirected to the above domain on a pool by pool basis. Once all traffic is using the new service, we will continue to use the api.crossref.org domain, so please do not update anything to use the temporary domain.

Let me know if you have any questions. Issues can be filed into our GitLab issue repository, or I’ll keep an eye on this thread.

Thanks again,
Patrick

Hi @ppolischuk can you confirm that returning all facets calling https://api.crossref.org/journals/1803-2427/works?facet=t will be no longer supported?

Thank you, I can reproduce that issue and will discuss with our team shortly. I'll be tracking that here: https://gitlab.com/crossref/issues/-/issues/1393

Hi @njahn82,

Presently, returning all facets via your example request does not work in the new API via the public pool, but still works via the polite and plus pools still being served by the old API, eg https://api.crossref.org/journals/1803-2427/works?facet=t&mailto=ppolischuk@crossref.org

However, performance via the polite and plus pools is extremely slow for facet=* requests, and according to our logs it is almost never used. It's unclear what use cases or workflows this feature serves, so we're considering deprecating it and removing it from the list of valid facets in the 400 response.

Did you previously use this feature? If so, how did you use it?

{rcrossref} dev version was updated to reflect Crossref's REST API updates for the public and polite pool.

The package will be prepared for CRAN submission in the upcoming weeks.

The latest version is now also available on CRAN