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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=600&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580&ordering=created_on",
    "results": [
        {
            "id": 6416,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ax-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-19T02:17:34Z"
        },
        {
            "id": 6422,
            "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=nvXLt3ET9mE",
            "created_by": "LL2",
            "created_on": "2024-01-19T13:57:09Z"
        },
        {
            "id": 6423,
            "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=_8r6gTFXH1k",
            "created_by": "LL2",
            "created_on": "2024-01-19T17:59:21Z"
        },
        {
            "id": 6425,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to Q2 2024",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56966.msg2560206#msg2560206",
            "created_by": "Nosu",
            "created_on": "2024-01-19T18:24:05Z"
        },
        {
            "id": 6429,
            "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=ewatG-y1eio",
            "created_by": "LL2",
            "created_on": "2024-01-20T08:58:53Z"
        },
        {
            "id": 6430,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 10:40 UTC for docking",
            "info_url": "https://twitter.com/SpaceX/status/1748633058083742066?t",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-20T09:11:30Z"
        },
        {
            "id": 6446,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/NASAStennis/status/1749492889757823021",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-22T18:21:38Z"
        },
        {
            "id": 6451,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 19:30-21:30 UTC for RS-25 Engine Test",
            "info_url": "https://twitter.com/NASAStennis/status/1749826158080700561",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-23T16:48:14Z"
        },
        {
            "id": 6453,
            "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=5N6SMW03oQ4",
            "created_by": "LL2",
            "created_on": "2024-01-23T19:49:43Z"
        },
        {
            "id": 6455,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2024.",
            "info_url": "https://www.roscosmos.ru/40124/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-23T23:42:42Z"
        }
    ]
}