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=710&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=720&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=700&ordering=created_on",
    "results": [
        {
            "id": 6941,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://twitter.com/SpaceX/status/1767180499737604220",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-11T13:29:47Z"
        },
        {
            "id": 6942,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New splashdown time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-11T13:30:11Z"
        },
        {
            "id": 6943,
            "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=Xx4kJ2tOZlg",
            "created_by": "LL2",
            "created_on": "2024-03-11T16:57:49Z"
        },
        {
            "id": 6945,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3 2024.",
            "info_url": "https://www.inspace.gov.in/sys_attachment.do?sys_id=19a5f4ec8798461082e163d70cbb3571",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-12T03:10:12Z"
        },
        {
            "id": 6946,
            "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=PJAUetG6C2E",
            "created_by": "LL2",
            "created_on": "2024-03-12T08:29:24Z"
        },
        {
            "id": 6958,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET April",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2024-03-13T09:04:46Z"
        },
        {
            "id": 6959,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET April",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2024-03-13T09:06:47Z"
        },
        {
            "id": 7004,
            "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-send-research-to-station-aboard-30th-spacex-resupply-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-16T14:19:38Z"
        },
        {
            "id": 7019,
            "profile_image": "https://thespacedevs-prod.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=9UbOlw9q7q0",
            "created_by": "LL2",
            "created_on": "2024-03-19T18:51:00Z"
        },
        {
            "id": 7020,
            "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-select-lunar-terrain-vehicle-for-artemis-missions/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-19T18:57:34Z"
        }
    ]
}