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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1180&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1160&ordering=created_on",
    "results": [
        {
            "id": 8526,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/i/broadcasts/1yNGaglXzqNxj",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T04:31:00Z"
        },
        {
            "id": 8527,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0 due to weather.",
            "info_url": "https://x.com/cbs_spacenews/status/1833398951233421803",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T06:57:00Z"
        },
        {
            "id": 8528,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather predictions.",
            "info_url": "https://x.com/cbs_spacenews/status/1833416711841656958",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T08:07:00Z"
        },
        {
            "id": 8529,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather predictions.",
            "info_url": "https://x.com/SpaceX/status/1833421616266510842",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T08:26:00Z"
        },
        {
            "id": 8530,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgBDXAmWGL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T09:24:00Z"
        },
        {
            "id": 8531,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/i/broadcasts/1jMJgBDXAmWGL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T09:41:00Z"
        },
        {
            "id": 8532,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added planned EVA time.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=polarisdawn",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T10:51:00Z"
        },
        {
            "id": 8533,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-astronauts-to-discuss-mission-from-space-station/",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-10T11:50:00Z"
        },
        {
            "id": 8534,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2024-09-10T14:39:00Z"
        },
        {
            "id": 8535,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding landing.",
            "info_url": "https://tass.ru/kosmos/21726553",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-11T02:14:00Z"
        }
    ]
}