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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1140&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1120&ordering=created_on",
    "results": [
        {
            "id": 8449,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MYGNMQQqOyKw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T08:48:27Z"
        },
        {
            "id": 8450,
            "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/1829808078222737425",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T09:07:44Z"
        },
        {
            "id": 8451,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 4.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T09:23:14Z"
        },
        {
            "id": 8452,
            "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/1829818738335728079",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T09:50:22Z"
        },
        {
            "id": 8453,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2619954#msg2619954",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T09:53:37Z"
        },
        {
            "id": 8454,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2619950#msg2619950",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T09:53:41Z"
        },
        {
            "id": 8455,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer listed on NRO's mission launch page as of this moment.",
            "info_url": "https://www.nro.gov/Launches/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T10:25:32Z"
        },
        {
            "id": 8456,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 5 UTC per NOTAMs A1065/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61397.msg2620686#msg2620686",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-01T01:57:55Z"
        },
        {
            "id": 8457,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET early September 2024.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-01T02:00:24Z"
        },
        {
            "id": 8458,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad - NET mid-September.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-01T02:01:34Z"
        }
    ]
}