freeapis

Final Space

Final Space API

Authentication
No auth
HTTPS
Yes
CORS
Yes
Category
Video

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) and img_url for 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

APIAuthHTTPSCORS
An API of Ice And Fire

Game Of Thrones API

No authYesUnknown
Bob's Burgers

Bob's Burgers API

No authYesYes
Breaking Bad

Breaking Bad API

No authYesUnknown
Breaking Bad Quotes

Some Breaking Bad quotes

No authYesUnknown
Catalogopolis

Doctor Who API

No authYesUnknown