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=1530&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=1540&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1520&ordering=created_on",
    "results": [
        {
            "id": 9036,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T10:07:00Z"
        },
        {
            "id": 9037,
            "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=NCuxk_Mmj-4",
            "created_by": "LL2",
            "created_on": "2024-10-30T11:57:00Z"
        },
        {
            "id": 9038,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1mrxmMgNMpBxy",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T12:07:00Z"
        },
        {
            "id": 9039,
            "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/1851612088684175561",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T13:10:00Z"
        },
        {
            "id": 9040,
            "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-10-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T14:25:00Z"
        },
        {
            "id": 9041,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=-q3VLEa58os",
            "created_by": "LL2",
            "created_on": "2024-10-30T21:02:00Z"
        },
        {
            "id": 9042,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1YpKklnVYPYGj",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-30T21:10:00Z"
        },
        {
            "id": 9043,
            "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/1851750130573287656",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T22:18:00Z"
        },
        {
            "id": 9044,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 5 UTC per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61783.msg2637682#msg2637682",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T03:03:00Z"
        },
        {
            "id": 9045,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-spacex-31st-station-resupply-launch-arrival/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T03:05:00Z"
        }
    ]
}