Arxiv API

The Arxiv API allows you to fetch research papers based on specific queries.

Base URL

"https://openapi-idk8.onrender.com/"

Endpoint

GET `/arxiv`

Sample Request

GET `https://openapi-idk8.onrender.com/arxiv?q=science`

Sample Response

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <link href="http://arxiv.org/api/query?search_query%3Dall%3Ascience%26id_list%3D%26start%3D0%26max_results%3D10" rel="self" type="application/atom+xml"/>
  <title type="html">ArXiv Query: search_query=all:science&amp;id_list=&amp;start=0&amp;max_results=10</title>
  <id>http://arxiv.org/api/k71NYxj7k/xk5MwRmqt5hdtojp8</id>
  <updated>2024-06-13T00:00:00-04:00</updated>
  <opensearch:totalResults xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">199690</opensearch:totalResults>
  <opensearch:startIndex xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">0</opensearch:startIndex>
  <opensearch:itemsPerPage xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">10</opensearch:itemsPerPage>
  <entry>
    <id>http://arxiv.org/abs/2003.02135v2</id>
    <updated>2020-03-05T06:38:16Z</updated>
    <published>2020-03-03T02:29:11Z</published>
    <title>Impact of JD Bernal Thoughts in the Science of Science upon China: Implications for Quantitative Studies of Science Today</title>
    <summary> John Desmond Bernal (1901-1970) was one of the most eminent scientists in molecular biology, and also regarded as the founding father of the Science of Science. His book The Social Function of Science laid the theoretical foundations for the discipline. In this article, we summarize four chief characteristics of his ideas in the Science of Science: the socio-historical perspective, theoretical models, qualitative and quantitative approaches, and studies of science planning and policy. China has constantly reformed its scientific and technological system based on research evidence of the Science of Science. Therefore, we analyze the impact of Bernal Science-of-Science thoughts on the development of Science of Science in China, and discuss how they might be usefully taken still further in quantitative studies of science.</summary>
    <author>
      <name>Yong Zhao</name>
    </author>
    <author>
      <name>Jian Du</name>
    </author>
    <author>
      <name>Yishan Wu</name>
    </author>
    <arxiv:comment xmlns:arxiv="http://arxiv.org/schemas/atom">12 pages</arxiv:comment>
    <arxiv:journal_ref xmlns:arxiv="http://arxiv.org/schemas/atom">Quantitative Science Studies, 2020</arxiv:journal_ref>
    <link href="http://arxiv.org/abs/2003.02135v2" rel="alternate" type="text/html"/>
    <link title="pdf" href="http://arxiv.org/pdf/2003.02135v2" rel="related"/>
  </entry>
</feed>

Attributes

  • id: The ID of the research paper.
  • title: The title of the research paper.
  • summary: A summary of the research paper.
  • authors: The authors of the research paper.
  • journal_ref: The journal where the research paper is referenced.
  • link: URL links related to the research paper.

Sample Research Paper

Here is an example of a research paper fetched from the API:

  • Title: Impact of JD Bernal Thoughts in the Science of Science upon China: Implications for Quantitative Studies of Science Today
  • Authors: Yong Zhao, Jian Du, Yishan Wu
  • Summary: (See the full summary in the response)
  • Journal Reference: Quantitative Science Studies, 2020
  • Link: View Paper