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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=510&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=490&ordering=-created_on",
    "results": [
        {
            "id": 10937,
            "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-91",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:27:00Z"
        },
        {
            "id": 10936,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad and launch window.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/F64-iQPS-Presskit-The-Sea-God-Sees.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:22:00Z"
        },
        {
            "id": 10935,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:18:00Z"
        },
        {
            "id": 10934,
            "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/1921014176954130942",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-10T02:01:00Z"
        },
        {
            "id": 10933,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1YqKDZXLYnVJV",
            "created_by": "SwGustav",
            "created_on": "2025-05-10T00:20:00Z"
        },
        {
            "id": 10932,
            "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=7l4kQRXuufY",
            "created_by": "LL2",
            "created_on": "2025-05-10T00:09:00Z"
        },
        {
            "id": 10931,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting May 10 at 00:19 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-3",
            "created_by": "SwGustav",
            "created_on": "2025-05-10T00:01:00Z"
        },
        {
            "id": 10930,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-09T16:52:00Z"
        },
        {
            "id": 10929,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December.",
            "info_url": "https://aegisaero.com/stpsat-7/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-09T08:39:00Z"
        },
        {
            "id": 10928,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET H2 2025.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-partners-with-u-s-air-force-for-neutron-launch-for-re-entry-mission",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-09T01:29:00Z"
        }
    ]
}