API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=1310&ordering=created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1320&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1300&ordering=created_on",
    "results": [
        {
            "id": 8764,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/ulalaunch/status/1842192533117702493",
            "created_by": "SwGustav",
            "created_on": "2024-10-04T13:33:00Z"
        },
        {
            "id": 8765,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Launch",
            "info_url": "https://x.com/blueorigin/status/1842196161177833911",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-04T14:08:00Z"
        },
        {
            "id": 8767,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 8.",
            "info_url": "https://x.com/NASASpaceOps/status/1842381340089397272",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-05T03:13:00Z"
        },
        {
            "id": 8769,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Fixed launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-05T03:24:00Z"
        },
        {
            "id": 8770,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moving back to NET October 13 per air and marine navigation warnings, with regulatory approval situation uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61118.msg2629355#msg2629355",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-05T06:44:00Z"
        },
        {
            "id": 8771,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 11 per new marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2630231#msg2630231",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-06T04:11:00Z"
        },
        {
            "id": 8772,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61490.0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-06T12:07:00Z"
        },
        {
            "id": 8773,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61615.0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-06T12:07:00Z"
        },
        {
            "id": 8774,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 10 due to landing site weather.",
            "info_url": "https://x.com/Commercial_Crew/status/1842950542458319000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-06T15:32:00Z"
        },
        {
            "id": 8775,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 15% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20HERA%20L-1%20Forecast%20-%207%20OCT%20Launch%20.pdf",
            "created_by": "Nosu",
            "created_on": "2024-10-06T16:57:00Z"
        }
    ]
}