Free Space, Nature & Misc APIs
The catch-all category: live ISS position, who is in space right now, sunrise and sunset times, USGS earthquakes, GBIF species sightings, every aircraft in the sky via OpenSky, plus random quotes, jokes, advice and activity ideas.
Endpoints
| Method | Endpoint | Description | Source |
|---|---|---|---|
GET |
/api/v1/space/iss-location |
Live ISS latitude/longitude/altitude | wheretheiss.at |
GET |
/api/v1/space/sunrise-sunset?lat=&lon=&date= |
Sunrise, sunset, solar noon and day length | sunrise-sunset.org |
GET |
/api/v1/space/people-in-space |
Who's currently in space and on which craft | open-notify.org |
GET |
/api/v1/nature/earthquakes?minMagnitude=&limit= |
Recent earthquakes | USGS |
GET |
/api/v1/nature/species?scientificName=&country=&limit= |
Live species-occurrence sightings worldwide | GBIF |
GET |
/api/v1/misc/quote |
Random quote | DummyJSON |
GET |
/api/v1/misc/joke?category= |
Random Chuck Norris-style joke, optionally by category | chucknorris.io |
GET |
/api/v1/misc/joke/categories |
List of valid joke category ids | chucknorris.io |
GET |
/api/v1/misc/advice |
Random life advice | Advice Slip |
GET |
/api/v1/misc/activity |
Random activity suggestion for when you're bored | Bored API |
GET |
/api/v1/aviation/live |
Every aircraft currently tracked worldwide (refreshed every 15 min) | OpenSky Network |
GET |
/api/v1/aviation/history |
Aircraft-count trend over the last 24 hours | OpenSky Network |
Full request/response details for every endpoint are in the API documentation.
Example request
curl "https://freeopenapi.dev/api/v1/space/iss-location" \
-H "X-Api-Key: YOUR_API_KEY"
Works the same with ?apiKey=... as a query parameter. Every response carries
X-RateLimit-Limit / X-RateLimit-Remaining headers so you can track your budget.
Switching from another API?
Several beloved free APIs in this space have died over the years — numbersapi.com is a parked domain and the original boredapi.com is gone. We track and absorb replacements (like the community-maintained Bored API fork) so your integration keeps working without chasing new providers.
Frequently asked questions
How live is the ISS position?
The ISS location is cached for only a few seconds, so every request is at most a few seconds behind the real position of the station.
How does the flight-tracking endpoint work?
A snapshot of every aircraft tracked worldwide (typically 9,000-13,000 planes) refreshes every 15 minutes, plus a 24-hour aggregate history endpoint.
Is the space and nature API really free?
Yes. The free tier includes 100 requests per day and only requires a verified email address — no credit card. Paid Pro and Business tiers raise the daily limit.
How do I get an API key?
Request a key with your email address on the Docs page, click the confirmation link we send you, and your key is active immediately on the free tier.