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=1330&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=1340&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1320&ordering=-created_on",
    "results": [
        {
            "id": 10485,
            "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=oMWEUswX0tA",
            "created_by": "LL2",
            "created_on": "2025-03-18T02:44:00Z"
        },
        {
            "id": 10484,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All 5 satellites have deployed.",
            "info_url": "https://www.youtube.com/watch?v=d-31hJeW1ec",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T02:39:00Z"
        },
        {
            "id": 10483,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62130.msg2666514#msg2666514",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T02:13:00Z"
        },
        {
            "id": 10482,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T02:11:00Z"
        },
        {
            "id": 10481,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 11.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62129.msg2667006#msg2667006",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T02:08:00Z"
        },
        {
            "id": 10480,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-live-coverage-of-crew-9-return-splashdown/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T02:00:00Z"
        },
        {
            "id": 10479,
            "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=62536.msg2672823#msg2672823",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T01:51:00Z"
        },
        {
            "id": 10478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 23 per road and marine closure notices.",
            "info_url": "https://andoyaspace.no/info-messages/informasjon-om-oppskytningsperiode/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T01:47:00Z"
        },
        {
            "id": 10477,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=d-31hJeW1ec",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T01:31:00Z"
        },
        {
            "id": 10476,
            "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-25",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T01:20:00Z"
        }
    ]
}