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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=570&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=550&ordering=-created_on",
    "results": [
        {
            "id": 10874,
            "profile_image": "https://thespacedevs-prod.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=xP9LyPsqI_g",
            "created_by": "LL2",
            "created_on": "2025-05-01T10:29:00Z"
        },
        {
            "id": 10873,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=02oWKnc7Hqs",
            "created_by": "LL2",
            "created_on": "2025-05-01T03:27:00Z"
        },
        {
            "id": 10872,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added static fire.",
            "info_url": "https://x.com/NASASpaceflight/status/1917780985766162742",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T03:27:00Z"
        },
        {
            "id": 10871,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 6 UTC per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62799.msg2682854#msg2682854",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T02:37:00Z"
        },
        {
            "id": 10870,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-75",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T02:35:00Z"
        },
        {
            "id": 10869,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 3.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2682807#msg2682807",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T19:54:00Z"
        },
        {
            "id": 10868,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2682643#msg2682643",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T07:27:00Z"
        },
        {
            "id": 10867,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Summer 2025.",
            "info_url": "https://www.ses.com/sites/default/files/2025-04/2504-Q1-2025-Results-Analyst-Presentation.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T07:02:00Z"
        },
        {
            "id": 10866,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 5 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62799.msg2682660#msg2682660",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T06:58:00Z"
        },
        {
            "id": 10865,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live. Reentry underway.",
            "info_url": "https://www.youtube.com/watch?v=BGFjZYxrJ8I",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-30T04:47:00Z"
        }
    ]
}