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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=150&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=130&ordering=-created_on",
    "results": [
        {
            "id": 11205,
            "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=IgLeUxq1yVY",
            "created_by": "LL2",
            "created_on": "2025-06-05T18:38:00Z"
        },
        {
            "id": 11204,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added static fire.",
            "info_url": "https://www.youtube.com/watch?v=IgLeUxq1yVY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-05T18:37:00Z"
        },
        {
            "id": 11203,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by ispace has started",
            "info_url": "https://www.youtube.com/watch?v=BVSMXQPeTcw",
            "created_by": "LL2",
            "created_on": "2025-06-05T17:52:00Z"
        },
        {
            "id": 11202,
            "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=63011.msg2691839#msg2691839",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-05T11:57:00Z"
        },
        {
            "id": 11201,
            "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 highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2691807#msg2691807",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-05T10:33:00Z"
        },
        {
            "id": 11200,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/SpaceX/status/1930425936006262893",
            "created_by": "SwGustav",
            "created_on": "2025-06-05T03:04:00Z"
        },
        {
            "id": 11199,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1yoJMoVQjOlKQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-04T23:40:00Z"
        },
        {
            "id": 11198,
            "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=X46DzH5DG54",
            "created_by": "LL2",
            "created_on": "2025-06-04T23:30:00Z"
        },
        {
            "id": 11197,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://plus.nasa.gov/scheduled-video/axiom-mission-4-arrival-and-welcome-remarks/",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-04T16:43:00Z"
        },
        {
            "id": 11196,
            "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-11-22",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-04T16:41:00Z"
        }
    ]
}