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

{
    "count": 4130,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=290&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=270&ordering=created_on",
    "results": [
        {
            "id": 4515,
            "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=evF1hTUdP6M",
            "created_by": "LL2",
            "created_on": "2023-07-03T12:59:53Z"
        },
        {
            "id": 4516,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added event",
            "info_url": "https://www.youtube.com/watch?v=wzv81nIvT8A",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-03T19:33:37Z"
        },
        {
            "id": 4517,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET H1 2024",
            "info_url": "https://www.zawya.com/en/press-release/companies-news/yahsat-embarks-on-an-action-packed-week-of-activities-in-singapore-as-it-targets-international-market-expansion-g5pie0y0",
            "created_by": "Nosu",
            "created_on": "2023-07-03T19:35:27Z"
        },
        {
            "id": 4526,
            "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=wzv81nIvT8A",
            "created_by": "LL2",
            "created_on": "2023-07-06T09:23:51Z"
        },
        {
            "id": 4542,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moving to Q1 2024 pending investigations into Vega-C 2nd stage motor re-qualification test firing failure.",
            "info_url": "https://europeanspaceflight.com/vega-c-return-to-flight-delayed-after-z40-test-failure/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-09T03:03:07Z"
        },
        {
            "id": 4555,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 2024",
            "info_url": "https://earth.esa.int/eogateway/missions/biomass",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-10T13:56:19Z"
        },
        {
            "id": 4565,
            "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-to-discuss-science-on-next-northrop-grumman-space-station-mission-0",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-11T18:46:29Z"
        },
        {
            "id": 4569,
            "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-sets-briefings-for-next-international-space-station-crew-missions",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-12T16:45:25Z"
        },
        {
            "id": 4572,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://twitter.com/katlinegrey/status/1678725203159928835",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-13T03:28:08Z"
        },
        {
            "id": 4578,
            "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=VHngCQLJDAY",
            "created_by": "LL2",
            "created_on": "2023-07-13T23:46:50Z"
        }
    ]
}