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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=570&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=550&ordering=created_on",
    "results": [
        {
            "id": 6180,
            "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=1ZPNpDoZbQ4",
            "created_by": "LL2",
            "created_on": "2024-01-04T16:00:00Z"
        },
        {
            "id": 6181,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://twitter.com/Axiom_Space/status/1742939003203313847",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-04T16:15:09Z"
        },
        {
            "id": 6187,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=xi78Xd0b4lo",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-05T15:35:27Z"
        },
        {
            "id": 6188,
            "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=xi78Xd0b4lo",
            "created_by": "LL2",
            "created_on": "2024-01-05T15:35:47Z"
        },
        {
            "id": 6189,
            "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=besUhJEOTzo",
            "created_by": "LL2",
            "created_on": "2024-01-05T20:01:20Z"
        },
        {
            "id": 6193,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://twitter.com/wapodavenport/status/1743391354510561518",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-06T16:06:09Z"
        },
        {
            "id": 6196,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 2024.",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=130709&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-07T05:24:30Z"
        },
        {
            "id": 6223,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked approximate launch date per launch manifest (P.129 of source).",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:25:11Z"
        },
        {
            "id": 6224,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked approximate launch date per launch manifest (P.129 of source).",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:26:07Z"
        },
        {
            "id": 6226,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked approximate launch date per launch manifest (P.129 of source).",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai108/siryou2_2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-09T14:28:05Z"
        }
    ]
}