@@ -107,7 +107,7 @@ https://swapi.co/api/planets/1/?format=wookiee
107
107
<a name =" root " ></a >
108
108
###Root
109
109
110
- The Root resource provides information on all avaiable resources within the API.
110
+ The Root resource provides information on all available resources within the API.
111
111
112
112
** Example request:**
113
113
@@ -215,7 +215,7 @@ A People resource is an individual person or character within the Star Wars univ
215
215
- ``` films ``` * array*
216
216
-- An array of film resource URLs that this person has been in.
217
217
- ``` species ``` * array*
218
- -- An array of species resource URLs that this person belonds to.
218
+ -- An array of species resource URLs that this person belongs to.
219
219
- ``` starships ``` * array*
220
220
-- An array of starship resource URLs that this person has piloted.
221
221
- ``` vehicles ``` * array*
@@ -235,7 +235,7 @@ A People resource is an individual person or character within the Star Wars univ
235
235
<a name =" films " ></a >
236
236
###Films
237
237
238
- A Film resource is an single film.
238
+ A Film resource is a single film.
239
239
240
240
** Endpoints**
241
241
@@ -294,7 +294,7 @@ A Film resource is an single film.
294
294
- ``` director ``` * string*
295
295
-- The name of the director of this film.
296
296
- ``` producer ``` * string*
297
- -- The name(s) of the producer(s) of this film. Comma seperated .
297
+ -- The name(s) of the producer(s) of this film. Comma separated .
298
298
- ``` release_date ``` * date*
299
299
-- The ISO 8601 date format of film release at original creator country.
300
300
- ``` species ``` * array*
@@ -370,7 +370,7 @@ A Starship resource is a single transport craft that has hyperdrive capability.
370
370
- ``` starship_class ``` * string*
371
371
-- The class of this starship, such as "Starfighter" or "Deep Space Mobile Battlestation"
372
372
- ``` manufacturer ``` * string*
373
- -- The manufacturer of this starship. Comma seperated if more than one.
373
+ -- The manufacturer of this starship. Comma separated if more than one.
374
374
- ``` cost_in_credits ``` * string*
375
375
-- The cost of this starship new, in galactic credits.
376
376
- ``` length ``` * string*
@@ -380,7 +380,7 @@ A Starship resource is a single transport craft that has hyperdrive capability.
380
380
- ``` passengers ``` * string*
381
381
-- The number of non-essential people this starship can transport.
382
382
- ``` max_atmosphering_speed ``` * string*
383
- -- The maximum speed of this starship in atmosphere. "N/A" if this starship is incapable of atmosphering flight.
383
+ -- The maximum speed of this starship in the atmosphere. "N/A" if this starship is incapable of atmospheric flight.
384
384
- ``` hyperdrive_rating ``` * string*
385
385
-- The class of this starships hyperdrive.
386
386
- ``` MGLT ``` * string*
@@ -456,7 +456,7 @@ A Vehicle resource is a single transport craft that **does not have** hyperdrive
456
456
- ``` vehicle_class ``` * string*
457
457
-- The class of this vehicle, such as "Wheeled" or "Repulsorcraft".
458
458
- ``` manufacturer ``` * string*
459
- -- The manufacturer of this vehicle. Comma-seperated if more than one.
459
+ -- The manufacturer of this vehicle. Comma separated if more than one.
460
460
- ``` length ``` * string*
461
461
-- The length of this vehicle in meters.
462
462
- ``` cost_in_credits ``` * string*
@@ -466,7 +466,7 @@ A Vehicle resource is a single transport craft that **does not have** hyperdrive
466
466
- ``` passengers ``` * string*
467
467
-- The number of non-essential people this vehicle can transport.
468
468
- ``` max_atmosphering_speed ``` * string*
469
- -- The maximum speed of this vehicle in atmosphere.
469
+ -- The maximum speed of this vehicle in the atmosphere.
470
470
- ``` cargo_capacity ``` * string*
471
471
-- The maximum number of kilograms that this vehicle can transport.
472
472
- ``` consumables ``` * string
@@ -544,11 +544,11 @@ A Species resource is a type of person or character within the Star Wars Univers
544
544
- ``` average_lifespan ``` * string*
545
545
-- The average lifespan of this species in years.
546
546
- ``` eye_colors ``` * string*
547
- -- A comma-seperated string of common eye colors for this species, "none" if this species does not typically have eyes.
547
+ -- A comma-separated string of common eye colors for this species, "none" if this species does not typically have eyes.
548
548
- ``` hair_colors ``` * string*
549
- -- A comma-seperated string of common hair colors for this species, "none" if this species does not typically have hair.
549
+ -- A comma-separated string of common hair colors for this species, "none" if this species does not typically have hair.
550
550
- ``` skin_colors ``` * string*
551
- -- A comma-seperated string of common skin colors for this species, "none" if this species does not typically have skin.
551
+ -- A comma-separated string of common skin colors for this species, "none" if this species does not typically have skin.
552
552
- ``` language ``` * string*
553
553
-- The language commonly spoken by this species.
554
554
- ``` homeworld ``` * string*
@@ -627,11 +627,11 @@ A Planet resource is a large mass, planet or planetoid in the Star Wars Universe
627
627
- ``` population ``` * string*
628
628
-- The average population of sentient beings inhabiting this planet.
629
629
- ``` climate ``` * string*
630
- -- The climate of this planet. Comma-seperated if diverse.
630
+ -- The climate of this planet. Comma separated if diverse.
631
631
- ``` terrain ``` * string*
632
- -- The terrain of this planet. Comma-seperated if diverse.
632
+ -- The terrain of this planet. Comma separated if diverse.
633
633
- ``` surface_water ``` * string*
634
- -- The percentage of the planet surface that is naturally occuring water or bodies of water.
634
+ -- The percentage of the planet surface that is naturally occurring water or bodies of water.
635
635
- ``` residents ``` * array*
636
636
-- An array of People URL Resources that live on this planet.
637
637
- ``` films ``` * array*
0 commit comments