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=1240&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=1250&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1230&ordering=created_on",
    "results": [
        {
            "id": 8681,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-23T14:44:00Z"
        },
        {
            "id": 8682,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-23T23:38:00Z"
        },
        {
            "id": 8683,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.nasa.gov/news-release/nasa-selects-launch-provider-for-new-noaa-environmental-satellite/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-23T23:44:00Z"
        },
        {
            "id": 8684,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET September 30 per NOTAMs F3506/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2627053#msg2627053",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-23T23:51:00Z"
        },
        {
            "id": 8685,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325082063903785180",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T02:32:00Z"
        },
        {
            "id": 8686,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T03:57:00Z"
        },
        {
            "id": 8687,
            "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/5082105973312516",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T04:41:00Z"
        },
        {
            "id": 8688,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added approximate launch time per NOTAMs A3093/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61410.msg2627235#msg2627235",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T15:48:00Z"
        },
        {
            "id": 8689,
            "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-9-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T16:30:00Z"
        },
        {
            "id": 8690,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 2 to accommodate slip for Dragon Crew-9 launch (note: launch window as indicated is incorrect, refer to NOTAMs F3506/24 for day-by-day slip).",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-24T23:01:00Z"
        }
    ]
}