Fetching details by ISBN
Fetches the book corresponding to the given ISBN-13 or ISBN-10 identifier
Parameters
Parameter | Required | Accepts | Description |
ISBN | Yes | Any valid ISBN | The ISBN can be either ISBN-10 or ISBN-13 and does not need to be normalized. |
Response object
See the /citations/x call.
Example
To return detailed information about the book with ISBN 978-3-319-25557-6:
curl 'https://api.altmetric.com/v1/isbn/978-3-319-25557-6'
Or try it now: https://api.altmetric.com/v1/isbn/978-3-319-25557-6
Example response
{
"title": "Safer Healthcare",
"doi": "10.1007/978-3-319-25559-0",
"uri": "http://link.springer.com/book/10.1007%2F978-3-319-25559-0",
"isbns": [
"9783319255576",
"9783319255590"
],
"issns": [],
"cohorts": {
"pub": 345,
"doc": 129,
"com": 15,
"sci": 66
},
"authors_or_editors": [
"Charles Vincent",
"René Amalberti"
],
"type": "book",
"attribution": "Google Books",
"altmetric_id": 5300191,
"schema": "1.5.4",
"is_oa": false,
"cited_by_posts_count": 778,
"cited_by_feeds_count": 1,
"cited_by_tweeters_count": 555,
"cited_by_fbwalls_count": 11,
"cited_by_gplus_count": 1,
"cited_by_accounts_count": 568,
"last_updated": 1493013817,
"score": 440.548,
"history": {
"1y": 163.548,
"6m": 113.698,
"3m": 65.098,
"1m": 5.05,
"1w": 0,
"6d": 0,
"5d": 0,
"4d": 0,
"3d": 0,
"2d": 0,
"1d": 0,
"at": 440.548
},
"url": "http://dx.doi.org/10.1007/978-3-319-25559-0",
"added_on": 1455118436,
"published_on": 1451606400,
"readers": {
"citeulike": 0,
"mendeley": 21,
"connotea": 0
},
"readers_count": 21,
"images": {
"small": "https://badges.altmetric.com/?size=64&score=441&types=btttttfg",
"medium": "https://badges.altmetric.com/?size=100&score=441&types=btttttfg",
"large": "https://badges.altmetric.com/?size=180&score=441&types=btttttfg"
},
"details_url": "http://www.altmetric.com/details.php?citation_id=5300191"
}