Generic fielded search across arXiv preprints
Compose a boolean-AND search across any of the fielded parameters (general q, title, author, cat, and from_date/to_date submission window) and return matching papers from the arXiv.org (Cornell University) corpus. Pagination via limit (up to 2000) and offset. Sort by relevance (default), submittedDate, or lastUpdatedDate in ascending / descending order. Every paper is returned with identifiers, title, abstract, authors, categories, DOI and journal reference (when available), version number, and abstract/PDF URLs.
Query parameters
Free-text query applied across all fields (maps to arXiv all:).
Free-text query applied across all fields (maps to arXiv all:).
Category filter (e.g. cs.AI, q-fin.ST, hep-th). Validated against the static arXiv taxonomy.
Category filter (e.g. cs.AI, q-fin.ST, hep-th). Validated against the static arXiv taxonomy.
Author-name fragment (maps to arXiv au:). Surname-match tends to dominate upstream.
Author-name fragment (maps to arXiv au:). Surname-match tends to dominate upstream.
Title substring (maps to arXiv ti:).
Title substring (maps to arXiv ti:).
Earliest submission date (YYYY-MM-DD). Submitted-date range filter.
Earliest submission date (YYYY-MM-DD). Submitted-date range filter.
Latest submission date (YYYY-MM-DD). Submitted-date range filter.
Latest submission date (YYYY-MM-DD). Submitted-date range filter.
Sort key (relevance, lastUpdatedDate, or submittedDate).
Sort key (relevance, lastUpdatedDate, or submittedDate).
Sort direction (ascending or descending).
Sort direction (ascending or descending).
Papers per page (1 to 2000).
Papers per page (1 to 2000).
Zero-based offset into the result set (0 to 10000).
Zero-based offset into the result set (0 to 10000).
Response
Matched papers on the current page with upstream total counts and Sugra-side pagination counters.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}