Back to catalog
🎬

Star Wars Databank

Free

Info and data from the Star Wars databank in the form of an API

🎬VideoHTTPSCORS enabledNo API key required

Star Wars Databank

5 items

Luke Skywalker

Tatooine

Rebel Alliance

Darth Vader

Tatooine

Galactic Empire

Yoda

Dagobah

Jedi Order

Princess Leia

Alderaan

Rebel Alliance

Han Solo

Corellia

Rebel Alliance

Sample Response

response.json
1{
2 "items": [
3 {
4 "character_id": "sw-001",
5 "name": "Luke Skywalker",
6 "homeworld": "Tatooine",
7 "affiliation": "Rebel Alliance",
8 "species": "Human"
9 },
10 {
11 "character_id": "sw-002",
12 "name": "Darth Vader",
13 "homeworld": "Tatooine",
14 "affiliation": "Galactic Empire",
15 "species": "Human"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://starwars-databank.vercel.app/"
View Documentation

Similar APIs