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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=850&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=830&ordering=created_on",
    "results": [
        {
            "id": 7708,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://www.nasa.gov/news-release/nasa-updates-coverage-for-crew-flight-test-launch-docking-to-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-04T00:09:09Z"
        },
        {
            "id": 7710,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-hubble-operations-update/",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-04T06:39:18Z"
        },
        {
            "id": 7714,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=LP5p5C8bVWI",
            "created_by": "LL2",
            "created_on": "2024-06-04T20:00:13Z"
        },
        {
            "id": 7732,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=cxVLf5H4LpU",
            "created_by": "LL2",
            "created_on": "2024-06-05T16:30:39Z"
        },
        {
            "id": 7733,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Undocking NET June 14th",
            "info_url": "https://x.com/jeff_foust/status/1798401844164890807",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-05T17:18:54Z"
        },
        {
            "id": 7734,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Landing NET June 14th",
            "info_url": "https://x.com/jeff_foust/status/1798401844164890807",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-05T17:19:53Z"
        },
        {
            "id": 7735,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://fireflyspace.com/news/firefly-aerospace-announces-multi-launch-agreement-with-lockheed-martin-for-25-alpha-launches/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-05T17:26:11Z"
        },
        {
            "id": 7742,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=ybaWL0J-Tbw",
            "created_by": "LL2",
            "created_on": "2024-06-06T14:22:25Z"
        },
        {
            "id": 7743,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://x.com/cbs_spacenews/status/1798749839246729292",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-06T16:16:45Z"
        },
        {
            "id": 7746,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=9G8lryfgXlw",
            "created_by": "LL2",
            "created_on": "2024-06-06T21:11:12Z"
        }
    ]
}