Modes

Levels of detail in the response - list, normal, detailed

Example - /agencies/?mode=list

Filters

Parameters - abbrev, abbrev__contains, attempted_landings, attempted_landings__gt, attempted_landings__gte, attempted_landings__lt, attempted_landings__lte, consecutive_successful_landings, consecutive_successful_landings__gt, consecutive_successful_landings__gte, consecutive_successful_landings__lt, consecutive_successful_landings__lte, consecutive_successful_launches, consecutive_successful_launches__gt, consecutive_successful_launches__gte, consecutive_successful_launches__lt, consecutive_successful_launches__lte, country_code, description, description__contains, failed_landings, failed_landings__gt, failed_landings__gte, failed_landings__lt, failed_landings__lte, failed_launches, failed_launches__gt, failed_launches__gte, failed_launches__lt, failed_launches__lte, featured, founding_year, founding_year__gt, founding_year__gte, founding_year__lt, founding_year__lte, id, name, name__contains, parent__id, pending_launches, pending_launches__gt, pending_launches__gte, pending_launches__lt, pending_launches__lte, spacecraft, successful_landings, successful_landings__gt, successful_landings__gte, successful_landings__lt, successful_landings__lte, successful_launches, successful_launches__gt, successful_launches__gte, successful_launches__lt, successful_launches__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte, type__id

Example - /agencies/?abbrev=NASA

Fields searched - abbrev, name

Example - /agencies/?search=SpaceX

Ordering

Fields - attempted_landings, consecutive_successful_landings, consecutive_successful_launches, failed_landings, failed_launches, featured, id, name, pending_launches, successful_landings, successful_launches, total_launch_count

Example - /agencies/?ordering=-total_launch_count

Number of results

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

Example - /agencies/?limit=2

Format

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

Help

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

GET /2.3.0/agencies/?format=api&mode=list&ordering=-failed_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&mode=list&offset=10&ordering=-failed_launches",
    "previous": null,
    "results": [
        {
            "response_mode": "list",
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "abbrev": "CCCP",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/161/?format=api",
            "name": "United States Air Force",
            "abbrev": "USAF",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/166/?format=api",
            "name": "US Navy",
            "abbrev": "USN",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/115/?format=api",
            "name": "Arianespace",
            "abbrev": "ASA",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        },
        {
            "response_mode": "list",
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/96/?format=api",
            "name": "Khrunichev State Research and Production Space Center",
            "abbrev": "KhSC",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "abbrev": "CASC",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        },
        {
            "response_mode": "list",
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "abbrev": "ISRO",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "abbrev": "RFSA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ]
}