API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/?format=api&offset=340&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 348,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=id",
    "results": [
        {
            "id": 1098,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
            "name": "Innospace",
            "featured": false,
            "type": "Private",
            "country_code": "KOR",
            "abbrev": "IS",
            "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
            "administrator": "CEO: Kim Soo-jong",
            "founding_year": "2017",
            "launchers": "HANBIT",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg"
        },
        {
            "id": 1099,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api",
            "name": "Skyroot Aerospace",
            "featured": false,
            "type": "Private",
            "country_code": "IND",
            "abbrev": "Skyroot",
            "description": "Indian private launch services provider based in Hyderabad.",
            "administrator": "CEO: Pawan Kumar Chandana",
            "founding_year": "2018",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1100,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1100/?format=api",
            "name": "Latitude",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "LAT",
            "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.",
            "administrator": "CEO: Aurélie Bressollette",
            "founding_year": "2019",
            "launchers": "Zéphyr",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg"
        },
        {
            "id": 1101,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1101/?format=api",
            "name": "HyPrSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "HyPrSpace",
            "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.",
            "administrator": "CEO: Alexandre Mangeot",
            "founding_year": "2019",
            "launchers": "Baguette",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg"
        },
        {
            "id": 1102,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1102/?format=api",
            "name": "Deep Blue Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "DBA Space",
            "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.",
            "administrator": null,
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1103,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api",
            "name": "MaiaSpace",
            "featured": false,
            "type": "Private",
            "country_code": "FRA",
            "abbrev": "MaiaSpace",
            "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
            "administrator": null,
            "founding_year": "2022",
            "launchers": "",
            "spacecraft": "",
            "parent": "ArianeGroup",
            "image_url": null
        },
        {
            "id": 1104,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1104/?format=api",
            "name": "Taiwan Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "TWN",
            "abbrev": "TASA",
            "description": "The Taiwan Space Agency (abbreviated TASA), formerly the National Space Organization (NSPO) from 1991 to 2023, is the national civilian space agency of Taiwan, under the auspices of the National Science and Technology Council. TASA is involved in the development of space technologies and related research.",
            "administrator": "Director General: Wu Jong-shinn",
            "founding_year": "1991",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1105,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1105/?format=api",
            "name": "National Institute for Space Research",
            "featured": false,
            "type": "Government",
            "country_code": "BRA",
            "abbrev": "INPE",
            "description": "The National Institute for Space Research (Portuguese: Instituto Nacional de Pesquisas Espaciais, INPE) is a research unit of the Brazilian Ministry of Science, Technology and Innovations, the main goals of which are fostering scientific research and technological applications and qualifying personnel in the fields of space and atmospheric sciences, space engineering, and space technology. While INPE is the civilian research center for aerospace activities, the Brazilian Air Force's General Command for Aerospace Technology is the military arm. INPE is located in the city of São José dos Campos, São Paulo.",
            "administrator": null,
            "founding_year": "1971",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}