Collections:
Other Resources:
crossref.org API - /types for DOI Types
How to use crossref.org API resource, /types, for DOI types?
✍: FYIcenter.com
crossref.org API resource /types allows you to
to list, search or retrieve DOI types.
It supports the following variations and parameters:
1. Get a list of all DOI types:
fyicenter$ curl https://api.crossref.org/types
{
"message": {
"items": [
{
"id": "book-section",
"label": "Book Section"
},
{
"id": "monograph",
"label": "Monograph"
},
{
"id": "report",
"label": "Report"
},
{
"id": "peer-review",
"label": "Peer Review"
},
{
"id": "book-track",
"label": "Book Track"
},
{
"id": "journal-article",
"label": "Journal Article"
},
...
{
"id": "standard-series",
"label": "Standard Series"
}
],
"total-results": 29
},
"message-type": "type-list",
"message-version": "1.0.0",
"status": "ok"
}
2. Get a list of all DOI types:
fyicenter$ curl https://api.crossref.org/types/journal-article
{
"status":"ok",
"message-type":"type",
"message-version":"1.0.0",
"message": {
"id":"journal-article",
"label":"Journal Article"
}
}
⇒ crossref.org API - /licenses for DOI License Types
2022-10-08, ∼554🔥, 0💬
Popular Posts:
Paper Summary: DOI: 10.1111/aepr.12451 Received on: 2024-05-20
Paper Summary: Title: The Encyclopedia of Clinical Psychology || Szasz, Thomas S. (1920-2012) Author...
What is PaperPanda - Chrome Extension? PaperPanda is a Chrome Extension that helps you download rese...
Paper Summary: Title: DIN 7190-1:2017-02, Pressverbände_- Teil_1: Berechnungsgrundlagen und Gestaltu...
Paper Summary: Title: The price of ethics and stakeholder governance: The performance of socially re...