Back to catalog
🎬

SWAPI GraphQL

Free

Star Wars GraphQL API

🎬VideoHTTPSNo API key required

Star Wars Species

5 items

Human

Coruscant

mammal

Wookiee

Kashyyyk

mammal

Twi'lek

Ryloth

mammals

Rodian

Rodia

sentient

Hutt

Nal Hutta

gastropod

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Human",
5 "classification": "mammal",
6 "homeworld": "Coruscant",
7 "average_lifespan": "120",
8 "language": "Galactic Basic"
9 },
10 {
11 "name": "Wookiee",
12 "classification": "mammal",
13 "homeworld": "Kashyyyk",
14 "average_lifespan": "400",
15 "language": "Shyriiwook"

Code Snippets

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

Similar APIs