Fetching details by PubMed ID
Fetches the article corresponding to the given PubMed ID (pmid).
Parameters
Parameter | Required | Accepts | Description |
PMID | Yes | Any valid PMID |
Response object
See the /citations/x call.
Example
To return detailed information about the article with PMID 21148220:
curl 'https://api.altmetric.com/v1/pmid/21148220'
Or try it now: https://api.altmetric.com/v1/pmid/21148220
Example response
{
"title":"Christmas 2010: The Lives of Doctors: Bicycle weight and commuting time: randomised trial",
"doi":"10.1136/bmj.c6801",
"pmid":"21148220",
"journal":"BMJ : British Medical Journal",
"altmetric_id":242668,
"cited_by_posts_count":44,
"cited_by_tweeters_count":41,
"score":37.9,
"history":{
"1d":1,
"2d":15.65,
"3d":37.9,
"4d":37.9,
"5d":37.9,
"6d":37.9,
"1w":37.9,
"1m":37.9,
"3m":37.9,
"1y":37.9,
"at":37.9
},
"url":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2999990/",
"added_on":1314027346,
"published_on":1314040200,
"readers":{
"mendeley":-1,
},
"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"
}