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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1720&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1700&ordering=created_on",
    "results": [
        {
            "id": 9239,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://x.com/i/broadcasts/1gqxvNpXPpWxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T19:06:00Z"
        },
        {
            "id": 9240,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success with satellite in contact.",
            "info_url": "https://x.com/NSIL_India/status/1858589163555352916",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T19:19:00Z"
        },
        {
            "id": 9241,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch pad.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/Ice-AIS-Baby-Press-Kit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-18T19:35:00Z"
        },
        {
            "id": 9242,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-19T02:53:00Z"
        },
        {
            "id": 9243,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2642489#msg2642489",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-19T03:26:00Z"
        },
        {
            "id": 9245,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=tCqMFWs14XU",
            "created_by": "LL2",
            "created_on": "2024-11-19T12:30:00Z"
        },
        {
            "id": 9246,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=ucEu075bgx0",
            "created_by": "LL2",
            "created_on": "2024-11-19T21:15:00Z"
        },
        {
            "id": 9247,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1RDGlydZAeOJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-19T22:00:00Z"
        },
        {
            "id": 9248,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Starship has splashed down in the planned location.",
            "info_url": "https://x.com/i/broadcasts/1RDGlydZAeOJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-19T23:10:00Z"
        },
        {
            "id": 9249,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-20T08:56:00Z"
        }
    ]
}