Other Resources:
crossref.org API - /journals for Journals
How to use crossref.org API resource, /journals, for journals?
✍: FYIcenter.com
crossref.org API resource /journals allows you to to list, search or retrieve journal entries. It supports the following variations and parameters:
1. Get the first 20 journals:
fyicenter$ curl https://api.crossref.org/journals
2. Search for journals with keywords:
fyicenter$ curl https://api.crossref.org/journals?query={keywords}
3. Loop over all journals:
fyicenter$ curl https://api.crossref.org/journals?offset=0&rows=20 fyicenter$ curl https://api.crossref.org/journals?offset=20&rows=20 ...
4. Get details of a given journal identified by an ISSN:
fyicenter$ curl https://api.crossref.org/journals/{issn} fyicenter$ curl https://api.crossref.org/journals/0360-4012 { "message": { "ISSN": [ "0360-4012", "1097-4547" ], "breakdowns": { "dois-by-issued-year": [ [ 2009, 493 ], [ 2002, 402 ], [ 2001, 395 ], [ 2004, 393 ], [ 2007, 386 ], [ 2021, 225 ], ... ] }, "counts": { "backfile-dois": 10734, "current-dois": 563, "total-dois": 11297 }, ... "issn-type": [ { "type": "print", "value": "0360-4012" }, { "type": "electronic", "value": "1097-4547" } ], "last-status-check-time": 1665101159024, "publisher": "Wiley (John Wiley & Sons)", "subjects": [ { "ASJC": 2804, "name": "Cellular and Molecular Neuroscience" } ], "title": "Journal of Neuroscience Research" }, "message-type": "journal", "message-version": "1.0.0", "status": "ok" }
⇒ crossref.org API - /members for Publishers
2022-10-08, 274👍, 0💬
Popular Posts:
Where to find tutorials on DataCite.org DOI Database. Here is a list of tutorials to answer many fre...
Paper Summary: Title: Practical Federated Gradient Boosting Decision Trees Author(s): Li, Qinbin; We...
Collections: Download Papers Open Access Lookup DOI FAQs Other Resources: Software QA Resources Deve...
Paper Summary: Title: Understanding Digital Ethics: Cases and Contexts Author(s): Beever, Jonathan ;...
Paper Summary: Title: 3D‐Printed Hydrogel‐Filled Microneedle Arrays Author(s): Barnum, L., Quint, J....