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=-pending_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=-pending_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=-pending_launches",
    "results": [
        {
            "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": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/126/?format=api",
            "name": "Deep Space Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DSI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 246,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/246/?format=api",
            "name": "Vietnam Posts and Telecommunications Group",
            "featured": false,
            "type": "Commercial",
            "country_code": "VNM",
            "abbrev": "VNPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1083,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1083/?format=api",
            "name": "Space One",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "Space One",
            "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "KAIROS",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_logo_20240216144545.png"
        },
        {
            "id": 1087,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1087/?format=api",
            "name": "Korea Advanced Institute of Science and Technology",
            "featured": false,
            "type": "Educational",
            "country_code": "KOR",
            "abbrev": "KAIST",
            "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.",
            "administrator": "President: Lee Kwang-hyung",
            "founding_year": "1971",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_20240412170624.png"
        },
        {
            "id": 232,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/232/?format=api",
            "name": "European Organisation for the Exploitation of Meteorological Satellites",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,TUR,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,NOR,HRV,FIN,GRC,EST,IRL,ISL,LVA,LTU,LUX,SVN",
            "abbrev": "EUMETSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/24/?format=api",
            "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
            "featured": false,
            "type": "Government",
            "country_code": "CZE",
            "abbrev": "CSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/148/?format=api",
            "name": "Scorpius Space Launch Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSLC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/32/?format=api",
            "name": "Institute for Space Applications and Remote Sensing",
            "featured": false,
            "type": "Government",
            "country_code": "GRC",
            "abbrev": "ISARS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1022,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
            "name": "Axiom Space",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "AXS",
            "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
            "administrator": "CEO: Michael Suffredini",
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png"
        }
    ]
}