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=600&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=610&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=590&ordering=created_on",
    "results": [
        {
            "id": 6465,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-discuss-science-first-intuitive-machines-artemis-moon-flight/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-24T17:50:29Z"
        },
        {
            "id": 6466,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://space.oscar.wmo.int/satellites/view/csg_3",
            "created_by": "Nosu",
            "created_on": "2024-01-25T08:08:51Z"
        },
        {
            "id": 6468,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-25T08:22:01Z"
        },
        {
            "id": 6469,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-25T08:26:57Z"
        },
        {
            "id": 6473,
            "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=gCQ9gnUQDa4",
            "created_by": "LL2",
            "created_on": "2024-01-25T18:04:01Z"
        },
        {
            "id": 6476,
            "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=O8WDZ7s_6ak",
            "created_by": "LL2",
            "created_on": "2024-01-25T19:31:13Z"
        },
        {
            "id": 6477,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/after-three-years-on-mars-nasas-ingenuity-helicopter-mission-ends/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-25T19:49:34Z"
        },
        {
            "id": 6478,
            "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=j99fqPcYlhc",
            "created_by": "LL2",
            "created_on": "2024-01-25T22:03:42Z"
        },
        {
            "id": 6484,
            "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=Hh7C3AdkNNU",
            "created_by": "LL2",
            "created_on": "2024-01-26T18:03:16Z"
        },
        {
            "id": 6486,
            "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=BR_o4RJ7CMc",
            "created_by": "LL2",
            "created_on": "2024-01-26T23:28:28Z"
        }
    ]
}