{"info":{"_postman_id":"06fe1068-5c6f-42c2-b071-a2b43b8d4dae","name":"scite-api documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7840038","collectionId":"06fe1068-5c6f-42c2-b071-a2b43b8d4dae","publishedId":"SzYaVdeo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-02T20:38:05.000Z"},"item":[{"name":"ISSN - SJI (All Years)","id":"15bb22df-4066-4ce0-88f9-833c70ae4d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/issn-sji?issn=2075-8251","description":"<p>Get the SJI details of exactly one ISSN for all years.</p>\n<p>Query parameters are:</p>\n<ul>\n<li><code>issn</code> (one and only one valid ISSN)</li>\n<li><code>year</code> (can be excluded, in which case you will get all years. Otherwise, pass in a comma separated list of years in <code>YYYY</code> format).</li>\n</ul>\n<p>Note that we calculate the SJI from 2000 until the <code>current year - 1</code>.</p>\n","urlObject":{"protocol":"https","path":["issn-sji"],"host":["api","scite","ai"],"query":[{"key":"issn","value":"2075-8251"},{"disabled":true,"key":"year","value":"2014"}],"variable":[]}},"response":[],"_postman_id":"15bb22df-4066-4ce0-88f9-833c70ae4d53"},{"name":"ISSN - SJI (Specify Year)","id":"9a5c1612-33e9-4208-bdd0-77d752d9438d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/issn-sji?issn=2075-8251&year=2012,2011","description":"<p>Get the SJI details of exactly one ISSN for a specific year.</p>\n<p>Query parameters are:</p>\n<ul>\n<li><code>issn</code> (one and only one valid ISSN)</li>\n<li><code>year</code> (can be excluded, in which case you will get all years. Otherwise, pass in a comma separated list of years in <code>YYYY</code> format).</li>\n</ul>\n<p>Note that we calculate the SJI from 2000 until the <code>current year - 1</code>.</p>\n","urlObject":{"protocol":"https","path":["issn-sji"],"host":["api","scite","ai"],"query":[{"key":"issn","value":"2075-8251"},{"key":"year","value":"2012,2011"}],"variable":[]}},"response":[],"_postman_id":"9a5c1612-33e9-4208-bdd0-77d752d9438d"},{"name":"ISSN - SJI Bulk (Multiple ISSNs)","id":"b08f8125-6874-471b-b175-5052d505e857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    \"1531-4650\",\n    \"0301-4797\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api.scite.ai/issn-sji-bulk","description":"<p>Get the SJI details of one or more ISSNs for all years.</p>\n<p>This is a <code>POST</code> request. The request body is just a list of ISSN(s), e.g. a sample request body might be</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    \"1531-4650\",\n    \"0301-4797\"\n]\n</code></pre><p>Any ISSNs that are not found will be excluded in the response object key.</p>\n<p>If the request body is empty, i.e. you pass in <code>[]</code>, it will return a <code>400 Bad Request</code>.</p>\n<p>Note that we calculate the SJI from 2000 until the <code>current year - 1</code>.</p>\n","urlObject":{"protocol":"https","path":["issn-sji-bulk"],"host":["api","scite","ai"],"query":[{"disabled":true,"key":"year","value":"2014"}],"variable":[]}},"response":[],"_postman_id":"b08f8125-6874-471b-b175-5052d505e857"},{"name":"ISSN Citation Tally","id":"8353a6e2-db63-4fb8-9948-184a050138f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/issn-tallies?issn=1531-4650","description":"<p>Get the tallies (count of supporting, mentioning, contradicting cites) for one or more ISSNs (passed in as a comma separated list of ISSNs in the query parameter)</p>\n","urlObject":{"protocol":"https","path":["issn-tallies"],"host":["api","scite","ai"],"query":[{"key":"issn","value":"1531-4650"}],"variable":[]}},"response":[],"_postman_id":"8353a6e2-db63-4fb8-9948-184a050138f4"},{"name":"ISSN Citation Tally (Multiple ISSNs)","id":"a965f442-0241-447c-8b39-a288310e521d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/issn-tallies?issn=1531-4650,0006-8950","description":"<p>Get the tallies (count of supporting, mentioning, contradicting cites) for one or more ISSNs (passed in as a comma separated list of ISSNs in the query parameter).</p>\n<p>This example shows how it works with multiple ISSNs in the query parameter.</p>\n","urlObject":{"protocol":"https","path":["issn-tallies"],"host":["api","scite","ai"],"query":[{"key":"issn","value":"1531-4650,0006-8950"}],"variable":[]}},"response":[],"_postman_id":"a965f442-0241-447c-8b39-a288310e521d"},{"name":"Report Citation Tally given DOI","id":"23c93a71-03fc-4b64-bbee-68af5b330e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/tallies/10.1016/j.biopsych.2005.08.012","description":"<p>Get the citation tally of a DOI specified in the request path.</p>\n","urlObject":{"protocol":"https","path":["tallies","10.1016","j.biopsych.2005.08.012"],"host":["api","scite","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"23c93a71-03fc-4b64-bbee-68af5b330e57"},{"name":"Report Citation Tally given bulk DOI","id":"ece530f0-7316-457c-b48f-8205b4e9abb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t\"10.1016/j.biopsych.2005.08.012\",\n\t\"10.1016/j.semcdb.2011.03.002\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api.scite.ai/tallies","description":"<p>Get the citation tallies for multiple DOIs based in as an array of strings in the body of a POST request.</p>\n","urlObject":{"protocol":"https","path":["tallies"],"host":["api","scite","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"ece530f0-7316-457c-b48f-8205b4e9abb9"},{"name":"Get Paper given DOI","id":"661c4747-1757-4852-b210-a1d582d4d1aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/papers/10.1016/j.biopsych.2005.08.012","description":"<p>Get the details of a paper given its DOI. e.g. abstract, authors, issns, etc.</p>\n","urlObject":{"protocol":"https","path":["papers","10.1016","j.biopsych.2005.08.012"],"host":["api","scite","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"661c4747-1757-4852-b210-a1d582d4d1aa"},{"name":"Get Author Claims","id":"5d6969b5-11a0-4ba3-80b3-5537568edb27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/authorprofiles/claims/josh@scite.ai","description":"<p>Given an email address, see which users have claimed which papers.</p>\n","urlObject":{"protocol":"https","path":["authorprofiles","claims","josh@scite.ai"],"host":["api","scite","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d6969b5-11a0-4ba3-80b3-5537568edb27"},{"name":"Get Papers from Author Claims","id":"363651d2-30fa-4836-ba02-d3c7db039b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.scite.ai/authorprofiles/claims/josh@scite.ai/papers","description":"<p>Given an email address, get the contents of the papers that user claimed.</p>\n","urlObject":{"protocol":"https","path":["authorprofiles","claims","josh@scite.ai","papers"],"host":["api","scite","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"363651d2-30fa-4836-ba02-d3c7db039b5b"}]}