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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=320&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=300&ordering=-created_on",
    "results": [
        {
            "id": 11092,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://x.com/SpaceX/status/1927466188927357296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T22:40:00Z"
        },
        {
            "id": 11091,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62941.msg2689229#msg2689229",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T22:31:00Z"
        },
        {
            "id": 11090,
            "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-10-32",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T22:24:00Z"
        },
        {
            "id": 11089,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1927425813583933557",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T18:08:00Z"
        },
        {
            "id": 11087,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1BdxYqMBNoExX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T16:58:00Z"
        },
        {
            "id": 11086,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=NsJfeLlENLU",
            "created_by": "LL2",
            "created_on": "2025-05-27T16:47:00Z"
        },
        {
            "id": 11085,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/blueorigin/status/1927394552588992914",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T16:28:00Z"
        },
        {
            "id": 11084,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62940.msg2689006#msg2689006",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T00:53:00Z"
        },
        {
            "id": 11083,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-17-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T00:45:00Z"
        },
        {
            "id": 11082,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to May 29 due to launch site weather.",
            "info_url": "https://x.com/rocketlab/status/1927101280025014358",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-26T20:38:00Z"
        }
    ]
}