From 4b7ca3b68e06f6cc5762c35e80f903fa8d4bcea3 Mon Sep 17 00:00:00 2001 From: Jake Meyer Date: Wed, 8 Aug 2018 03:55:00 -0500 Subject: [PATCH] Add payload NORAD id querystring to docs --- docs/launches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/launches.md b/docs/launches.md index 73115140..698b6568 100644 --- a/docs/launches.md +++ b/docs/launches.md @@ -65,6 +65,7 @@ GET https://api.spacexdata.com/v2/launches?launch_year=2017&rocket_id=falcon9&co | site_name | Filter by launch site name | `site_name=KSC+LC+39A` | | site\_name_long | Filter by long launch site name | `site_name_long=Kennedy+Space+Center+Historic+Launch+Complex+39A` | | payload_id | Filter by payload id | `payload_id=BulgariaSat-1` | +| norad_id | Filter by payload NORAD id | `norad_id=43571` | | customer | Filter by launch customer | `customer=Iridium` | | nationality | Filter by payload nationality | `nationality=Bulgaria` | | manufacturer | Filter by payload manufacturer | `manufacturer=SSL` |