Back to catalog

Endpoint

SWAPI — Star Wars data

Classic teaching API: people, films, starships. No authentication; good for pagination examples.

Public Star Wars API

EntertainmentNo API keyDefault GET

HTTP console

Example URL
https://swapi.dev/api/people/1/Provider documentation
Request

Follow resource URLs or query with ?search=.

GET /api/people/1/
Response

Film/people/planet objects with URLs to related resources

{
  "name": "Luke Skywalker",
  "height": "172",
  "mass": "77",
  "hair_color": "blond",
  "films": ["https://swapi.dev/api/films/1/"]
}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.