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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=410",
    "results": [
        {
            "id": 11469,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.nasa.gov/news-release/nasa-assigns-astronaut-anil-menon-to-first-space-station-mission/",
            "created_by": "Nosu",
            "created_on": "2025-07-02T11:11:00Z"
        },
        {
            "id": 11468,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61952.msg2698508#msg2698508",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-02T10:51:00Z"
        },
        {
            "id": 11467,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1940312931436306470",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-02T07:37:00Z"
        },
        {
            "id": 11466,
            "profile_image": "https://thespacedevs-dev.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=Rz152SnpMHU",
            "created_by": "LL2",
            "created_on": "2025-07-02T06:38:00Z"
        },
        {
            "id": 11465,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1zqKVjeNRrLKB",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-02T06:28:00Z"
        },
        {
            "id": 11464,
            "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-10-25",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-02T04:13:00Z"
        },
        {
            "id": 11463,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft in operation.",
            "info_url": "https://www.eumetsat.int/europes-first-geostationary-sounder-satellite-launched",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-01T22:43:00Z"
        },
        {
            "id": 11462,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed to TBD July.",
            "info_url": "https://x.com/GilmourSpace/status/1940170727866736700",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-01T22:16:00Z"
        },
        {
            "id": 11461,
            "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/1PlJQMNdgAYJE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-01T21:40:00Z"
        },
        {
            "id": 11460,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1PlJQMNdgAYJE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-01T21:04:00Z"
        }
    ]
}