Full metadata for one or more papers by arXiv id
API · /arxiv-api
arXiv API
Search the entire arXiv scholarly-preprint corpus as an API — millions of papers across physics, mathematics, computer science, quantitative biology and finance, statistics, electrical engineering and economics. Query by free text, title, author and/or subject category (e.g. q=transformer&category=cs.AI), with paging and sort by relevance, submission or last-update date, or pull full metadata for any paper by its arXiv id (e.g. 1706.03762 → "Attention Is All You Need"). Every result carries the title, full author list, abstract, primary and cross-list categories, DOI, journal reference, comments and a direct PDF link. Ideal for literature-review and research tools, citation managers, ML/AI paper trackers, academic search and discovery, and science newsletters.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 190 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,617
- attiva
- Chiamate totali
- 76
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 3,900 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 3,900 calls/month
- 2 req/sec
- Search + paper lookup
- No credit card
Starter
€5.60 /mese
- 58,000 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 58k calls/month
- 8 req/sec
- Category & author filters
- Email support
Pro
€14.40 /mese
- 290,000 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 290k calls/month
- 20 req/sec
- Lit-review & paper trackers
- Priority support
Mega
€37.90 /mese
- 1,450,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.45M llamadas/mes
- 50 req/seg
- Plataformas de investigación y descubrimiento
- SLA dedicado
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
DAO Treasury API
Live treasury composition for DeFi protocols and DAOs, keyless. For any protocol it returns the value its DAO holds in its treasury, split into the protocol OWN governance token versus real diversified reserves (stablecoins, ETH, BTC and other assets) — the single most-watched measure of treasury health and runway — broken down per chain, plus the treasury value over time. Live, nothing stored. The DAO-treasury layer for DeFi research, governance, risk and dashboard apps — this is treasury composition (own-token vs real reserves), not protocol TVL.
api.oanor.com/daotreasury-api
Stock Analyst Ratings & Price Targets API
Live Wall Street analyst coverage for US stocks from Nasdaq — no key, nothing stored. The "what do the analysts think" view of a stock: the consensus recommendation, the price target and how both have moved over time, distinct from the quote, movers, earnings and insider APIs in the catalogue. The consensus endpoint returns the recommendation picture — the number of analysts rating the stock buy, hold and sell, the total coverage and the mean rating (from Strong Buy to Strong Sell). The target endpoint returns the analyst price target — the low, mean and high targets, the current price and the implied upside to the mean target. The history endpoint returns the consensus timeline — the price target and the buy / hold / sell split month by month — so you can see whether sentiment is improving or deteriorating. Build research dashboards, price-target trackers, upgrade/downgrade alerts and valuation tools on top of real Nasdaq analyst data. Look up any US stock by its ticker symbol; targets and counts are returned as clean numbers and the implied upside is computed against the live price.
api.oanor.com/analyst-api
Crypto Coin Profile API
Live project profile, developer activity and official links for any cryptocurrency — what a coin is, not what it costs — served from the public CoinGecko feed with no key and nothing cached. The profile endpoint returns the project's description, market-cap rank, categories (Layer 1, DeFi, Meme and more), genesis date, hashing algorithm, country of origin, the community sentiment split, and the all-time high and low with their dates — Ethereum is a rank-2 Smart Contract Platform that launched in 2015 with an all-time high near $4,946. The developer endpoint returns the GitHub development activity investors use to gauge a project's health: stars, forks and watchers, the count of total and closed issues, merged pull requests and recent commits — Bitcoin's repositories carry over seventy thousand stars and thousands of merged pull requests. The links endpoint returns every official link: homepage, whitepaper, block explorers, GitHub repositories, the subreddit, Twitter handle, Telegram and forums. This is the project-research and due-diligence layer for any crypto research, screener, wallet or portfolio app. Live from CoinGecko, nothing stored. Distinct from price, market-cap and OHLC APIs — this is the project profile, developer activity and links. 4 endpoints.
api.oanor.com/coinprofile-api
Crypto Tokenomics API
Live-Crypto-Tokenomics – Angebots- und Verwässerungskennzahlen für jede Kryptowährung, unterstützt von CoinGecko. Für jede Münze liefert es die zirkulierende, gesamte und maximale Versorgung, den Prozentsatz der bereits ausgegebenen maximalen Versorgung, die Marktkapitalisierung und die vollständig verwässerte Bewertung (FDV) sowie das Verhältnis von Marktkapitalisierung zu FDV – den Anteil der bereits entsperrten Versorgung – zusammen mit dem Verwässerungsüberhang, dem Prozentsatz der FDV, der noch gesperrt oder zu prägen ist. Es kann auch die Top-Coins nach Verwässerungsüberhang (welche Vermögenswerte haben die meiste zukünftige Versorgung über sich) oder danach, wie viel von ihrer Obergrenze ausgegeben ist, einordnen. Die Angebots- und Verwässerungsschicht, die Token-Recherche, Due-Diligence- und Risiko-Dashboards benötigen. Live, kein Key, kein Cache. Unterscheidet sich von Preis-, Marktkapitalisierungs- und Allzeithoch-APIs – dies ist die Tokenomics-Analyse.
api.oanor.com/tokenomics-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per arXiv API?
Qual è il limite di velocità di arXiv API?
Quanto costa arXiv API?
Posso cancellare l'abbonamento in qualsiasi momento?
arXiv API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/arxiv-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/arxiv-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/arxiv-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/arxiv-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.