Other Resources:
crossref.org API - /members for Publishers
How to use crossref.org API resource, /members, for publishers?
✍: FYIcenter.com
crossref.org API resource /members allows you to
to list, search or retrieve publisher entries.
It supports the following variations and parameters:
1. Get the first 20 publishers:
fyicenter$ curl https://api.crossref.org/members
2. Search for publishers with keywords:
fyicenter$ curl https://api.crossref.org/members?query={keywords}
3. Loop over all publishers:
fyicenter$ curl https://api.crossref.org/members?offset=0&rows=20 fyicenter$ curl https://api.crossref.org/members?offset=20&rows=20 ...
4. Get details of a given publisher ID:
fyicenter$ curl https://api.crossref.org/members/{id} fyicenter$ curl https://api.crossref.org/members/324 { "status": "ok", "message-type": "member", "message-version": "1.0.0", "message": { "last-status-check-time": 1665099252655, "primary-name": "Ebsco Publishing", "counts": { "current-dois": 0, "backfile-dois": 89, "total-dois": 89 }, "breakdowns": { "dois-by-issued-year": [ [ 2007, 23 ], [ 2006, 23 ], [ 2004, 18 ], [ 2005, 14 ], [ 2003, 11 ] ] }, "prefixes": [ "10.1033" ], "prefix": [ { "name": "EBSCO Publishing", "value": "10.1033" } ], "id": 324, "tokens": [ "ebsco", "publishing" ], "counts-type": { "all": { "journal-article": 89 }, "backfile": { "journal-article": 89 }, "current": {} }, ... "location": "Ipswich, MA, United States", "names": [ "Ebsco Publishing", "EBSCO Publishing" ] } }
⇒ crossref.org API - /funders for Funders
2022-10-08, 172👍, 0💬
Popular Posts:
Collections: Download Papers Open Access Lookup DOI FAQs Other Resources: Software QA Resources Deve...
Paper Summary: Title: Legal empowerment approaches in the context of COVID-19 Author(s): Dhital, S.,...
Paper Summary: Title: Brain foods: the effects of nutrients on brain function Author(s): Gómez-Pinil...
Where to find tutorials on DOI (Digital Object Identifier)? Here is a large collection of tutorials ...
How to download research paper with PaperPanda - Chrome Extension? If you have PaperPanda installed ...