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=350&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=360&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=created_on",
    "results": [
        {
            "id": 5083,
            "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=Tb9l7-u5Ayc",
            "created_by": "LL2",
            "created_on": "2023-09-06T17:03:47Z"
        },
        {
            "id": 5103,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting December 2023",
            "info_url": "https://www.majalahict.com/grup-psn-memperluas-akses-layanan-satelit-di-kawasan-asean-untuk-mendukung-digitalisasi-di-filipina/",
            "created_by": "Nosu",
            "created_on": "2023-09-09T11:54:40Z"
        },
        {
            "id": 5116,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "TBD 2024",
            "info_url": "https://twitter.com/AndrewParsonson/status/1701206871762227694",
            "created_by": "Nosu",
            "created_on": "2023-09-11T12:24:51Z"
        },
        {
            "id": 5138,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-leadership-to-call-agency-s-record-breaking-astronaut-in-space",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-12T05:27:53Z"
        },
        {
            "id": 5142,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://newsroom.arianespace.com/strongarianespace-signs-agreement-with-intelsat-for-launch-of-is-45-strong-50169/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-12T10:10:59Z"
        },
        {
            "id": 5146,
            "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=rMEGIBq0mOU",
            "created_by": "LL2",
            "created_on": "2023-09-12T18:14:57Z"
        },
        {
            "id": 5150,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:25:24Z"
        },
        {
            "id": 5151,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:27:11Z"
        },
        {
            "id": 5152,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:28:39Z"
        },
        {
            "id": 5153,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:29:53Z"
        }
    ]
}