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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1480&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1460&ordering=created_on",
    "results": [
        {
            "id": 8972,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated splashdown time.",
            "info_url": "https://x.com/jeff_foust/status/1849102647959130608",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T14:58:00Z"
        },
        {
            "id": 8973,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=5Gmm_VxxMsA",
            "created_by": "LL2",
            "created_on": "2024-10-23T15:14:00Z"
        },
        {
            "id": 8974,
            "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=5Gmm_VxxMsA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T15:27:00Z"
        },
        {
            "id": 8975,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission success.",
            "info_url": "https://www.youtube.com/watch?v=5Gmm_VxxMsA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T15:39:00Z"
        },
        {
            "id": 8976,
            "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-8-undocking/",
            "created_by": "LL2",
            "created_on": "2024-10-23T20:46:00Z"
        },
        {
            "id": 8977,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=YAjeY2iJpaY",
            "created_by": "LL2",
            "created_on": "2024-10-23T21:37:00Z"
        },
        {
            "id": 8978,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1rmxPonEEpgJN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T21:47:00Z"
        },
        {
            "id": 8979,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 29 per NOTAMs B0874/24 and B0875/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61718.msg2635600#msg2635600",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T22:31:00Z"
        },
        {
            "id": 8980,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 30 per NOTAMs F3998/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61751.msg2635603#msg2635603",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T22:43:00Z"
        },
        {
            "id": 8981,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1849223463892099458",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T22:57:00Z"
        }
    ]
}