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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=410&ordering=created_on",
    "results": [
        {
            "id": 5444,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=KPL4lQsOyv0",
            "created_by": "LL2",
            "created_on": "2023-10-17T20:25:18Z"
        },
        {
            "id": 5450,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2023.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/10/17/research-robotics-and-spacesuits-top-schedule-as-spacewalk-times-adjusted/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-18T02:35:11Z"
        },
        {
            "id": 5458,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=LYjGLPUo8OQ",
            "created_by": "LL2",
            "created_on": "2023-10-20T01:57:43Z"
        },
        {
            "id": 5483,
            "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/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-dev.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-dev.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-dev.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-dev.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-dev.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-dev.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"
        }
    ]
}