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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1700&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1680&ordering=created_on",
    "results": [
        {
            "id": 9219,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-12",
            "created_by": "Nosu",
            "created_on": "2024-11-16T22:04:00Z"
        },
        {
            "id": 9220,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=gsat-n2",
            "created_by": "Nosu",
            "created_on": "2024-11-16T22:13:00Z"
        },
        {
            "id": 9221,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=td7",
            "created_by": "Nosu",
            "created_on": "2024-11-16T22:14:00Z"
        },
        {
            "id": 9222,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is >95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20GSAT-20%20L-1%20Forecast%20-%2018%20Nov%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-11-17T13:39:00Z"
        },
        {
            "id": 9223,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 17 at 21:48 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=td7",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-17T20:47:00Z"
        },
        {
            "id": 9224,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 17 at 22:08 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=td7",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-17T21:12:00Z"
        },
        {
            "id": 9225,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Now targeting Nov 17 at 22:28 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=td7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-17T21:20:00Z"
        },
        {
            "id": 9226,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=FUgL7P8LrOk",
            "created_by": "LL2",
            "created_on": "2024-11-17T22:12:00Z"
        },
        {
            "id": 9227,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1vAxROVEevgKl",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-17T22:28:00Z"
        },
        {
            "id": 9228,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=td7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T01:38:00Z"
        }
    ]
}