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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1190&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1170&ordering=created_on",
    "results": [
        {
            "id": 8564,
            "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/1834423416285528401",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-13T02:58:00Z"
        },
        {
            "id": 8565,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for September 16.",
            "info_url": "https://www.mhi.com/jp/news/240913.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-13T06:12:00Z"
        },
        {
            "id": 8566,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting between January 1 and January 5, 2025",
            "info_url": "https://spacenews.com/ice-hunting-lunar-trailblazer-im2-nearly-ready-january-2025-launch/",
            "created_by": "Nosu",
            "created_on": "2024-09-13T06:39:00Z"
        },
        {
            "id": 8567,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET September 18 UTC per NOTAMs R0243/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61477.msg2624479#msg2624479",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-13T16:39:00Z"
        },
        {
            "id": 8568,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per air and marine navigation warnings; Payload identity highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61492.msg2624449#msg2624449",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-13T16:54:00Z"
        },
        {
            "id": 8569,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=FvRH5hT2dWo",
            "created_by": "LL2",
            "created_on": "2024-09-13T18:12:00Z"
        },
        {
            "id": 8570,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-14T04:46:00Z"
        },
        {
            "id": 8571,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added splashdown.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=polarisdawn",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-14T04:50:00Z"
        },
        {
            "id": 8603,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/planet4589/status/1834985732848431466",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-14T16:28:00Z"
        },
        {
            "id": 8604,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 16 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60787.msg2624737#msg2624737",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-14T17:35:00Z"
        }
    ]
}