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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=280&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=260&ordering=created_on",
    "results": [
        {
            "id": 4610,
            "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=9p8158kPEjk",
            "created_by": "LL2",
            "created_on": "2023-07-18T13:59:04Z"
        },
        {
            "id": 4620,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Spacewalk planned for August 9th.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-19T09:26:14Z"
        },
        {
            "id": 4621,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event time added",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-19T09:29:45Z"
        },
        {
            "id": 4634,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=ipxhcn-MiW0",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-20T18:07:17Z"
        },
        {
            "id": 4635,
            "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=ipxhcn-MiW0",
            "created_by": "LL2",
            "created_on": "2023-07-20T18:07:49Z"
        },
        {
            "id": 4674,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding docking time",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Nosu",
            "created_on": "2023-07-25T13:15:30Z"
        },
        {
            "id": 4678,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://twitter.com/SpcPlcyOnline/status/1683878567539613696",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-25T16:49:03Z"
        },
        {
            "id": 4680,
            "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=1OlWkXEEFQM",
            "created_by": "LL2",
            "created_on": "2023-07-25T18:12:32Z"
        },
        {
            "id": 4681,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-cargo-launch-to-international-space-station",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-25T19:57:46Z"
        },
        {
            "id": 4687,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-darpa-experts-to-discuss-nuclear-rocket-program-developments",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-26T14:25:17Z"
        }
    ]
}