SWAPI - Star Wars API
SWAPI (Star Wars API) is a free, open Star Wars REST API exposing canonical Star Wars data — films, people, planets, species, starships, and vehicles. Originally built by Paul Hallett (@phalt) at swapi.co, it is now maintained as community mirrors at swapi.dev (Python/Django, @juriy) and www.swapi.tech (Node/MongoDB, @semperry). SWAPI is one of the most widely cited "teaching APIs" in the developer ecosystem.
APIs
SWAPI REST API (swapi.dev)
The primary live REST mirror of SWAPI, maintained by @juriy at swapi.dev. Preserves the canonical SWAPI response shape (count / next / previous / results paginators and flat res...
SWAPI REST API (swapi.tech)
The Node/MongoDB community rebuild of SWAPI, maintained by @semperry at swapi.tech. Wraps the canonical SWAPI payloads inside `result.properties` envelopes and adds Discord/Redd...
Capabilities
SWAPI — Films
SWAPI Films. 2 operations (list + get). Lead operation: List All Films. Films appearing in the Star Wars canonical dataset. Self-contained Naftiko capability covering one SWAPI ...
Run with NaftikoSWAPI — People
SWAPI People. 2 operations (list + get). Lead operation: List All People. Characters in the Star Wars universe. Self-contained Naftiko capability covering one SWAPI business sur...
Run with NaftikoSWAPI — Planets
SWAPI Planets. 2 operations (list + get). Lead operation: List All Planets. Planets featured across the Star Wars films. Self-contained Naftiko capability covering one SWAPI bus...
Run with NaftikoSWAPI — Species
SWAPI Species. 2 operations (list + get). Lead operation: List All Species. Sentient and non-sentient species of the Star Wars universe. Self-contained Naftiko capability coveri...
Run with NaftikoSWAPI — Starships
SWAPI Starships. 2 operations (list + get). Lead operation: List All Starships. Hyperdrive-capable starships from the Star Wars universe. Self-contained Naftiko capability cover...
Run with NaftikoSWAPI — Vehicles
SWAPI Vehicles. 2 operations (list + get). Lead operation: List All Vehicles. Non-hyperdrive vehicles from the Star Wars universe. Self-contained Naftiko capability covering one...
Run with Naftiko