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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=810&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=790&ordering=-created_on",
    "results": [
        {
            "id": 10718,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1MYxNwBEjlbKw",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-12T12:25:00Z"
        },
        {
            "id": 10717,
            "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=ytpwrSjVUDA",
            "created_by": "LL2",
            "created_on": "2025-04-12T12:10:00Z"
        },
        {
            "id": 10716,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusted T-0",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-12T05:43:00Z"
        },
        {
            "id": 10715,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T04:53:00Z"
        },
        {
            "id": 10714,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 28.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T01:25:00Z"
        },
        {
            "id": 10713,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-73",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T00:35:00Z"
        },
        {
            "id": 10712,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T00:29:00Z"
        },
        {
            "id": 10711,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to April TBD.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60667.msg2678906#msg2678906",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T00:21:00Z"
        },
        {
            "id": 10710,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=nrol-192",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-11T18:37:00Z"
        },
        {
            "id": 10709,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-11T05:23:00Z"
        }
    ]
}