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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=310&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=290&ordering=created_on",
    "results": [
        {
            "id": 4635,
            "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=ipxhcn-MiW0",
            "created_by": "LL2",
            "created_on": "2023-07-20T18:07:49Z"
        },
        {
            "id": 4674,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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-prod.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-prod.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"
        },
        {
            "id": 4688,
            "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=nNnsnyIvzps",
            "created_by": "LL2",
            "created_on": "2023-07-26T16:59:53Z"
        },
        {
            "id": 4716,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://twitter.com/SpaceX/status/1684685769406046210",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-28T17:37:00Z"
        },
        {
            "id": 4732,
            "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=PCIaD73bVDo",
            "created_by": "LL2",
            "created_on": "2023-07-30T21:01:40Z"
        },
        {
            "id": 4737,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-boeing-to-provide-progress-update-on-starliner-crew-flight-test",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-01T04:54:04Z"
        }
    ]
}