arXiv vs NASA ADS
If you need a Science & Math API that's easy to integrate, go with arXiv.
arXiv
Curated research-sharing platform: physics, mathematics, quantitative finance, and economics
arXiv
- No authentication required
- HTTPS supported
NASA ADS
- HTTPS supported
- CORS enabled for frontend use
- Requires OAuth setup
| Feature | arXiv | NASA ADS |
|---|---|---|
| Authentication | None | OAuth |
| HTTPS | Yes | Yes |
| CORS | Unknown | Yes |
When to use which?
arXiv is the better choice for quick prototypes and hackathons since it requires no authentication. NASA ADS works directly from the browser with CORS enabled, making it better for frontend-only apps.