Back to catalog

Endpoint

SWAPI — film

Opening crawl and character URLs.

Episode metadata

EntertainmentNo API keyDefault GET

HTTP console

Example URL
https://swapi.dev/api/films/1/
Request

Use HTTPS GET unless the provider documents POST. Example: GET /api/films/{id}/

GET /api/films/{id}/
Response

{ title, episode_id, director, characters[], … }

{"title":"A New Hope","episode_id":4,"director":"George Lucas"}
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.