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

{
    "count": 4156,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=970&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=950&ordering=created_on",
    "results": [
        {
            "id": 8168,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1818142760370868636",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T04:41:51Z"
        },
        {
            "id": 8170,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch via NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2611389#msg2611389",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T07:22:55Z"
        },
        {
            "id": 8171,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T07:33:42Z"
        },
        {
            "id": 8175,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather 40% GO.",
            "info_url": "https://x.com/rocketlab/status/1818251720004354510",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T11:55:49Z"
        },
        {
            "id": 8176,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET August 4 per NOTAMs R0175/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61271.msg2611504#msg2611504",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T12:49:34Z"
        },
        {
            "id": 8177,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to adverse weather; new launch date TBD.",
            "info_url": "https://x.com/RocketLab/status/1818270583991509045",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-30T13:08:12Z"
        },
        {
            "id": 8179,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated capture time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-31T01:20:47Z"
        },
        {
            "id": 8180,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated berthing time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-31T01:21:30Z"
        },
        {
            "id": 8181,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-31T01:28:01Z"
        },
        {
            "id": 8182,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for August 2 UTC.",
            "info_url": "https://x.com/rocketlab/status/1818506477403095420",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-31T04:41:09Z"
        }
    ]
}