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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=410&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=390&ordering=created_on",
    "results": [
        {
            "id": 5378,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "EVA delayed to assess possible impact from MLM radiator coolant leakage.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1712099056187478049",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T14:11:43Z"
        },
        {
            "id": 5379,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "EVA delayed to assess possible impact from MLM radiator coolant leakage.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1712099056187478049",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-11T14:12:26Z"
        },
        {
            "id": 5381,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=oFvIuSpACQA",
            "created_by": "LL2",
            "created_on": "2023-10-11T15:02:29Z"
        },
        {
            "id": 5382,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=_EkWoz90-VA",
            "created_by": "LL2",
            "created_on": "2023-10-11T16:56:30Z"
        },
        {
            "id": 5391,
            "profile_image": "https://thespacedevs-dev.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-dev.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": 5394,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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-dev.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"
        }
    ]
}