Skip to content

Commit 34fb615

Browse files
committed
Add payload nationality and manufacturer to docs
1 parent c3ef027 commit 34fb615

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/launches.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ GET https://api.spacexdata.com/v2/launches?launch_year=2017&rocket_id=falcon9&co
6565
| site_name | Filter by launch site name | `site_name=KSC+LC+39A` |
6666
| site\_name_long | Filter by long launch site name | `site_name_long=Kennedy+Space+Center+Historic+Launch+Complex+39A` |
6767
| payload_id | Filter by payload id | `payload_id=BulgariaSat-1` |
68-
| customer | Filter by launch customer | `customer=Bulgaria+Sat` |
68+
| customer | Filter by launch customer | `customer=Iridium` |
69+
| nationality | Filter by payload nationality | `nationality=Bulgaria` |
70+
| manufacturer | Filter by payload manufacturer | `manufacturer=SSL` |
6971
| payload_type | Filter by payload type | `payload_type=Satellite` |
7072
| orbit | Filter by payload orbit | `orbit=GTO` |
7173
| launch_success | Filter by successful launches | `launch_success=true` |
@@ -111,10 +113,15 @@ GET https://api.spacexdata.com/v2/launches?launch_year=2017&rocket_id=falcon9&co
111113
"payloads": [
112114
{
113115
"payload_id": "TESS",
116+
"norad_id": [
117+
43435
118+
],
114119
"reused": false,
115120
"customers": [
116121
"NASA"
117122
],
123+
"nationality": "United States",
124+
"manufacturer": "Orbital ATK",
118125
"payload_type": "Satellite",
119126
"payload_mass_kg": 350,
120127
"payload_mass_lbs": 772,
@@ -163,6 +170,7 @@ GET https://api.spacexdata.com/v2/launches?launch_year=2017&rocket_id=falcon9&co
163170
"wikipedia": "https://en.wikipedia.org/wiki/Transiting_Exoplanet_Survey_Satellite",
164171
"video_link": "https://www.youtube.com/watch?v=aY-0uBIYYKk"
165172
},
166-
"details": "Part of the Explorers program, this space telescope is intended for wide-field search of exoplanets transiting nearby stars. It is the first NASA high priority science mission launched by SpaceX. It was the first time SpaceX launched a scientific satellite not primarily intended for Earth observations. The second stage placed it into a high-Earth elliptical orbit, after which the satellite's own booster will perform complex maneuvers including a lunar flyby, and over the course of two months, reach a stable, 2:1 resonant orbit with the Moon. In January 2018, SpaceX received NASA's Launch Services Program Category 2 certification of its Falcon 9 'Full Thrust', certification which is required for launching medium risk missions like TESS. It was the last launch of a new Block 4 booster, and marked the 24th successful recovery of the booster. An experimental water landing was performed in order to attempt fairing recovery."
173+
"details": "Part of the Explorers program, this space telescope is intended for wide-field search of exoplanets transiting nearby stars. It is the first NASA high priority science mission launched by SpaceX. It was the first time SpaceX launched a scientific satellite not primarily intended for Earth observations. The second stage placed it into a high-Earth elliptical orbit, after which the satellite's own booster will perform complex maneuvers including a lunar flyby, and over the course of two months, reach a stable, 2:1 resonant orbit with the Moon. In January 2018, SpaceX received NASA's Launch Services Program Category 2 certification of its Falcon 9 'Full Thrust', certification which is required for launching medium risk missions like TESS. It was the last launch of a new Block 4 booster, and marked the 24th successful recovery of the booster. An experimental water landing was performed in order to attempt fairing recovery.",
174+
"upcoming": false
167175
}
168176
```

0 commit comments

Comments
 (0)