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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1700&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1680&ordering=-created_on",
    "results": [
        {
            "id": 10159,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1893491649411477530",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-23T02:44:00Z"
        },
        {
            "id": 10158,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MYxNwWZqDOKw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-23T01:38:00Z"
        },
        {
            "id": 10157,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=qAuCnc1WrPI",
            "created_by": "LL2",
            "created_on": "2025-02-23T01:28:00Z"
        },
        {
            "id": 10156,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Feb 23 at 01:38 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-1",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-22T19:39:00Z"
        },
        {
            "id": 10155,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5136954156911084",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-22T12:58:00Z"
        },
        {
            "id": 10154,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-intuitive-machines-next-commercial-moon-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-22T03:17:00Z"
        },
        {
            "id": 10153,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-22T03:08:00Z"
        },
        {
            "id": 10152,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-22T03:04:00Z"
        },
        {
            "id": 10151,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1892973720731320661",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T16:25:00Z"
        },
        {
            "id": 10150,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 75% GO.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-13%20L-2%20Forecast%20-%2023%20Feb%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-21T16:00:00Z"
        }
    ]
}