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=400&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=410&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=390&ordering=created_on",
    "results": [
        {
            "id": 5243,
            "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=P79IZNTnVn8",
            "created_by": "LL2",
            "created_on": "2023-09-24T21:00:29Z"
        },
        {
            "id": 5247,
            "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=EMY5Y6MqWmE",
            "created_by": "LL2",
            "created_on": "2023-09-26T20:04:43Z"
        },
        {
            "id": 5256,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 30.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2507027#msg2507027",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-28T16:43:03Z"
        },
        {
            "id": 5266,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/SpaceX/status/1707818774857134287",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-29T18:23:00Z"
        },
        {
            "id": 5272,
            "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=rWeu2wt3j6c",
            "created_by": "LL2",
            "created_on": "2023-09-30T12:29:22Z"
        },
        {
            "id": 5274,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch time.",
            "info_url": "https://t.me/taygaxtour28region/1831",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-01T10:14:16Z"
        },
        {
            "id": 5276,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 2024.",
            "info_url": "https://www.defensehere.com/en/turksat-6a-poised-for-june-2024-space-launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-01T10:19:30Z"
        },
        {
            "id": 5280,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2024.",
            "info_url": "https://twitter.com/andrewparsonson/status/1708803629086392433",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-02T11:26:27Z"
        },
        {
            "id": 5281,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2024.",
            "info_url": "https://www.atalayar.com/articulo/nuevas-tecnologias-innovacion/primer-satelite-espanol-resistente-explosiones-nucleares-despegara-septiembre-2024/20230918111005191005.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-02T15:40:47Z"
        },
        {
            "id": 5285,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://spacenews.com/china-conducts-parachute-tests-for-asteroid-sample-return-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-10-03T10:02:10Z"
        }
    ]
}