API endpoint that returns Program objects.

GET /2.2.0/program/37/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 37,
    "url": "https://ll.thespacedevs.com/2.2.0/program/37/?format=api",
    "name": "Geostationary Operational Environmental Satellite",
    "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/210/?format=api",
            "name": "National Oceanic and Atmospheric Administration",
            "type": "Government"
        }
    ],
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
    "start_date": "1975-10-16T22:40:00Z",
    "end_date": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite",
    "mission_patches": [],
    "type": {
        "id": 8,
        "name": "Earth Observation"
    }
}