Back to catalog
🎬

SWAPI

Free

All the Star Wars data you've ever wanted

🎬VideoHTTPSCORS enabledNo API key required

Star Wars Characters

5 items

Luke Skywalker

Tatooine

4

Darth Vader

Tatooine

4

Leia Organa

Alderaan

4

Yoda

unknown

5

Chewbacca

Kashyyyk

4

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Luke Skywalker",
5 "birth_year": "19BBY",
6 "homeworld": "Tatooine",
7 "species": "Human",
8 "films_count": 4
9 },
10 {
11 "name": "Darth Vader",
12 "birth_year": "41.9BBY",
13 "homeworld": "Tatooine",
14 "species": "Human",
15 "films_count": 4

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://swapi.dev/"
View Documentation

Similar APIs