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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3890&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3870&ordering=-created_on",
    "results": [
        {
            "id": 4318,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-12-national-security-missions-to-spacex-and-ula/",
            "created_by": "Jay",
            "created_on": "2023-06-09T12:48:38Z"
        },
        {
            "id": 4317,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-12-national-security-missions-to-spacex-and-ula/",
            "created_by": "Jay",
            "created_on": "2023-06-09T12:44:06Z"
        },
        {
            "id": 4316,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-12-national-security-missions-to-spacex-and-ula/",
            "created_by": "Jay",
            "created_on": "2023-06-09T12:39:48Z"
        },
        {
            "id": 4315,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-12-national-security-missions-to-spacex-and-ula/",
            "created_by": "Jay",
            "created_on": "2023-06-09T12:30:43Z"
        },
        {
            "id": 4314,
            "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=wS4z42KaeGk",
            "created_by": "LL2",
            "created_on": "2023-06-09T11:45:54Z"
        },
        {
            "id": 4312,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Early 2024.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-06-09T02:41:24Z"
        },
        {
            "id": 4309,
            "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=RCmsFu8UNqg",
            "created_by": "LL2",
            "created_on": "2023-06-08T17:58:21Z"
        },
        {
            "id": 4304,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://twitter.com/NASAStennis/status/1666544222013464577",
            "created_by": "hitura-nobad",
            "created_on": "2023-06-08T04:27:01Z"
        },
        {
            "id": 4300,
            "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=UhWc8-Oyug8",
            "created_by": "LL2",
            "created_on": "2023-06-07T21:59:50Z"
        },
        {
            "id": 4299,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting today at approximately 22:00 UTC",
            "info_url": "https://twitter.com/torybruno/status/1666474419408220160",
            "created_by": "Nosu",
            "created_on": "2023-06-07T16:02:12Z"
        }
    ]
}