Skip to content

Commit 5953472

Browse files
committed
Add arXiv source
1 parent 5317b77 commit 5953472

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sources.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,24 @@ language edition of wikipedia. It runs on the Meta-Wiki API.
102102
- No API key required
103103
- Query limit: It is rate-limited only to prevent abuse
104104
- Data available through XML or JSON format
105+
106+
107+
## arXiv
108+
109+
**Description:** arXiv is a free distribution service and an open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. All arXiv articles are available under various open licenses or are in the public domain.
110+
111+
**API documentation link:**
112+
- [arXiv API User Manual](https://arxiv.org/help/api/user-manual)
113+
- [arXiv API Reference](https://arxiv.org/help/api)
114+
- Base URL: `http://export.arxiv.org/api/query`
115+
- [arXiv Subject Classifications](https://arxiv.org/category_taxonomy)
116+
- [OAI-PMH Interface](https://oaipmh.arxiv.org/oai?verb=Identify) - For bulk metadata harvesting
117+
- [Bulk Data Access via S3](https://info.arxiv.org/help/bulk_data_s3.html) - For full-text PDF and source files
118+
- [Terms of Use for arXiv APIs](https://info.arxiv.org/help/api/tou.html)
119+
120+
**API information:**
121+
- No API key required
122+
- Query limit: No official limit, but requests should be made responsibly
123+
- Data available through Atom XML format
124+
- Supports search by fields: title (ti), author (au), abstract (abs), comment (co), journal reference (jr), subject category (cat), report number (rn), id, all (searches all fields), and submittedDate (date filter)
125+
- Metadata includes licensing information for each paper

0 commit comments

Comments
 (0)