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

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=980&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=960&ordering=name",
    "results": [
        {
            "id": "e3dd4649-6c3b-4dab-8f65-5e3617cae05e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e3dd4649-6c3b-4dab-8f65-5e3617cae05e/?format=api",
            "launch_library_id": null,
            "slug": "delta-8930-dm-f3",
            "name": "Delta 8930 | DM-F3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-08-23T11:05:02Z",
            "window_end": "2000-08-23T11:05:02Z",
            "window_start": "2000-08-23T11:05:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 7005,
                "configuration": {
                    "id": 310,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/310/?format=api",
                    "name": "Delta III",
                    "family": "Delta",
                    "full_name": "Delta III 8930",
                    "variant": "8930"
                }
            },
            "mission": {
                "id": 5394,
                "launch_library_id": null,
                "name": "DM-F3",
                "description": "DM-F3 (Delta Mission Flight Three) is a simulated payload made up of steel and aluminum plates and cylinders that produce the same dynamic characteristics and mass properties of a Hughes HS-601 satellite.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "15ee36ba-2f1f-47f8-bfe5-8aced78465e5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/15ee36ba-2f1f-47f8-bfe5-8aced78465e5/?format=api",
            "launch_library_id": null,
            "slug": "delta-8930-galaxy-10",
            "name": "Delta 8930 | Galaxy 10",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1998-08-27T01:17:00Z",
            "window_end": "1998-08-27T01:17:00Z",
            "window_start": "1998-08-27T01:17:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6873,
                "configuration": {
                    "id": 310,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/310/?format=api",
                    "name": "Delta III",
                    "family": "Delta",
                    "full_name": "Delta III 8930",
                    "variant": "8930"
                }
            },
            "mission": {
                "id": 5263,
                "launch_library_id": null,
                "name": "Galaxy 10",
                "description": "Galaxy 10, a Hughes HS-601HP satellite, would have joined PanAmSat's fleet of dual-payload spacecraft serving the United States. It was the first satellite to be carried on the new Boeing Delta-8930 rocket. The launch occurred on 26 August 1998, but the satellite was lost when the Delta-8930 failed.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "3954ac60-8f76-48a9-a76f-5434f3184c29",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3954ac60-8f76-48a9-a76f-5434f3184c29/?format=api",
            "launch_library_id": null,
            "slug": "delta-8930-orion-3",
            "name": "Delta 8930 | Orion 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1999-05-05T01:00:00Z",
            "window_end": "1999-05-05T01:00:00Z",
            "window_start": "1999-05-05T01:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6918,
                "configuration": {
                    "id": 310,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/310/?format=api",
                    "name": "Delta III",
                    "family": "Delta",
                    "full_name": "Delta III 8930",
                    "variant": "8930"
                }
            },
            "mission": {
                "id": 5308,
                "launch_library_id": null,
                "name": "Orion 3",
                "description": "American communications satellite. The launch on 4 May 1999 was unsuccessful due to underperformance by the rocket booster and the satellite was left in a useless orbit.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "a2b07d66-8851-4880-8eee-95248c6e79f5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a2b07d66-8851-4880-8eee-95248c6e79f5/?format=api",
            "launch_library_id": 1839,
            "slug": "delta-dm-19-explorer-10",
            "name": "Delta DM-19 | Explorer 10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-03-25T15:17:04Z",
            "window_end": "1961-03-25T15:17:04Z",
            "window_start": "1961-03-25T15:17:04Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 2372,
                "configuration": {
                    "id": 189,
                    "launch_library_id": 209,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/189/?format=api",
                    "name": "Delta DM-19",
                    "family": "Thor",
                    "full_name": "Thor-Delta",
                    "variant": "DM-19"
                }
            },
            "mission": null,
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "d859322c-ed6f-4de8-ab7a-8b3a19f0db60",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d859322c-ed6f-4de8-ab7a-8b3a19f0db60/?format=api",
            "launch_library_id": 1854,
            "slug": "delta-dm-19-explorer-12",
            "name": "Delta DM-19 | Explorer 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-08-16T03:21:05Z",
            "window_end": "1961-08-16T03:21:05Z",
            "window_start": "1961-08-16T03:21:05Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 2387,
                "configuration": {
                    "id": 189,
                    "launch_library_id": 209,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/189/?format=api",
                    "name": "Delta DM-19",
                    "family": "Thor",
                    "full_name": "Thor-Delta",
                    "variant": "DM-19"
                }
            },
            "mission": null,
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ca2c7e34-2d2b-471d-83e4-5371ab8dd11f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ca2c7e34-2d2b-471d-83e4-5371ab8dd11f/?format=api",
            "launch_library_id": 1850,
            "slug": "delta-dm-19-tiros-3",
            "name": "Delta DM-19 | Tiros-3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1961-07-12T10:25:06Z",
            "window_end": "1961-07-12T10:25:06Z",
            "window_start": "1961-07-12T10:25:06Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 2383,
                "configuration": {
                    "id": 189,
                    "launch_library_id": 209,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/189/?format=api",
                    "name": "Delta DM-19",
                    "family": "Thor",
                    "full_name": "Thor-Delta",
                    "variant": "DM-19"
                }
            },
            "mission": null,
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "12cff919-9660-4fac-af39-4aa35aeda3f9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/12cff919-9660-4fac-af39-4aa35aeda3f9/?format=api",
            "launch_library_id": 1548,
            "slug": "delta-ii-7320-10c-noaa-19-noaa-n",
            "name": "Delta II 7320-10C | NOAA-19 (NOAA N)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-02-06T10:22:00Z",
            "window_end": "2009-02-06T10:22:00Z",
            "window_start": "2009-02-06T10:22:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1408,
                "configuration": {
                    "id": 56,
                    "launch_library_id": 78,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7320-10C",
                    "variant": "7320-10C"
                }
            },
            "mission": {
                "id": 561,
                "launch_library_id": 705,
                "name": "NOAA-19 (NOAA N)",
                "description": "A United States NOAA, POES series of weather satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b7ab5993-2188-4591-b1cb-8e5b1a3ee825",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b7ab5993-2188-4591-b1cb-8e5b1a3ee825/?format=api",
            "launch_library_id": 291,
            "slug": "delta-ii-7320-10c-oco-2",
            "name": "Delta II 7320-10C | OCO-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-07-02T09:56:23Z",
            "window_end": "2014-07-02T09:56:23Z",
            "window_start": "2014-07-02T09:56:23Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1765,
                "configuration": {
                    "id": 56,
                    "launch_library_id": 78,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7320-10C",
                    "variant": "7320-10C"
                }
            },
            "mission": null,
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19cf0ff6-70ff-4c32-8f3a-094fe688b5b7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19cf0ff6-70ff-4c32-8f3a-094fe688b5b7/?format=api",
            "launch_library_id": 126,
            "slug": "delta-ii-7320-10c-smap-firebird-ii-a-firebird-ii-b",
            "name": "Delta II 7320-10C | SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-01-31T14:22:00Z",
            "window_end": "2015-01-31T14:22:00Z",
            "window_start": "2015-01-31T14:22:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1822,
                "configuration": {
                    "id": 56,
                    "launch_library_id": 78,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7320-10C",
                    "variant": "7320-10C"
                }
            },
            "mission": {
                "id": 66,
                "launch_library_id": 113,
                "name": "SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
                "description": "SMAP is an Earth satellite mission designed to measure and map Earth’s soil moisture and freeze/thaw state to better understand terrestrial water, carbon and energy cycles. ",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "beecc2cd-2fec-4525-a93c-0336e52ffc5c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/beecc2cd-2fec-4525-a93c-0336e52ffc5c/?format=api",
            "launch_library_id": 1557,
            "slug": "delta-ii-7320-10c-wise",
            "name": "Delta II 7320-10C | WISE",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-12-14T14:09:33Z",
            "window_end": "2009-12-14T14:09:33Z",
            "window_start": "2009-12-14T14:09:33Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1436,
                "configuration": {
                    "id": 56,
                    "launch_library_id": 78,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7320-10C",
                    "variant": "7320-10C"
                }
            },
            "mission": {
                "id": 557,
                "launch_library_id": 714,
                "name": "WISE",
                "description": "A NASA infrared-wavelength astronomical space telescope, used to discover planets and star clusters.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}