API endpoint that returns Program objects.

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

{
    "id": 13,
    "url": "https://ll.thespacedevs.com/2.0.0/program/13/?format=api",
    "name": "Skylab",
    "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
    "start_date": "1973-05-14T17:30:00Z",
    "end_date": "1979-07-11T16:37:00Z",
    "info_url": "https://www.nasa.gov/mission_pages/skylab/",
    "wiki_url": "https://en.wikipedia.org/wiki/Skylab"
}