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&offset=30&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=40&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=20&ordering=-created_on",
    "results": [
        {
            "id": 10679,
            "profile_image": "https://thespacedevs-prod.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-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T22:51:00Z"
        },
        {
            "id": 10678,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding at T-4 minutes.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T22:47:00Z"
        },
        {
            "id": 10677,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by United Launch Alliance has started",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "LL2",
            "created_on": "2025-04-09T22:31:00Z"
        },
        {
            "id": 10667,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting pad",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:57:00Z"
        },
        {
            "id": 10666,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding approximate T-0",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:52:00Z"
        },
        {
            "id": 10665,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-space-station-farewells-and-hatch-close/",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:49:00Z"
        },
        {
            "id": 10664,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://x.com/NatReconOfc/status/1910032516070732143",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T18:48:00Z"
        },
        {
            "id": 10663,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62716.msg2678301#msg2678301",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:24:00Z"
        },
        {
            "id": 10662,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=54082.msg2678296#msg2678296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:16:00Z"
        },
        {
            "id": 10661,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event!",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-re-entry-and-landing-with-don-pettit/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-09T15:54:00Z"
        }
    ]
}