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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=220&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=200&ordering=created_on",
    "results": [
        {
            "id": 4014,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET H2 2025",
            "info_url": "https://www.vastspace.com/updates/vast-announces-the-haven-1-and-vast-1-human-spaceflight-mission-launched-by-spacex-on-a-dragon-spacecraft",
            "created_by": "Nosu",
            "created_on": "2023-05-10T19:15:47Z"
        },
        {
            "id": 4022,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting March 2024",
            "info_url": "https://www.cgms-info.org/Agendas/GetWpFile.ashx?wid=7a49fc94-4517-4fd8-9abe-8c12f68cb5f5&aid=e6f0e59b-8d38-4691-aea1-3f33d881db20",
            "created_by": "Nosu",
            "created_on": "2023-05-11T20:35:03Z"
        },
        {
            "id": 4025,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2024.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=48469.msg2486825#msg2486825",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-12T02:14:34Z"
        },
        {
            "id": 4028,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Jay",
            "created_on": "2023-05-12T15:50:14Z"
        },
        {
            "id": 4039,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET early 2024",
            "info_url": "https://www.ahaber.com.tr/gundem/2023/04/28/turksat-6a-uydusu-icin-merakla-beklenen-tarih",
            "created_by": "Nosu",
            "created_on": "2023-05-15T13:07:42Z"
        },
        {
            "id": 4042,
            "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=uSdzc5c7xBY",
            "created_by": "LL2",
            "created_on": "2023-05-15T20:58:51Z"
        },
        {
            "id": 4047,
            "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=jgcFuYF23uU",
            "created_by": "LL2",
            "created_on": "2023-05-16T15:01:25Z"
        },
        {
            "id": 4055,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Ship 25, which was transported to Suborbital Pad B last night, will conduct a 6-engine static fire in the coming weeks.",
            "info_url": "https://twitter.com/SpaceX/status/1659215242617044993",
            "created_by": "Jay",
            "created_on": "2023-05-18T15:29:14Z"
        },
        {
            "id": 4073,
            "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=63TWnnZhePo",
            "created_by": "LL2",
            "created_on": "2023-05-20T22:01:04Z"
        },
        {
            "id": 4081,
            "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=ZDlgSoNkYiU",
            "created_by": "LL2",
            "created_on": "2023-05-21T23:00:26Z"
        }
    ]
}