altmetric-small
https://api.altmetric.com/version/doi/DOI

Fetches the article corresponding to the given DOI.

Parameters

Parameter Required Accepts Description
DOI Yes Any valid DOI The DOI should not be urlencoded.

Response object

See the /citations/x call.

Example

To return detailed information about the article with DOI 10.1038/news.2011.490:

curl 'https://api.altmetric.com/v1/doi/10.1038/news.2011.490'

Or try it now: https://api.altmetric.com/v1/doi/10.1038/news.2011.490

Example response

{
   "title":"Protein hormone boosts memory",
   "doi":"10.1038/news.2011.490",
   "nlmid":"0410462",
   "journal":"Nature News",
   "altmetric_id":218594,
   "cited_by_fbwalls_count":1,
   "cited_by_posts_count":2,
   "cited_by_rdts_count":1,
   "score":0.5,
   "history":{
      "1d":0,
      "2d":0,
      "3d":0,
      "4d":0,
      "5d":0,
      "6d":0,
      "1w":0,
      "1m":0,
      "3m":0,
      "1y":0.5,
      "at":0.5
   },
   "url":"http://www.nature.com/news/2011/110126/full/news.2011.49.html",
   "added_on":1313058937,
   "published_on":1296000000,
   "subjects":[
      "science"
   ],
   "readers":{
      "citeulike":"0",
      "mendeley":"1",
      "connotea":"0",
   },
   "images":{
      "small": "http://api.altmetric.com/donut/241939_64x64.png",
      "medium": "http://api.altmetric.com/donut/241939_100x100.png",
      "large": "http://api.altmetric.com/donut/241939_180x180.png"
   },
   "details_url": "http://www.altmetric.com/details.php?citation_id=657451"
}