The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. davimacedo
  2. SWAPI - The Star Wars API
Public

80
273
80
273
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

  1. SWAPI - The Star Wars API
  2. Planet

This class contains all Star Wars' planets.


DataSchema
Get StartedFetch Data
objectIdnameclimatediameterfilmsgravityorbitalPeriodpopulationresidentsrotationPeriodspeciessurfaceWaterterrain
udrPy9AkhD
(undefined)
(undefined)
0
View relation
(undefined)
0
(undefined)
View relation
0
View relation
(undefined)
(undefined)
43NzGsaO90
Alderaan
["temperate"]
12500
View relation
1 standard
364
2000000000
View relation
24
View relation
40
["grasslands","mountains"]
IV6wThNACG
Aleen Minor
(undefined)
(undefined)
View relation
(undefined)
(undefined)
(undefined)
View relation
(undefined)
View relation
(undefined)
(undefined)
vGTILbhPdN
Bespin
["temperate"]
118000
View relation
1.5 (surface), 1 standard (Cloud City)
5110
6000000
View relation
12
View relation
0
["gas giant"]
VVWsTazBP0
Bestine IV
["temperate"]
6400
View relation
(undefined)
680
62000000
View relation
26
View relation
98
["rocky islands","oceans"]
Jt7sJ8ZI7t
Cato Neimoidia
["temperate","moist"]
0
View relation
1 standard
278
10000000
View relation
25
View relation
(undefined)
["mountains","fields","forests","rock arches"]
jhdx7YIGef
Cerea
["temperate"]
(undefined)
View relation
1
386
450000000
View relation
27
View relation
20
["verdant"]
4m1OB1jIjC
Champala
["temperate"]
(undefined)
View relation
1
318
3500000000
View relation
27
View relation
(undefined)
["oceans","rainforests","plateaus"]
uucu3Oy9LO
Chandrila
["temperate"]
13500
View relation
1
368
1200000000
View relation
20
View relation
40
["plains","forests"]
D23qC9QM5p
Concord Dawn
(undefined)
(undefined)
View relation
(undefined)
(undefined)
(undefined)
View relation
(undefined)
View relation
(undefined)
["jungles","forests","deserts"]
eukAnISjbt
Corellia
["temperate"]
11000
View relation
1 standard
329
3000000000
View relation
25
View relation
70
["plains","urban","hills","forests"]
AmxEngCKLr
Coruscant
["temperate"]
12240
View relation
1 standard
368
1000000000000
View relation
24
View relation
(undefined)
["cityscape","mountains"]
lZHyO0MIr6
Dagobah
["murky"]
8900
View relation
(null)
341
(undefined)
View relation
23
View relation
8
["swamp","jungles"]
VhTkTAACOz
Dantooine
["temperate"]
9830
View relation
1 standard
378
1000
View relation
25
View relation
(undefined)
["oceans","savannas","mountains","grasslands"]
nwcgkmfQnB
Dathomir
["temperate"]
10480
View relation
0.9
491
5200
View relation
24
View relation
(undefined)
["forests","deserts","savannas"]
amNSuY5YKH
Dorin
["temperate"]
13400
View relation
1
409
(undefined)
View relation
22
View relation
(undefined)
(undefined)
XkKWE6DYG2
Endor
["temperate"]
4900
View relation
0.85 standard
402
30000000
View relation
18
View relation
8
["forests","mountains","lakes"]
mgbTNcGfBu
Eriadu
["polluted"]
13490
View relation
1 standard
360
22000000000
View relation
24
View relation
(undefined)
["cityscape"]
KhAN9CBelR
Felucia
["hot","humid"]
9100
View relation
0.75 standard
231
8500000
View relation
34
View relation
(undefined)
["fungus forests"]
nn4RvL2myQ
Geonosis
["temperate","arid"]
11370
View relation
0.9 standard
256
100000000000
View relation
30
View relation
5
["rock","desert","mountain","barren"]
NotesNotes

Planet class schema for the Star Wars API (SWAPI)

  • objectId (ID): This is the default Parse Server object identification.
  • name (String): This is the planet name.
  • climate (Array of String): This is the planet climate.
  • diameter (Number): This is the planet diameter in kilometers.
  • films (Relation to Film): These are all the films that the planet has been featured.
  • gravity (String): This is the planet gravity represented by a factor in which 1 is normal.
  • orbitalPeriod (Number): This is the planet orbital period which represents the number of standard days that it takes to complete a single orbit of its local star.
  • population (Number): This is the planet average population number.
  • residents (Relation to Character): These are all the characters that live in the planet.
  • rotationPeriod (Number): This is the planet rotation period which represents the number of standard hours that it takes to complete a single rotation on its axis.
  • species (Relation to Specie): There are all the species that live in the planet.
  • surfaceWater (Number): This is the planet surface water amount which represents the percentage of the planet surface that is naturally occuring water or bodies of water.
  • terrain (Array of String): This is the planet terrain.