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

{
    "count": 4132,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=980&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=960&ordering=created_on",
    "results": [
        {
            "id": 8209,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed to Sunday 4th August",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ng-21",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-03T14:37:57Z"
        },
        {
            "id": 8210,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "GO for Launch",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-1",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-03T15:06:49Z"
        },
        {
            "id": 8211,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New capture time following delay.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T02:53:57Z"
        },
        {
            "id": 8212,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated berthing time after delay.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T02:55:09Z"
        },
        {
            "id": 8213,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking date and time.",
            "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-08-04T02:57:30Z"
        },
        {
            "id": 8214,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET August 10 per NOTAMs F2789/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61294.msg2612855#msg2612855",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T03:03:09Z"
        },
        {
            "id": 8215,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=JpLb0LNal-o",
            "created_by": "LL2",
            "created_on": "2024-08-04T07:14:47Z"
        },
        {
            "id": 8216,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1kvKpbDoNXmJE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T07:24:32Z"
        },
        {
            "id": 8217,
            "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/1820013329911632266",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-04T08:27:57Z"
        },
        {
            "id": 8218,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 35% GO",
            "info_url": "https://x.com/SpaceX/status/1820098032093876320",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-04T14:05:29Z"
        }
    ]
}