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=1320&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=1330&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1310&ordering=-created_on",
    "results": [
        {
            "id": 10495,
            "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=IDYt1l_7UvU",
            "created_by": "LL2",
            "created_on": "2025-03-18T20:44:00Z"
        },
        {
            "id": 10494,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/rocketlab/status/1902093950393217216",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T20:27:00Z"
        },
        {
            "id": 10493,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating earliest launch date",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-03-18T20:25:00Z"
        },
        {
            "id": 10492,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding approximate launch time",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-03-18T20:04:00Z"
        },
        {
            "id": 10491,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1mnxegZweyLGX",
            "created_by": "Nosu",
            "created_on": "2025-03-18T19:58:00Z"
        },
        {
            "id": 10490,
            "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=9mYrvNRKphM",
            "created_by": "LL2",
            "created_on": "2025-03-18T19:47:00Z"
        },
        {
            "id": 10489,
            "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=xSy69T0HuZ4",
            "created_by": "LL2",
            "created_on": "2025-03-18T17:59:00Z"
        },
        {
            "id": 10488,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/kineisiot/status/1901861081762369835",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T05:08:00Z"
        },
        {
            "id": 10487,
            "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=0QB1Rmfy_pQ",
            "created_by": "LL2",
            "created_on": "2025-03-18T04:43:00Z"
        },
        {
            "id": 10486,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 31.",
            "info_url": "https://x.com/satofishi/status/1901836970378264672",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T03:48:00Z"
        }
    ]
}