Collections:
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, ∼482🔥, 0💬
Popular Posts:
How to use the PDF File Download service at ftp.ncbi.nlm.nih.gov/pub /pmc?The PDF File Download serv...
Paper Summary: Title: Review of the theoretical underpinnings of loyalty programs Author(s): Conor M...
Paper Summary: Title: Acute Oral Safety Study of Rosemary Extracts in Rats Author(s): ANADÓN, ARTURO...
Paper Summary: DOI: 10.1016/j.ijme.2022.1007 04Received on: 2024-05-25
Paper Summary: Title: Concealed Object Detection Author(s): Fan, D.-P., Ji, G.-P., Cheng, M.-M., &am...