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

EXAMPLE - /launch/<id>/ 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&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7208,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=10&ordering=name",
    "previous": null,
    "results": [
        {
            "id": "a299b865-decd-4e3a-8dca-6cd96af76fe6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a299b865-decd-4e3a-8dca-6cd96af76fe6/?format=api",
            "launch_library_id": null,
            "slug": "angara-12-emka-3-kosmos-2560",
            "name": "Angara 1.2 | EMKA-3 (Kosmos 2560)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-10-15T19:55:00Z",
            "window_end": "2022-10-15T21:30:00Z",
            "window_start": "2022-10-15T19:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7652,
                "configuration": {
                    "id": 136,
                    "launch_library_id": 145,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/136/?format=api",
                    "name": "Angara 1.2",
                    "family": "Angara",
                    "full_name": "Angara 1.2",
                    "variant": "1.2"
                }
            },
            "mission": {
                "id": 6170,
                "launch_library_id": null,
                "name": "EMKA-3 (Kosmos 2560)",
                "description": "Russian military reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara25201.2_image_20190224012254.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0f770177-f502-465b-9ea5-d7a053ec903c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0f770177-f502-465b-9ea5-d7a053ec903c/?format=api",
            "launch_library_id": 1613,
            "slug": "angara-12-kosmos-2555-mka-r",
            "name": "Angara 1.2 | Kosmos 2555 (MKA-R)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-04-29T19:55:22Z",
            "window_end": "2022-04-29T19:55:22Z",
            "window_start": "2022-04-29T19:55:22Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 79,
                "configuration": {
                    "id": 136,
                    "launch_library_id": 145,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/136/?format=api",
                    "name": "Angara 1.2",
                    "family": "Angara",
                    "full_name": "Angara 1.2",
                    "variant": "1.2"
                }
            },
            "mission": {
                "id": 5845,
                "launch_library_id": null,
                "name": "Kosmos 2555 (MKA-R)",
                "description": "Russian military radar satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara25201.2_image_20190224012254.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fa000ea1-ce9e-49d9-b676-d6ba61b82e15",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fa000ea1-ce9e-49d9-b676-d6ba61b82e15/?format=api",
            "launch_library_id": null,
            "slug": "angara-12pp-maiden-flight-suborbital",
            "name": "Angara-1.2pp | Maiden flight (Suborbital)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-07-09T12:00:00Z",
            "window_end": "2014-07-09T12:00:00Z",
            "window_start": "2014-07-09T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 1768,
                "configuration": {
                    "id": 53,
                    "launch_library_id": 79,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/53/?format=api",
                    "name": "Angara-1.2pp",
                    "family": "Angara",
                    "full_name": "Angara 1.2pp",
                    "variant": "1.2pp"
                }
            },
            "mission": null,
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara-1.2pp_image_20190630234801.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "20054280-a20a-457e-b452-8a176f633907",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/20054280-a20a-457e-b452-8a176f633907/?format=api",
            "launch_library_id": 1997,
            "slug": "angara-a5blok-dm-03-dummy-payload",
            "name": "Angara A5/Blok DM-03 | Dummy payload",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2021-12-27T19:00:00Z",
            "window_end": "2021-12-27T19:00:00Z",
            "window_start": "2021-12-27T19:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "Upper stage failed to restart for 2nd burn leaving upper stage & payload simulator in LEO. As the resulting orbit would be completely unsalvageable by a hypothetical real payload, and the main purpose of the launch was to test the Persey upper stage, it should be considered a failure.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 2562,
                "configuration": {
                    "id": 196,
                    "launch_library_id": 224,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/196/?format=api",
                    "name": "Angara A5/Blok DM-03",
                    "family": "Angara",
                    "full_name": "Angara A5/Blok DM-03",
                    "variant": "A5/DM-03"
                }
            },
            "mission": {
                "id": 5908,
                "launch_library_id": null,
                "name": "Dummy payload",
                "description": "This is the third test flight of Angara A5 launch vehicle and its first flight with Persey upper stage. Since it's a test flight, the rocket carries a mass simulator payload.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara_a5_on_si_image_20240409071243.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "1b8e6f37-c703-4e48-b160-470ffe5ecb26",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1b8e6f37-c703-4e48-b160-470ffe5ecb26/?format=api",
            "launch_library_id": 1984,
            "slug": "angara-a5blok-dm-03-vostochny-angara-test-flight",
            "name": "Angara A5/Blok DM-03 | Vostochny Angara Test Flight",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-04-11T09:00:00Z",
            "window_end": "2024-04-11T09:00:00Z",
            "window_start": "2024-04-11T09:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 2543,
                "configuration": {
                    "id": 196,
                    "launch_library_id": 224,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/196/?format=api",
                    "name": "Angara A5/Blok DM-03",
                    "family": "Angara",
                    "full_name": "Angara A5/Blok DM-03",
                    "variant": "A5/DM-03"
                }
            },
            "mission": {
                "id": 6652,
                "launch_library_id": null,
                "name": "Vostochny Angara Test Flight",
                "description": "First test launch of the Angara A5 launch vehicle from the Vostochny Cosmodrome. The rocket will carry a mass simulator payload.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 108,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/108/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_18_20200803142401.jpg",
                    "total_launch_count": 17,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_108_20200803143525.jpg",
                "total_launch_count": 1
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara_a5_lifto_image_20240411095331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5ef7ae3d-8667-49c9-aeea-548a34f82776",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5ef7ae3d-8667-49c9-aeea-548a34f82776/?format=api",
            "launch_library_id": 1650,
            "slug": "angara-a5briz-m-dummy-payload",
            "name": "Angara A5/Briz-M | Dummy payload",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2020-12-14T05:50:00Z",
            "window_end": "2020-12-14T05:50:00Z",
            "window_start": "2020-12-14T05:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 2563,
                "configuration": {
                    "id": 504,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/504/?format=api",
                    "name": "Angara A5/Briz-M",
                    "family": "Angara",
                    "full_name": "Angara A5/Briz-M",
                    "variant": "A5/Briz-M"
                }
            },
            "mission": {
                "id": 1218,
                "launch_library_id": null,
                "name": "Dummy payload",
                "description": "This is the second test flight of the Angara-A5 launch vehicle. It carries mass simulator payload which is to be delivered to geostationary orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara_a52fbri_image_20240102171438.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a7da3f16-045c-451c-bc0b-19689ed5c104",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a7da3f16-045c-451c-bc0b-19689ed5c104/?format=api",
            "launch_library_id": 369,
            "slug": "angara-a5briz-m-ipm",
            "name": "Angara A5/Briz-M | IPM",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-12-23T05:57:00Z",
            "window_end": "2014-12-23T05:57:00Z",
            "window_start": "2014-12-23T05:57:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 1814,
                "configuration": {
                    "id": 504,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/504/?format=api",
                    "name": "Angara A5/Briz-M",
                    "family": "Angara",
                    "full_name": "Angara A5/Briz-M",
                    "variant": "A5/Briz-M"
                }
            },
            "mission": null,
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_42_20200803143543.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/angara_a52fbri_image_20240102171438.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a45d8cb5-dd94-426f-b7e8-f06af98c6028",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a45d8cb5-dd94-426f-b7e8-f06af98c6028/?format=api",
            "launch_library_id": 531,
            "slug": "antares-110-cygnus-mass-simulator",
            "name": "Antares 110 | Cygnus Mass Simulator",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2013-04-21T21:00:02Z",
            "window_end": "2013-04-21T21:00:02Z",
            "window_start": "2013-04-21T21:00:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1670,
                "configuration": {
                    "id": 69,
                    "launch_library_id": 91,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/69/?format=api",
                    "name": "Antares 110",
                    "family": "Antares",
                    "full_name": "Antares 110",
                    "variant": "110"
                }
            },
            "mission": null,
            "pad": {
                "id": 76,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/76/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
                "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
                "latitude": "37.8337",
                "longitude": "-75.4881",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Island, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                    "total_launch_count": 78,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_76_20200803143538.jpg",
                "total_launch_count": 19
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/antares_110_lau_image_20240308082903.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "47d27bb2-4161-40e0-9ebc-add33906a435",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/47d27bb2-4161-40e0-9ebc-add33906a435/?format=api",
            "launch_library_id": 567,
            "slug": "antares-110-cygnus-orb-1-ss-g-david-low",
            "name": "Antares 110 | Cygnus Orb-1 (S.S. G. David Low)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2013-09-18T14:58:02Z",
            "window_end": "2013-09-18T14:58:02Z",
            "window_start": "2013-09-18T14:58:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1703,
                "configuration": {
                    "id": 69,
                    "launch_library_id": 91,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/69/?format=api",
                    "name": "Antares 110",
                    "family": "Antares",
                    "full_name": "Antares 110",
                    "variant": "110"
                }
            },
            "mission": {
                "id": 967,
                "launch_library_id": 1178,
                "name": "Cygnus Orb-D1 (S.S. G. David Low)",
                "description": "This is the demonstration mission under NASA's Commercial Resupply Service agreement with Orbital Sciences. The unmanned Cygnus cargo vessel delivered approximately 700kg of supplies and science experiments to the International Space Station.",
                "launch_designator": null,
                "type": "Resupply",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 76,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/76/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
                "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
                "latitude": "37.8337",
                "longitude": "-75.4881",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Island, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                    "total_launch_count": 78,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_76_20200803143538.jpg",
                "total_launch_count": 19
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/antares_110_lau_image_20240308082903.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
                }
            ]
        },
        {
            "id": "262f0534-c5a3-4956-b268-756173baf36b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/262f0534-c5a3-4956-b268-756173baf36b/?format=api",
            "launch_library_id": 84,
            "slug": "antares-120-cygnus-crs-orb-1",
            "name": "Antares 120 | Cygnus CRS Orb-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-01-09T18:07:05Z",
            "window_end": "2014-01-09T18:07:05Z",
            "window_start": "2014-01-09T18:07:05Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1734,
                "configuration": {
                    "id": 63,
                    "launch_library_id": 74,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/63/?format=api",
                    "name": "Antares 120",
                    "family": "Antares",
                    "full_name": "Antares 120",
                    "variant": "120"
                }
            },
            "mission": {
                "id": 26,
                "launch_library_id": 71,
                "name": "ORB-1",
                "description": "Cygnus CRS Orb-1 is the second planned flight of the Orbital Sciences Cygnus unmanned resupply spacecraft and its second flight to the International Space Station",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 76,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/76/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad_0A",
                "map_url": "https://www.google.com/maps?q=37.8337,-75.4881",
                "latitude": "37.8337",
                "longitude": "-75.4881",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Island, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_21_20200803142423.jpg",
                    "total_launch_count": 78,
                    "total_landing_count": 0
                },
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_76_20200803143538.jpg",
                "total_launch_count": 19
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/antares_image_20190704015241.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
                },
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
                }
            ]
        }
    ]
}