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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=370&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=350&ordering=created_on",
    "results": [
        {
            "id": 5008,
            "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=bEsyo5WLFkQ",
            "created_by": "LL2",
            "created_on": "2023-08-27T11:10:45Z"
        },
        {
            "id": 5018,
            "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=LlY79zjud-Q",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-29T16:55:21Z"
        },
        {
            "id": 5023,
            "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=4KgAfNIYlns",
            "created_by": "LL2",
            "created_on": "2023-08-30T20:59:42Z"
        },
        {
            "id": 5043,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/nasalive",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-01T09:05:51Z"
        },
        {
            "id": 5044,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Crew-6 undocking and splashdown delayed due to bad weather at the landing zones",
            "info_url": "https://twitter.com/cbs_spacenews/status/1697571155085824349",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-01T11:43:10Z"
        },
        {
            "id": 5048,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission-optical-communications-demo",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-01T18:04:33Z"
        },
        {
            "id": 5054,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET early 2024",
            "info_url": "https://www.youtube.com/watch?v=kNpxpRtHRBw&t=940s",
            "created_by": "Nosu",
            "created_on": "2023-09-02T09:02:52Z"
        },
        {
            "id": 5063,
            "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=Iz6qdzVCN9g",
            "created_by": "LL2",
            "created_on": "2023-09-03T10:44:26Z"
        },
        {
            "id": 5064,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2520448#msg2520448",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-03T17:40:24Z"
        },
        {
            "id": 5069,
            "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=X8n5OA1m5o8",
            "created_by": "LL2",
            "created_on": "2023-09-04T02:59:40Z"
        }
    ]
}