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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=680&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=660&ordering=created_on",
    "results": [
        {
            "id": 6784,
            "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=ZWEwR8fscFY",
            "created_by": "LL2",
            "created_on": "2024-02-23T21:58:20Z"
        },
        {
            "id": 6786,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://spacenews.com/intuitive-machines-ready-for-launch-of-its-first-lunar-lander/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-24T07:30:25Z"
        },
        {
            "id": 6787,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2025.",
            "info_url": "https://spacenews.com/intuitive-machines-ready-for-launch-of-its-first-lunar-lander/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-24T07:31:04Z"
        },
        {
            "id": 6789,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2024.",
            "info_url": "https://licensing.fcc.gov/cgi-bin/ws.exe/prod/ib/forms/reports/swr031b.hts?q_set=V_SITE_ANTENNA_FREQ.file_numberC/File+Number/%3D/SATLOA2024022200038&prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/F",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-24T07:58:08Z"
        },
        {
            "id": 6791,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch vehicle switched from Vega-C to Falcon 9.",
            "info_url": "https://www.diegrenzgaenger.lu/gesellschaft/spacex-wurde-ausgewaehlt-um-den-ersten-luxemburgischen-satelliten-zu-starten/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-24T10:54:29Z"
        },
        {
            "id": 6800,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://europeanspaceflight.com/isar-aerospace-completes-260-second-hot-fire-test/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-25T13:12:09Z"
        },
        {
            "id": 6801,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://europeanspaceflight.com/esa-awards-e1-3m-in-co-funding-to-pld-for-miura-5-payload-adapter/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-25T13:40:35Z"
        },
        {
            "id": 6810,
            "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=Q6Fr-Whld6U",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-26T16:00:11Z"
        },
        {
            "id": 6811,
            "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=Q6Fr-Whld6U",
            "created_by": "LL2",
            "created_on": "2024-02-26T16:00:34Z"
        },
        {
            "id": 6814,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://investors.rocketlabusa.com/events-and-presentations/events/event-details/2024/Fourth-Quarter-2023-Financial-Results-Update-and-Conference-Call/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-27T10:14:57Z"
        }
    ]
}