Fetching details by arXiv ID
Fetches the article corresponding to the given arXiv ID.
Parameters
Parameter | Required | Accepts | Description |
arXiv ID | Yes | Any valid arXiv ID |
Response object
See the /citations/x call.
Example
To return detailed information about the article with arXiv ID 1108.2455:
curl 'https://api.altmetric.com/v1/arxiv/1108.2455'
Example response
{
"title":"The Food Crises and Political Instability in North Africa and the Middle East",
"arxiv_id":"1108.2455",
"altmetric_id":222686,
"cited_by_feeds_count":2,
"cited_by_msm_count":1,
"cited_by_posts_count":22,
"cited_by_rdts_count":1,
"cited_by_tweeters_count":18,
"score":45.8,
"history":{
"1d":17.2,
"2d":19.45,
"3d":20.55,
"4d":22.5,
"5d":22.5,
"6d":25.6,
"1w":27.45,
"1m":45.8,
"3m":45.8,
"1y":45.8,
"at":45.8
},
"url":"http://export.arxiv.org/api/query?id_list=1108.2455",
"added_on":1313129326,
"readers":{
"mendeley":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"
}