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=390&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=400&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=380&ordering=created_on",
    "results": [
        {
            "id": 5197,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-19T08:09:44Z"
        },
        {
            "id": 5205,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch for NET December 5, 2023.",
            "info_url": "https://russianspaceweb.com/2023.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-19T09:29:07Z"
        },
        {
            "id": 5206,
            "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=eYM2l3OQQ4w",
            "created_by": "LL2",
            "created_on": "2023-09-19T16:13:59Z"
        },
        {
            "id": 5211,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting June 2024",
            "info_url": "https://www.nasa.gov/sites/default/files/atoms/files/nasa_fy_2024_cj_v2.pdf",
            "created_by": "Nosu",
            "created_on": "2023-09-20T07:11:17Z"
        },
        {
            "id": 5213,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET late 2024",
            "info_url": "https://europeanspaceflight.com/hungarian-astronaut-to-visit-iss-aboard-axiom-5-mission/",
            "created_by": "Nosu",
            "created_on": "2023-09-20T07:26:58Z"
        },
        {
            "id": 5214,
            "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/live/o0uy82AOcR0?si=TYKglUc1afVWzTZa",
            "created_by": "LL2",
            "created_on": "2023-09-20T17:05:15Z"
        },
        {
            "id": 5224,
            "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=CZcaoQkR7m4",
            "created_by": "LL2",
            "created_on": "2023-09-22T19:33:57Z"
        },
        {
            "id": 5225,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Fall 2024.",
            "info_url": "https://www.statesman.com/story/business/technology/2023/09/22/firefly-ceo-says-commercialization-of-space-could-come-soon-after-successful-space-force-mission/70904403007/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-23T00:50:38Z"
        },
        {
            "id": 5233,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/1wuV7caYone27ckPk9tefKeT9pgvGEHU2/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-23T06:38:28Z"
        },
        {
            "id": 5242,
            "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=Kdwyqctp908",
            "created_by": "LL2",
            "created_on": "2023-09-24T13:59:46Z"
        }
    ]
}