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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=780&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=760&ordering=created_on",
    "results": [
        {
            "id": 7257,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late Q3 2024.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=1181.msg2584541#msg2584541",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-10T13:23:57Z"
        },
        {
            "id": 7275,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-mars-sample-return-update/",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-12T17:30:20Z"
        },
        {
            "id": 7284,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-13T09:16:14Z"
        },
        {
            "id": 7288,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=0D6T5CWFugc",
            "created_by": "LL2",
            "created_on": "2024-04-15T14:44:18Z"
        },
        {
            "id": 7290,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=5PA1qhzkSlA",
            "created_by": "LL2",
            "created_on": "2024-04-15T16:57:55Z"
        },
        {
            "id": 7295,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-17T02:14:39Z"
        },
        {
            "id": 7349,
            "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=B4vOcy4SpYk",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-21T07:06:58Z"
        },
        {
            "id": 7352,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=B4vOcy4SpYk",
            "created_by": "LL2",
            "created_on": "2024-04-22T07:54:44Z"
        },
        {
            "id": 7368,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2586476#msg2586476",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-24T02:10:49Z"
        },
        {
            "id": 7374,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "1 day delay due to weather.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-25T01:01:20Z"
        }
    ]
}