Final Space
Final Space API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Video
- Documentation / URL
- https://finalspaceapi.com/docs/
Overview
The Final Space API serves data about the animated series Final Space — characters, locations, and episodes — as JSON, keyless and CORS-enabled. A community fan API in the same spirit as the Rick and Morty and Breaking Bad APIs.
Quick Start
All characters (verified live):
curl "https://finalspaceapi.com/api/v0/character/?limit=1"
[
{
"id": 1,
"name": "Gary Goodspeed",
"status": "Alive",
"species": "Human",
"gender": "Male",
"hair": "Blonde",
"alias": ["The Gary", "Thunder Bandit"],
"origin": "Earth",
"img_url": "https://finalspaceapi.com/api/img/character/Gary_Goodspeed.png"
}
]
All locations / episodes:
curl "https://finalspaceapi.com/api/v0/location/"
curl "https://finalspaceapi.com/api/v0/episode/"
Single character by ID:
curl "https://finalspaceapi.com/api/v0/character/1"
Authentication
None — keyless.
Rate Limits & Notes
- Free, community fan project; no hard documented limit — be polite.
- Pagination via
?limit=/?page=on list endpoints. - Characters include
alias(nicknames) andimg_urlfor portraits. - Data reflects the show as aired — new content depends on the community maintaining it.
FAQ
Is Final Space API free? Yes — free, keyless, CORS-enabled.
What data is available? Characters, locations, and episodes from the animated series.
Is it official? No — it’s a community fan API.
More in Video
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| An API of Ice And Fire Game Of Thrones API | No auth | Yes | Unknown | ↗ |
| Bob's Burgers Bob's Burgers API | No auth | Yes | Yes | ↗ |
| Breaking Bad Breaking Bad API | No auth | Yes | Unknown | ↗ |
| Breaking Bad Quotes Some Breaking Bad quotes | No auth | Yes | Unknown | ↗ |
| Catalogopolis Doctor Who API | No auth | Yes | Unknown | ↗ |