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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=170&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=150&ordering=created_on",
    "results": [
        {
            "id": 3684,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Event started.",
            "info_url": "https://www.youtube.com/live/21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-28T09:39:08Z"
        },
        {
            "id": 3685,
            "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=JgP_zEou9Mk",
            "created_by": "LL2",
            "created_on": "2023-03-28T11:17:35Z"
        },
        {
            "id": 3718,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q3 2024",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Nosu",
            "created_on": "2023-03-31T14:50:17Z"
        },
        {
            "id": 3741,
            "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=mua1Lysc_JQ",
            "created_by": "LL2",
            "created_on": "2023-04-03T14:59:21Z"
        },
        {
            "id": 3754,
            "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=qg_XJ5OsYNI",
            "created_by": "LL2",
            "created_on": "2023-04-05T16:57:34Z"
        },
        {
            "id": 3756,
            "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=H4TrSRwfy7A",
            "created_by": "LL2",
            "created_on": "2023-04-05T18:08:38Z"
        },
        {
            "id": 3758,
            "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/live/4F4gKjrrM8s",
            "created_by": "LL2",
            "created_on": "2023-04-06T08:16:55Z"
        },
        {
            "id": 3759,
            "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/live/fy-5xNs8FMI",
            "created_by": "LL2",
            "created_on": "2023-04-06T11:08:24Z"
        },
        {
            "id": 3768,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting October 8, 2024",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57431.msg2472816#msg2472816",
            "created_by": "Nosu",
            "created_on": "2023-04-07T14:58:31Z"
        },
        {
            "id": 3780,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing date and time.",
            "info_url": "https://www.ispace-inc.com/news-en/?p=4577",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-12T00:25:19Z"
        }
    ]
}