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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1300&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1280&ordering=created_on",
    "results": [
        {
            "id": 8732,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 1 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-29T09:46:00Z"
        },
        {
            "id": 8733,
            "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://plus.nasa.gov/scheduled-video/nasas-spacex-crew-9-rendezvous-and-docking/",
            "created_by": "LL2",
            "created_on": "2024-09-29T19:30:00Z"
        },
        {
            "id": 8734,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 4 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2628790#msg2628790",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-30T00:20:00Z"
        },
        {
            "id": 8735,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to October 9.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-30T12:02:00Z"
        },
        {
            "id": 8736,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 5.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-30T16:29:00Z"
        },
        {
            "id": 8737,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to October 4 per NOTAMs F3600/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2629018#msg2629018",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-01T00:00:00Z"
        },
        {
            "id": 8739,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather 75% GO.",
            "info_url": "https://x.com/SpcPlcyOnline/status/1840875964189872253",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-01T00:07:00Z"
        },
        {
            "id": 8740,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late October.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59563.msg2629065#msg2629065",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-01T11:18:00Z"
        },
        {
            "id": 8741,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://spacenews.com/yahsat-and-bayanat-forge-ai-powered-space-technology-champion/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T02:56:00Z"
        },
        {
            "id": 8742,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 10.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2629221#msg2629221",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T02:59:00Z"
        }
    ]
}