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=4090&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=4100&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4080&ordering=created_on",
    "results": [
        {
            "id": 11709,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Nosecone open. Launch success.",
            "info_url": "https://www.youtube.com/watch?v=k0ILMhbWHNQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T16:04:00Z"
        },
        {
            "id": 11710,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T16:12:00Z"
        },
        {
            "id": 11711,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=O5KhZbe_mS0",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T16:23:00Z"
        },
        {
            "id": 11712,
            "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=O5KhZbe_mS0",
            "created_by": "LL2",
            "created_on": "2025-08-01T16:59:00Z"
        },
        {
            "id": 11713,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:51:00Z"
        },
        {
            "id": 11714,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:54:00Z"
        },
        {
            "id": 11715,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-6",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:57:00Z"
        },
        {
            "id": 11716,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2025.",
            "info_url": "https://www.youtube.com/watch?v=O5KhZbe_mS0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:11:00Z"
        },
        {
            "id": 11718,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://www.thehindu.com/sci-tech/science/after-nisar-isro-gearing-up-for-next-us-collaboration-with-bluebird-communications-satellite-launch/article69882412.ece/amp/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:20:00Z"
        },
        {
            "id": 11719,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=qmu3BDvIFwg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:40:00Z"
        }
    ]
}