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=3900&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=3910&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3890&ordering=-created_on",
    "results": [
        {
            "id": 4251,
            "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=M8scyGrAbmw",
            "created_by": "LL2",
            "created_on": "2023-06-01T17:29:33Z"
        },
        {
            "id": 4247,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 2023.",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=124895&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-31T17:34:35Z"
        },
        {
            "id": 4246,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2024.",
            "info_url": "https://www.dongascience.com/news.php?idx=60035",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-31T09:34:07Z"
        },
        {
            "id": 4234,
            "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=wTLmuhsMYMM",
            "created_by": "LL2",
            "created_on": "2023-05-31T01:56:56Z"
        },
        {
            "id": 4232,
            "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=_QrdNIpkSLU",
            "created_by": "hitura-nobad",
            "created_on": "2023-05-30T19:10:38Z"
        },
        {
            "id": 4231,
            "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=_QrdNIpkSLU",
            "created_by": "LL2",
            "created_on": "2023-05-30T18:01:07Z"
        },
        {
            "id": 4228,
            "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=8ruz_yLit20",
            "created_by": "LL2",
            "created_on": "2023-05-30T14:44:24Z"
        },
        {
            "id": 4218,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated Splashdown time",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ax-2",
            "created_by": "hitura-nobad",
            "created_on": "2023-05-29T17:24:37Z"
        },
        {
            "id": 4217,
            "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=y83iii42DVQ",
            "created_by": "LL2",
            "created_on": "2023-05-29T14:49:56Z"
        },
        {
            "id": 4209,
            "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=y83iii42DVQ",
            "created_by": "hitura-nobad",
            "created_on": "2023-05-28T06:41:59Z"
        }
    ]
}