Modes

Levels of detail in the response - normal, detailed

Example - /spacecraft/?mode=detailed

Filters

Parameters - in_space, is_placeholder, name, spacecraft_config, status

Example - /spacecraft/?is_placeholder=True

Fields searched - name, spacecraft_config__name

Example - /spacecraft/?search=Endeavour

Ordering

Fields - flights_count, id, mission_ends_count, time_docked, time_in_space

Example - /spacecraft/?ordering=-flights_count

Number of results

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

Example - /spacecraft/?limit=2

Format

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

Help

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

GET /2.3.0/spacecraft/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 590,
    "next": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=20",
    "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10",
    "results": [
        {
            "response_mode": "normal",
            "id": 254,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/254/?format=api",
            "name": "Progress M-19M",
            "serial_number": "Progress M-19M (No.419)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P56DT3H26M44S",
            "time_docked": "P46DT1H33M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-19M (Russian: Прогресс М-19М), identified by NASA as Progress 51 or 51P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 255,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/255/?format=api",
            "name": "Progress M-18M",
            "serial_number": "Progress M-18M (No.418)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P164DT10H14S",
            "time_docked": "P163DT8M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-18M (Russian: Прогресс М-18М), identified by NASA as Progress 50 or 50P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 476,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/476/?format=api",
            "name": "Progress M-02M",
            "serial_number": "Progress M-02M (No.402)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P66DT21H50M51S",
            "time_docked": "P48DT23H5M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-02M (Russian: Прогресс М-02М), identified by NASA as Progress 33P, was a Progress spacecraft used by the Russian Federal Space Agency to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 251,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/251/?format=api",
            "name": "Progress M-22M",
            "serial_number": "Progress M-22M (No.422)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P71DT23H22M28S",
            "time_docked": "P60DT15H36M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-22M (Russian: Прогресс М-22М), identified by NASA as Progress 54 or 54P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 475,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/475/?format=api",
            "name": "Progress M-01M",
            "serial_number": "Progress M-01M (No.401)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P73DT19H41M22S",
            "time_docked": "P67DT15H42M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-01M (Russian: Прогресс М-01М), identified by NASA as Progress 31P, was a Progress spacecraft used by the Russian Federal Space Agency to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 244,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/244/?format=api",
            "name": "Progress M-29M",
            "serial_number": "Progress M-29M (No.429)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P189DT20H41M20S",
            "time_docked": "P180DT15H23M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-29M (Russian: Прогресс М-29М), identified by NASA as Progress 61 or 61P was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 248,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/248/?format=api",
            "name": "Progress M-25M",
            "serial_number": "Progress M-25M (No.424)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P179DT5H50M17S",
            "time_docked": "P177DT17H33M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-25M (Russian: Прогресс М-25М), identified by NASA as Progress 57 or 57P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 250,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/250/?format=api",
            "name": "Progress M-23M",
            "serial_number": "Progress M-23M (No.427)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P113DT7H15M33S",
            "time_docked": "P103DT30M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-23M (Russian: Прогресс М-23М), identified by NASA as Progress 55 or 55P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 257,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/257/?format=api",
            "name": "Progress M-17M",
            "serial_number": "Progress M-17M (No.417)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P172DT7H20M42S",
            "time_docked": "P165DT22H29M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-17M (Russian: Прогресс М-17М), identified by NASA as Progress 49 or 49P, was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        },
        {
            "response_mode": "normal",
            "id": 260,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/260/?format=api",
            "name": "Progress M-14M",
            "serial_number": "Progress M-14M (No.414)",
            "is_placeholder": false,
            "image": {
                "id": 1923,
                "name": "[AUTO] Progress-M (modified) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "in_space": false,
            "time_in_space": "P93DT53M20S",
            "time_docked": "P82DT10H55M3S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-14M (Russian: Прогресс М-14М), identified by NASA as Progress 46 or 46P, is a Progress spacecraft which was used by Roskosmos to resupply the International Space Station.",
            "spacecraft_config": {
                "response_mode": "normal",
                "id": 34,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
                "name": "Progress-M (modified)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "family": [
                    {
                        "response_mode": "normal",
                        "id": 2,
                        "name": "Progress",
                        "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                        "manufacturer": {
                            "response_mode": "list",
                            "id": 1000,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                            "name": "Energia",
                            "abbrev": "OKB-1",
                            "type": {
                                "id": 1,
                                "name": "Government"
                            }
                        },
                        "parent": null,
                        "maiden_flight": "1978-01-20"
                    }
                ],
                "in_use": false,
                "image": {
                    "id": 1923,
                    "name": "[AUTO] Progress-M (modified) - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "fastest_turnaround": null
        }
    ]
}