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=1360&ordering=-created_on
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=1370&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1350&ordering=-created_on",
    "results": [
        {
            "id": 10454,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=53297.msg2672194#msg2672194",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T09:10:00Z"
        },
        {
            "id": 10453,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All satellites deployed nominally.",
            "info_url": "https://x.com/spacex/status/1900835896611520734",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T09:06:00Z"
        },
        {
            "id": 10452,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1dRKZYpXQLgxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T06:43:00Z"
        },
        {
            "id": 10451,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5144439307897077",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T04:38:00Z"
        },
        {
            "id": 10450,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T03:51:00Z"
        },
        {
            "id": 10449,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success; satellite in contact.",
            "info_url": "https://i-qps.net/news/2564/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T03:47:00Z"
        },
        {
            "id": 10448,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/Kineis-High-Five-Press-Kit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T01:26:00Z"
        },
        {
            "id": 10447,
            "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=transporter13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T00:59:00Z"
        },
        {
            "id": 10446,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=k-cuTDrVCmQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T00:57:00Z"
        },
        {
            "id": 10445,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=XqQIhSiR4bk",
            "created_by": "LL2",
            "created_on": "2025-03-15T00:29:00Z"
        }
    ]
}