GET api/query
Summary: Query arXiv for papers
Operation ID: queryPapers
Auth: none
Operation ID: queryPapers
Auth: none
Description
Search and retrieve paper metadata from the arXiv repository. Returns an Atom feed containing entry elements for each paper.
Parameters (6)
id_list
(string, query, optional)
Comma-separated list of arXiv paper IDs to retrieve specific papers
max_results
(integer, query, optional, default: 10)
Maximum number of results to return per request
Constraints: {'minimum': 1, 'maximum': 30000}
search_query
(string, query, optional)
Search query string using arXiv query syntax. Supports fielded search (ti:title, au:author, abs:abstract, cat:category, all:all fields). Multiple terms can be combined with AND, OR, ANDNOT.
sortBy
(string, query, optional, default: relevance)
Sort order for results
Constraints: {'enum': ['relevance', 'lastUpdatedDate', 'submittedDate']}
sortOrder
(string, query, optional, default: descending)
Sort direction
Constraints: {'enum': ['ascending', 'descending']}
start
(integer, query, optional, default: 0)
Starting index for pagination (0-based)
Constraints: {'minimum': 0}
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Query arXiv for papers | openapi-spec |
https://export.arxiv.org/api/query?search_query=all:electron&id_list=2101.00027,2101.00028 |
|
| Query arXiv for papers | probe-gate |
https://export.arxiv.org/api/query?search_query=all%3Aelectron&id_list=2101.00027%2C2101.00028&start=0&max_results=10&sortBy=relevance&sortOrder=descending |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:00:51.885947 | 200 | 13952ms | |
| 2026-03-22T10:15:25.628449 | 200 | 355ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:00:51.885947 | 8b998d2d5e59 |
18fb1eed9e37 |