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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=460&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=440&ordering=created_on",
    "results": [
        {
            "id": 5483,
            "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/join-nasa-to-discuss-high-rate-laser-comms-demo-space-station-science/",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-21T15:14:37Z"
        },
        {
            "id": 5489,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2023-10-22T15:05:04Z"
        },
        {
            "id": 5490,
            "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=xwViHM-m_As",
            "created_by": "LL2",
            "created_on": "2023-10-22T16:04:18Z"
        },
        {
            "id": 5497,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=YAi2Qu52nCU",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-24T14:35:02Z"
        },
        {
            "id": 5498,
            "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=YAi2Qu52nCU",
            "created_by": "LL2",
            "created_on": "2023-10-24T14:35:15Z"
        },
        {
            "id": 5500,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://m.weibo.cn/detail/4960657330143701",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-25T01:37:15Z"
        },
        {
            "id": 5506,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://youtu.be/eLD_H8RJ4co",
            "created_by": "LL2",
            "created_on": "2023-10-26T14:59:01Z"
        },
        {
            "id": 5507,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed to November 1st.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/26/crew-continues-spacewalk-preps-following-date-adjustment/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T02:14:47Z"
        },
        {
            "id": 5508,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2023.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T02:17:08Z"
        },
        {
            "id": 5510,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2024.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-27T02:20:50Z"
        }
    ]
}