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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1170&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1150&ordering=-created_on",
    "results": [
        {
            "id": 10586,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-31T19:04:00Z"
        },
        {
            "id": 10585,
            "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=Nm6S_DD3F04",
            "created_by": "LL2",
            "created_on": "2025-03-31T18:30:00Z"
        },
        {
            "id": 10584,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-31T14:39:00Z"
        },
        {
            "id": 10583,
            "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": "2025-03-31T02:54:00Z"
        },
        {
            "id": 10582,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 31.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T22:26:00Z"
        },
        {
            "id": 10581,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T21:17:00Z"
        },
        {
            "id": 10580,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T19:11:00Z"
        },
        {
            "id": 10579,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Mar 30 at 20:37 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T18:54:00Z"
        },
        {
            "id": 10578,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/SpaceflightNow/status/1906377606749893052",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T16:15:00Z"
        },
        {
            "id": 10577,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch failure occurred.",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T10:32:00Z"
        }
    ]
}