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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=30&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=10&ordering=created_on",
    "results": [
        {
            "id": 660,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Todays road closure has been cancelled - next scheduled opportunity will be tomorrow.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-14T17:12:50Z"
        },
        {
            "id": 661,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Next opportunity is Monday, pending updates from social media and/or SpaceX.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-15T16:18:11Z"
        },
        {
            "id": 666,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "SpaceX is on track for a static fire of BN3 - vehicle is fueled with propellant and siren has indicated a static fire is imminent.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-19T23:53:02Z"
        },
        {
            "id": 667,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/scorp_profile_20210217185945.jpg",
            "comment": "The BN3 booster performed its static fire at 00:06 UTC. Appears to be a success from the video feed.",
            "info_url": null,
            "created_by": "JRascagneres",
            "created_on": "2021-07-20T00:07:51Z"
        },
        {
            "id": 672,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking delayed.",
            "info_url": "https://twitter.com/Ian_Benecken/status/1418141144685420552?s=19",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-07-22T09:35:20Z"
        },
        {
            "id": 673,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Undocking delayed by one day again.",
            "info_url": "https://twitter.com/Ian_Benecken/status/1418651788773928960",
            "created_by": "spacevogel",
            "created_on": "2021-07-23T19:26:45Z"
        },
        {
            "id": 677,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Undocking delayed yet again.",
            "info_url": "https://twitter.com/Ian_Benecken/status/1419014106418458625",
            "created_by": "spacevogel",
            "created_on": "2021-07-24T19:28:59Z"
        },
        {
            "id": 679,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Undocking now scheduled for 10:56 UTC on July 26.",
            "info_url": "https://twitter.com/roscosmos/status/1419306878748745729?s=20",
            "created_by": "Nosu",
            "created_on": "2021-07-25T14:55:36Z"
        },
        {
            "id": 731,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added EVA.",
            "info_url": "https://www.youtube.com/watch?v=5j1GelrQPN4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-08-20T07:13:12Z"
        },
        {
            "id": 803,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/scorp_profile_20210217185945.jpg",
            "comment": "Pushing to Q2 FY23",
            "info_url": "https://twitter.com/TGMetsFan98/status/1435326420910215174",
            "created_by": "JRascagneres",
            "created_on": "2021-09-07T19:56:38Z"
        }
    ]
}