API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=6940&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7859,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6950&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6930&ordering=name",
  "results": [
    {
      "id": "8e5e8325-a40c-4d31-b790-f126a8f65877",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8e5e8325-a40c-4d31-b790-f126a8f65877/?format=api",
      "launch_library_id": null,
      "slug": "trailblazer-2-trailblazer-pellet-2",
      "name": "Trailblazer 2 | Trailblazer Pellet",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-02-14T05:52:00Z",
      "window_end": "1967-02-14T05:52:00Z",
      "window_start": "1967-02-14T05:52:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3621,
        "configuration": {
          "id": 442,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/442/?format=api",
          "name": "Trailblazer 2",
          "family": "Trailblazer",
          "full_name": "Trailblazer 2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 1922,
        "launch_library_id": null,
        "name": "Trailblazer Pellet",
        "description": "Suborbital launch to test re-entry systems. Reached an apogee of 280 km.",
        "launch_designator": null,
        "type": "Materials Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 177,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/177/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
        "latitude": "37.9386111",
        "longitude": "-75.4594162",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_177_20200803143406.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "d00376ea-01ca-44c7-be30-1db7b599abc5",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d00376ea-01ca-44c7-be30-1db7b599abc5/?format=api",
      "launch_library_id": null,
      "slug": "trailblazer-2-trailblazer-pellet",
      "name": "Trailblazer 2 | Trailblazer Pellet",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-03-18T01:15:00Z",
      "window_end": "1966-03-18T01:15:00Z",
      "window_start": "1966-03-18T01:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3502,
        "configuration": {
          "id": 442,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/442/?format=api",
          "name": "Trailblazer 2",
          "family": "Trailblazer",
          "full_name": "Trailblazer 2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 1922,
        "launch_library_id": null,
        "name": "Trailblazer Pellet",
        "description": "Suborbital launch to test re-entry systems. Reached an apogee of 280 km.",
        "launch_designator": null,
        "type": "Materials Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 177,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/177/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
        "latitude": "37.9386111",
        "longitude": "-75.4594162",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_177_20200803143406.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "d52f2bd4-7ab0-4a05-a2a2-78cd34850e02",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d52f2bd4-7ab0-4a05-a2a2-78cd34850e02/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-i2-bm-kosmos-185",
      "name": "Tsiklon-2A | I2-BM (Kosmos-185)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-10-27T02:21:19Z",
      "window_end": "1967-10-27T02:21:19Z",
      "window_start": "1967-10-27T02:21:19Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3722,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2140,
        "launch_library_id": null,
        "name": "I2-BM",
        "description": "I2-BM was a mission to test the propulsion of the I2P coorbital ASAT satellite. It did not conduct any interception maneuveres.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/133/?format=api",
        "agency_id": null,
        "name": "90/19",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "68a05f47-f3cc-41bc-b25f-c249d2fc014a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/68a05f47-f3cc-41bc-b25f-c249d2fc014a/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-i2m-1",
      "name": "Tsiklon-2A | I2M 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-04-24T16:00:00Z",
      "window_end": "1968-04-24T16:00:00Z",
      "window_start": "1968-04-24T16:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3775,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2193,
        "launch_library_id": null,
        "name": "I2M 1",
        "description": "The I2M satellites were maneuverable target satellites for the I2P coorbital ASAT satellites.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 134,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/134/?format=api",
        "agency_id": null,
        "name": "90/20",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_134_20200803143259.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "6955578e-ae33-4bd7-8c00-1d012d862995",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6955578e-ae33-4bd7-8c00-1d012d862995/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-i2m-2",
      "name": "Tsiklon-2A | I2M 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-10-19T04:20:00Z",
      "window_end": "1968-10-19T04:20:00Z",
      "window_start": "1968-10-19T04:20:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3834,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2252,
        "launch_library_id": null,
        "name": "I2M 2",
        "description": "The I2M satellites were maneuverable target satellites for the I2P coorbital ASAT satellites.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/133/?format=api",
        "agency_id": null,
        "name": "90/19",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "fb99a96a-a00c-4210-afc8-242546660cc4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/fb99a96a-a00c-4210-afc8-242546660cc4/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-i2p-1",
      "name": "Tsiklon-2A | I2P 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-10-20T04:02:00Z",
      "window_end": "1968-10-20T04:02:00Z",
      "window_start": "1968-10-20T04:02:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3835,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2253,
        "launch_library_id": null,
        "name": "I2P 1",
        "description": "The I2P satellites were the first soviet coorbital ASAT system.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 134,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/134/?format=api",
        "agency_id": null,
        "name": "90/20",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_134_20200803143259.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "e24a2dce-7c0e-450b-a2ca-3c9c4520a9ae",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e24a2dce-7c0e-450b-a2ca-3c9c4520a9ae/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-i2p-2",
      "name": "Tsiklon-2A | I2P 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-11-01T00:27:15Z",
      "window_end": "1968-11-01T00:27:15Z",
      "window_start": "1968-11-01T00:27:15Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3839,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2257,
        "launch_library_id": null,
        "name": "I2P 2",
        "description": "The I2P satellites were the first soviet coorbital ASAT system.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 134,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/134/?format=api",
        "agency_id": null,
        "name": "90/20",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_134_20200803143259.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "6f8044bd-e2a9-45e4-9784-9e9a1f21f40a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6f8044bd-e2a9-45e4-9784-9e9a1f21f40a/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-us-ao-3",
      "name": "Tsiklon-2A | US-AO 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-12-27T11:28:51Z",
      "window_end": "1967-12-27T11:28:51Z",
      "window_start": "1967-12-27T11:28:51Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3742,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2160,
        "launch_library_id": null,
        "name": "US-AO 3",
        "description": "US-A (Upravlenniye Sputnik Aktivny) were active radar satellites for ocean surveillance. The high power consumtion of the active radar required a nuclear reactor as power source. The satellites were known as RORSAT in the west. The US-AO series consisted of satellites, which tested all the system components but the nuclear reactor. They were battery powered.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/133/?format=api",
        "agency_id": null,
        "name": "90/19",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "8709239d-8c13-414c-8b99-262d2fd2ad32",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8709239d-8c13-414c-8b99-262d2fd2ad32/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-us-ao-4",
      "name": "Tsiklon-2A | US-AO 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-03-22T09:30:34Z",
      "window_end": "1968-03-22T09:30:34Z",
      "window_start": "1968-03-22T09:30:34Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3765,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2183,
        "launch_library_id": null,
        "name": "US-AO 4",
        "description": "US-A (Upravlenniye Sputnik Aktivny) were active radar satellites for ocean surveillance. The high power consumtion of the active radar required a nuclear reactor as power source. The satellites were known as RORSAT in the west. The US-AO series consisted of satellites, which tested all the system components but the nuclear reactor. They were battery powered.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/133/?format=api",
        "agency_id": null,
        "name": "90/19",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "50181967-21d1-4398-a993-30be5f1ae2cf",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/50181967-21d1-4398-a993-30be5f1ae2cf/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2a-us-ao-5",
      "name": "Tsiklon-2A | US-AO 5",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1969-01-25T11:14:03Z",
      "window_end": "1969-01-25T11:14:03Z",
      "window_start": "1969-01-25T11:14:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3867,
        "configuration": {
          "id": 444,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/444/?format=api",
          "name": "Tsiklon-2A",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2A",
          "variant": "2A"
        }
      },
      "mission": {
        "id": 2285,
        "launch_library_id": null,
        "name": "US-AO 5",
        "description": "US-A (Upravlenniye Sputnik Aktivny) were active radar satellites for ocean surveillance. The high power consumtion of the active radar required a nuclear reactor as power source. The satellites were known as RORSAT in the west. The US-AO series consisted of satellites, which tested all the system components but the nuclear reactor. They were battery powered.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/133/?format=api",
        "agency_id": null,
        "name": "90/19",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
        "total_launch_count": 16
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    }
  ]
}