API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

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

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

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

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

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=250&ordering=-total_launch_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=-total_launch_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=-total_launch_count",
    "results": [
        {
            "id": 1084,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1084/?format=api",
            "name": "PT Telkom Satellite Indonesia",
            "featured": false,
            "type": "Commercial",
            "country_code": "IDN",
            "abbrev": "Telkomsat",
            "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.",
            "administrator": "President Director: Lukman Hakim Abd. Rauf",
            "founding_year": "1995",
            "launchers": "",
            "spacecraft": "",
            "parent": "PT Telkom Indonesia",
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_logo_20240217062048.png"
        },
        {
            "id": 1094,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1094/?format=api",
            "name": "ATMOS Space Cargo",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "ATMOS",
            "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.",
            "administrator": "CEO:  Sebastian Klaus",
            "founding_year": "2022",
            "launchers": "",
            "spacecraft": "Phoenix",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/26/?format=api",
            "name": "Technical University of Denmark - National Space Institute",
            "featured": false,
            "type": "Educational",
            "country_code": "DNK",
            "abbrev": "DTU",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 113,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/113/?format=api",
            "name": "INVAP",
            "featured": false,
            "type": "Commercial",
            "country_code": "ARG",
            "abbrev": "INVAP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/55/?format=api",
            "name": "National Space Organization",
            "featured": false,
            "type": "Government",
            "country_code": "TWN",
            "abbrev": "NSPO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/203/?format=api",
            "name": "SES",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "SES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/206/?format=api",
            "name": "Intelsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "I",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 212,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api",
            "name": "Digital Globe",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DGI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1088,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1088/?format=api",
            "name": "Hungarian Ministry of Foreign Affairs and Trade",
            "featured": false,
            "type": "Government",
            "country_code": "HUN",
            "abbrev": "",
            "description": "",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1092,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1092/?format=api",
            "name": "Institute for Q-shu Pioneers of Space",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "iQPS",
            "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.",
            "administrator": "CEO: Shunsuke Onishi",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iqps_logo_image_20250303221951.jpg"
        }
    ]
}