Filters

Parameters - created_on, launch, launch__launch_service_provider, program

Example - /updates/?launch__launch_service_provider=121

Ordering

Fields - created_on

Example - /updates/?ordering=-created_on

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /updates/?limit=2

Format

Switch to JSON output - /updates/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/updates/?format=api&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 3981,
    "next": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=10&ordering=-created_on",
    "previous": null,
    "results": [
        {
            "id": 10724,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-73",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-13T23:13:00Z"
        },
        {
            "id": 10723,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1911237708728639671",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-13T02:00:00Z"
        },
        {
            "id": 10722,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1lDxLzebXpLGm",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-13T00:53:00Z"
        },
        {
            "id": 10721,
            "profile_image": "https://thespacedevs-prod.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=eYUntT7mX7I",
            "created_by": "LL2",
            "created_on": "2025-04-13T00:43:00Z"
        },
        {
            "id": 10720,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather >95% GO",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2012-17%20L-0%20Day%20Forecast%20-%2012%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-12T15:22:00Z"
        },
        {
            "id": 10719,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/NatReconOfc/status/1911060516979482799",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T14:45:00Z"
        },
        {
            "id": 10718,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1MYxNwBEjlbKw",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-12T12:25:00Z"
        },
        {
            "id": 10717,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=ytpwrSjVUDA",
            "created_by": "LL2",
            "created_on": "2025-04-12T12:10:00Z"
        },
        {
            "id": 10716,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusted T-0",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-12T05:43:00Z"
        },
        {
            "id": 10715,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-12T04:53:00Z"
        }
    ]
}