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

{
    "count": 4197,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1000&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=980&ordering=created_on",
    "results": [
        {
            "id": 8254,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch window extended.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-09T13:07:44Z"
        },
        {
            "id": 8255,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting the end of the window",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-3",
            "created_by": "Nosu",
            "created_on": "2024-08-09T13:55:45Z"
        },
        {
            "id": 8256,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-09T14:17:45Z"
        },
        {
            "id": 8257,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Scrubbed due to recovery weather conditions",
            "info_url": "https://x.com/SpaceX/status/1821937637038387465",
            "created_by": "Nosu",
            "created_on": "2024-08-09T15:55:19Z"
        },
        {
            "id": 8258,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-09T16:29:52Z"
        },
        {
            "id": 8259,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window to de-conflict with another Falcon 9 launch at Cape Canaveral the same day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T00:30:53Z"
        },
        {
            "id": 8260,
            "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-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T00:33:24Z"
        },
        {
            "id": 8261,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T00:50:22Z"
        },
        {
            "id": 8262,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding tentative launch window.",
            "info_url": "https://x.com/rookisaacman/status/1822004764428611726",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T01:29:19Z"
        },
        {
            "id": 8263,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Slipped to August 11.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T11:15:58Z"
        }
    ]
}