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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1790&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1770&ordering=created_on",
    "results": [
        {
            "id": 9326,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-26T06:59:00Z"
        },
        {
            "id": 9327,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch per marine navigation warnings; payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60438.msg2644342#msg2644342",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T08:12:00Z"
        },
        {
            "id": 9328,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": "https://x.com/AJ_FI/status/1833010791294927202",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T08:16:00Z"
        },
        {
            "id": 9329,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch per NOTAMs; Payload and launch vehicle identities uncertain (possibly CZ-6A launch with a batch of G60 Low Earth Orbit communication constellation satellites).",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2644537#msg2644537",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T08:19:00Z"
        },
        {
            "id": 9330,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://t.me/roscosmos_gk/15788",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T09:58:00Z"
        },
        {
            "id": 9331,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://baikonurtour.ru/launches.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T10:06:00Z"
        },
        {
            "id": 9332,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://baikonurtour.ru/launches.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T10:08:00Z"
        },
        {
            "id": 9333,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://baikonurtour.ru/launches.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T10:09:00Z"
        },
        {
            "id": 9334,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://baikonurtour.ru/launches.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T10:11:00Z"
        },
        {
            "id": 9335,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.roscosmos.ru/40969/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T13:26:00Z"
        }
    ]
}