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

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=660&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=640&ordering=created_on",
    "results": [
        {
            "id": 6643,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-coverage-of-progress-87-launch-space-station-docking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-13T00:48:28Z"
        },
        {
            "id": 6646,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=CESYnR0tmrY",
            "created_by": "LL2",
            "created_on": "2024-02-13T01:58:15Z"
        },
        {
            "id": 6648,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Not planned within the 2024 NSSL mission manifest.",
            "info_url": "https://spaceflightnow.com/2024/02/12/cleanest-first-flight-ula-president-reflects-on-inaugural-vulcan-launch-and-future-of-program/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-13T11:31:07Z"
        },
        {
            "id": 6649,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Planned within the 2024 NSSL mission manifest.",
            "info_url": "https://spaceflightnow.com/2024/02/12/cleanest-first-flight-ula-president-reflects-on-inaugural-vulcan-launch-and-future-of-program/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-13T11:33:48Z"
        },
        {
            "id": 6654,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=mcukbOmiU-c",
            "created_by": "LL2",
            "created_on": "2024-02-13T18:28:47Z"
        },
        {
            "id": 6682,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved to March 2024.",
            "info_url": "https://twitter.com/commercial_crew/status/1758183784598380577",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-15T18:00:53Z"
        },
        {
            "id": 6689,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 1st.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2024/02/15/launch-date-no-earlier-than-march-1-set-for-crew-8/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-16T11:22:15Z"
        },
        {
            "id": 6690,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://twitter.com/Astro_Andreas/status/1758434989723504958",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-16T11:24:00Z"
        },
        {
            "id": 6699,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-17T05:35:40Z"
        },
        {
            "id": 6704,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2024.",
            "info_url": "https://www.youtube.com/watch?v=jynmNenneFk",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-18T10:25:34Z"
        }
    ]
}