CORE vs NASA
If you need a Science & Math API that's easy to integrate, go with NASA.
CORE
- Simple API key authentication
- HTTPS supported
NASA
- No authentication required
- HTTPS supported
- No CORS support
| Feature | CORE | NASA |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
NASA is the better choice for quick prototypes and hackathons since it requires no authentication.