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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1240&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1220&ordering=-created_on",
    "results": [
        {
            "id": 10516,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.nro.gov/Portals/135/Documents/news/press/2025/250321%20NROL-57%20Press%20Release%20FINAL.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T10:00:00Z"
        },
        {
            "id": 10515,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 24.",
            "info_url": "https://x.com/isaraerospace/status/1902977867849277609",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T07:02:00Z"
        },
        {
            "id": 10514,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1lPJqMjQmbAJb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-21T06:50:00Z"
        },
        {
            "id": 10513,
            "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=8vp8kZon5Nk",
            "created_by": "LL2",
            "created_on": "2025-03-21T06:34:00Z"
        },
        {
            "id": 10512,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 26.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T23:29:00Z"
        },
        {
            "id": 10511,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to March 28.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-northrop-grumman-cargo-resupply-services-21-departure/",
            "created_by": "Nosu",
            "created_on": "2025-03-20T16:32:00Z"
        },
        {
            "id": 10510,
            "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=nrol-57",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T16:07:00Z"
        },
        {
            "id": 10509,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 26.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-northrop-grumman-cargo-resupply-services-21-departure/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T15:27:00Z"
        },
        {
            "id": 10508,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed NET launch date.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/F63-OroraTech-presskit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T09:39:00Z"
        },
        {
            "id": 10507,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window and launch pad information.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/FINAL-F63-OroraTech2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T03:02:00Z"
        }
    ]
}