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

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=650&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=630&ordering=created_on",
    "results": [
        {
            "id": 6622,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2024.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56364.msg2565096#msg2565096",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-09T10:43:53Z"
        },
        {
            "id": 6623,
            "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=15qPwAm0G9Y",
            "created_by": "LL2",
            "created_on": "2024-02-09T12:24:54Z"
        },
        {
            "id": 6629,
            "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=6uPLEao7OyI",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-10T07:35:00Z"
        },
        {
            "id": 6630,
            "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=6uPLEao7OyI",
            "created_by": "LL2",
            "created_on": "2024-02-10T07:35:14Z"
        },
        {
            "id": 6631,
            "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=TaCWFiUUfwc",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-10T16:33:21Z"
        },
        {
            "id": 6632,
            "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=TaCWFiUUfwc",
            "created_by": "LL2",
            "created_on": "2024-02-10T16:34:02Z"
        },
        {
            "id": 6633,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 21.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-10T20:02:23Z"
        },
        {
            "id": 6638,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-briefings-for-crew-8-international-space-station-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-12T13:00:46Z"
        },
        {
            "id": 6639,
            "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=1mkcRne8OXE",
            "created_by": "LL2",
            "created_on": "2024-02-12T15:59:07Z"
        },
        {
            "id": 6640,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March; moved expected launch site.",
            "info_url": "https://twitter.com/SpaceEquities/status/1757071022119899425",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-12T17:45:16Z"
        }
    ]
}