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": 346,
    "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
        }
    ]
}