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=1380&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=1390&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1370&ordering=created_on",
    "results": [
        {
            "id": 8870,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to GPS guidance issue.",
            "info_url": "https://x.com/blueorigin/status/1845461513223500194",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T13:51:00Z"
        },
        {
            "id": 8871,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%20Heavy%20Europa%20Clipper%20L-1%20Forecast%20-%2014%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T15:36:00Z"
        },
        {
            "id": 8872,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%2010-10%20L-1%20Forecast%20-%2014%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T15:41:00Z"
        },
        {
            "id": 8873,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://m.youtube.com/watch?v=oEU4WEpVSlU",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-13T20:12:00Z"
        },
        {
            "id": 8874,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=oEU4WEpVSlU",
            "created_by": "LL2",
            "created_on": "2024-10-13T20:55:00Z"
        },
        {
            "id": 8875,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/spcplcyonline/status/1845579734865813767",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T22:45:00Z"
        },
        {
            "id": 8876,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://x.com/TSKelso/status/1845589571674980542",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T22:46:00Z"
        },
        {
            "id": 8877,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 19 UTC per NOTAMs F3809/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61574.msg2632188#msg2632188",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-13T23:15:00Z"
        },
        {
            "id": 8878,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/tskelso/status/1845637226958602668",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T01:28:00Z"
        },
        {
            "id": 8879,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/tskelso/status/1845638937655890137",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-14T01:34:00Z"
        }
    ]
}