Scholarometer provides a web API so that other developers can make use of our crowdsourced data. The API returns JSON objects. Please add a delay of at least 5 seconds between two consecutive queries.
URL: | https://scholarometer.indiana.edu/api/authors/id/[authorid] |
Argument: | Google Scholar ID. |
Example URL: | https://scholarometer.indiana.edu/api/authors/id/wmJqOaoAAAAJ
|
Example JSON Response: |
{ "lastupdate": "2019-01-29 21:56:53", "name": "j heyman", "tags": [ { "hs": "2.10", "percentile": "78", "name": "anthropology", "nvotes": 4 }, { "hs": "1.00", "percentile": "100", "name": "mobilities", "nvotes": 3 }], "h": 28, "percentile": "70", "id": "wmJqOaoAAAAJ" } |
URL: | https://scholarometer.indiana.edu/api/authors/ | ||||||||||
Parameters: |
|
||||||||||
Example URL: | https://scholarometer.indiana.edu/api/authors/?sortby=h&start=1&num=2
|
||||||||||
Example JSON Response: |
[ { "discipline": "psychology", "metricvalue": 264.0, "id": "N80kIiYAAAAJ", "name": "s freud" }, { "discipline": "sociology", "metricvalue": 233.0, "id": "d_lp40IAAAAJ", "name": "p bourdieu" } ] |
URL: | https://scholarometer.indiana.edu/api/authors/name/[string] |
Argument: | A string to query authors by name. |
Example URL: | https://scholarometer.indiana.edu/api/authors/name/bourdieu
|
Example JSON Response: |
[{ "tags": ["sociology"], "id": "d_lp40IAAAAJ", "name": "pierre bourdieu" }] |
URL: | https://scholarometer.indiana.edu/api/authors/network/[authorid] | ||||
Argument: | Google Scholar ID. | ||||
Parameters: |
|
||||
Example URL: | https://scholarometer.indiana.edu/api/authors/network/d_lp40IAAAAJ
|
||||
Example JSON Response: |
{ "nodes": [ { "h": 233, "topTags": [{"nvotes": 1, "name": "sociology"}], "id": "d_lp40IAAAAJ", "name": "pierre bourdieu" }, { "h": 53, "topTags": [ {"nvotes": 1, "name": "sociology"}, {"nvotes": 1, "name": "political science"} ], "id": "MBTHGLgAAAAJ", "name": "c hay" } ], "links": [ { "source": "MBTHGLgAAAAJ", "target": "d_lp40IAAAAJ", "weight": "1" }] } |
URL: | https://scholarometer.indiana.edu/api/disciplines/ | ||||||
Parameters: |
|
||||||
Example URL: | https://scholarometer.indiana.edu/api/disciplines/?sortby=nauthors
|
||||||
Example JSON Response: |
[{ "metricval": 3438, "group": "sci", "name": "computer science, artificial intelligence" }, { "metricval": 2863, "group": "sci", "name": "computer science, information systems" }, { "metricval": 1971, "group": "sci", "name": "biology" } ] |
URL: | https://scholarometer.indiana.edu/api/disciplines/network/[discipline] | ||||
Parameters: |
|
||||
Example URL: | https://scholarometer.indiana.edu/api/disciplines/network/complex%20systems?maxnnodes=3
|
||||
Example JSON Response: |
{ "nodes": [ {"tvotes": 43, "group": "ssci", "id": "227", "name": "sociology"}, {"tvotes": 5, "group": "usrgen", "id": "301", "name": "complex systems"}, {"tvotes": 13, "group": "usrgen", "id": "294", "name": "complex networks"} ], "links": [ {"source": "227", "target": "301", "weight": "15"}, {"source": "227", "target": "294", "weight": "10"}, {"source": "294", "target": "301", "weight": "17"} ] } |