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, 271👍, 0💬
Popular Posts:
Paper Summary: Title: The Philosophy of Jürgen Habermas Author(s): Steinhoff, Uwe Year: 2009 DOI: 10...
Paper Summary: Title: Strafgesetzbuch: Studienkommentar Author(s): Joecks, Wolfgang ;Jäger, Christia...
Paper Summary: Title: The effective implementation of cloud computing through project management: Co...
Paper Summary: Title: Trends and Changes in Hydroclimatic Variables || Introduction to Physical Scal...
How to lookup and obtain DOI Metadata? I want to know who is the author of a given DOI. If you have ...