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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=440&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=420&ordering=created_on",
    "results": [
        {
            "id": 5391,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting late November for the full duration static fire of Ariane 6",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Nosu",
            "created_on": "2023-10-12T15:03:58Z"
        },
        {
            "id": 5392,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Nosu",
            "created_on": "2023-10-12T15:05:36Z"
        },
        {
            "id": 5393,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Nosu",
            "created_on": "2023-10-12T15:06:25Z"
        },
        {
            "id": 5394,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Nosu",
            "created_on": "2023-10-12T15:06:39Z"
        },
        {
            "id": 5395,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/ariane-6-vers-un-premier-vol-en-avril-mai-2024-977533.html",
            "created_by": "Nosu",
            "created_on": "2023-10-12T15:06:53Z"
        },
        {
            "id": 5399,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-August 2024.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/10/12/nasa-updates-commercial-crew-planning-manifest/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-12T15:22:30Z"
        },
        {
            "id": 5400,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2025, pending assignment.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/10/12/nasa-updates-commercial-crew-planning-manifest/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-12T16:11:01Z"
        },
        {
            "id": 5411,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA date and time.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/13/research-maintenance-keep-crew-busy-ahead-of-spacewalks/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-13T22:29:48Z"
        },
        {
            "id": 5412,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA date.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/13/research-maintenance-keep-crew-busy-ahead-of-spacewalks/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-13T22:30:26Z"
        },
        {
            "id": 5418,
            "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=LlY79zjud-Q",
            "created_by": "LL2",
            "created_on": "2023-10-14T15:29:27Z"
        }
    ]
}