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=3890&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=3900&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3880&ordering=-created_on",
    "results": [
        {
            "id": 4288,
            "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=kVsTaLcP7Mg",
            "created_by": "LL2",
            "created_on": "2023-06-05T19:59:06Z"
        },
        {
            "id": 4281,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2025",
            "info_url": "https://www.hisdesat.es/nota_prensa/hisdesat-selecciona-a-la-norteamericana-spacex-para-el-lanzamiento-de-los-satelites-spainsat-ng/",
            "created_by": "Nosu",
            "created_on": "2023-06-05T14:51:48Z"
        },
        {
            "id": 4280,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.hisdesat.es/nota_prensa/hisdesat-selecciona-a-la-norteamericana-spacex-para-el-lanzamiento-de-los-satelites-spainsat-ng/",
            "created_by": "Nosu",
            "created_on": "2023-06-05T14:50:31Z"
        },
        {
            "id": 4272,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated planned date and time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-06-04T03:55:30Z"
        },
        {
            "id": 4268,
            "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=ezMjYaNmW7E",
            "created_by": "LL2",
            "created_on": "2023-06-03T21:04:29Z"
        },
        {
            "id": 4267,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added video link.",
            "info_url": "https://www.youtube.com/watch?v=ezMjYaNmW7E",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-06-03T21:04:07Z"
        },
        {
            "id": 4263,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "docking delayed due to 24h launch delay",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=crs-28",
            "created_by": "hitura-nobad",
            "created_on": "2023-06-03T07:19:18Z"
        },
        {
            "id": 4260,
            "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=157ntLrPoNo",
            "created_by": "LL2",
            "created_on": "2023-06-02T20:02:24Z"
        },
        {
            "id": 4255,
            "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=SwuDuX2XifU",
            "created_by": "LL2",
            "created_on": "2023-06-01T20:58:28Z"
        },
        {
            "id": 4254,
            "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=rNFBI3dJEbs",
            "created_by": "LL2",
            "created_on": "2023-06-01T20:07:37Z"
        }
    ]
}