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, 200👍, 0💬
Popular Posts:
How to download the research paper with a given DOI number? If you know the DOI (Digital Object Iden...
Collections: Download Papers Open Access Lookup DOI FAQs Other Resources: Software QA Resources Deve...
Paper Summary: Title: Tooth Bleaching in Children and Teens Author(s): Croll, Theodore P.; Donly, Ke...
How to download research paper with PaperPanda - Chrome Extension? If you have PaperPanda installed ...
How to download scientific papers in bulk with BitTorrent? If you want to download scientific papers...