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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1100&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1080&ordering=created_on",
    "results": [
        {
            "id": 8388,
            "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=AGOswKRSsHc",
            "created_by": "LL2",
            "created_on": "2024-08-24T16:59:08Z"
        },
        {
            "id": 8389,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T17:34:01Z"
        },
        {
            "id": 8390,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating window to match launch opportunities",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-08-24T19:44:54Z"
        },
        {
            "id": 8391,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 26.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61295.msg2618681#msg2618681",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T19:54:37Z"
        },
        {
            "id": 8392,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T20:24:00Z"
        },
        {
            "id": 8393,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 27.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61295.msg2618727#msg2618727",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-25T03:42:40Z"
        },
        {
            "id": 8394,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event.",
            "info_url": "https://www.youtube.com/watch?v=miBgBAceUgI",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-25T05:38:53Z"
        },
        {
            "id": 8395,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60276.msg2618802#msg2618802",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-25T07:41:50Z"
        },
        {
            "id": 8396,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 6.",
            "info_url": "https://arstechnica.com/space/2024/08/its-official-nasa-calls-on-crew-dragon-to-rescue-the-starliner-astronauts/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-25T09:31:12Z"
        },
        {
            "id": 8397,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Spaceflight Now has started",
            "info_url": "https://www.youtube.com/watch?v=miBgBAceUgI",
            "created_by": "LL2",
            "created_on": "2024-08-25T10:07:47Z"
        }
    ]
}