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=1700&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=1710&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1690&ordering=created_on",
    "results": [
        {
            "id": 9229,
            "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-9-12",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T04:52:00Z"
        },
        {
            "id": 9230,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1BRJjwrVeAvxw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T05:54:00Z"
        },
        {
            "id": 9231,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1858403880540971282",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T06:57:00Z"
        },
        {
            "id": 9232,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per drop zone evacuation notices; Payload identity and launch vehicle variant uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61898.msg2642255#msg2642255",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T14:02:00Z"
        },
        {
            "id": 9233,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 22 UTC per NOTAMs A4732/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61901.msg2642304#msg2642304",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T16:19:00Z"
        },
        {
            "id": 9234,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/KineisIoT/status/1858548133250114034",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T16:44:00Z"
        },
        {
            "id": 9235,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/blueorigin/status/1858555974702731684",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T17:05:00Z"
        },
        {
            "id": 9236,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 24 per NOTAMs A3707/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61853.msg2642317#msg2642317",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T17:28:00Z"
        },
        {
            "id": 9237,
            "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=AMwbJidG4BA",
            "created_by": "LL2",
            "created_on": "2024-11-18T18:12:00Z"
        },
        {
            "id": 9238,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1gqxvNpXPpWxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T18:31:00Z"
        }
    ]
}