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=230&ordering=successful_landings
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=240&ordering=successful_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=successful_landings",
    "results": [
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/157/?format=api",
            "name": "Bristol Aerospace Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "CAN",
            "abbrev": "BAC",
            "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": 259,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
            "name": "LandSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "LS",
            "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
            "administrator": "Founder: Zhang Changwu",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png"
        },
        {
            "id": 1012,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api",
            "name": "Department of Aerospace Science and Technology",
            "featured": false,
            "type": "Government",
            "country_code": "BRA",
            "abbrev": "",
            "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
            "administrator": null,
            "founding_year": "1953",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1059,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
            "name": "Capella Space",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "",
            "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
            "administrator": "CEO: Payam Banazadeh",
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png"
        },
        {
            "id": 1027,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1027/?format=api",
            "name": "Comisión Nacional de Actividades Espaciales",
            "featured": false,
            "type": "Government",
            "country_code": "ARG",
            "abbrev": "CONAE",
            "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.",
            "administrator": null,
            "founding_year": "1960",
            "launchers": "Tronador",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1029,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api",
            "name": "TiSPACE",
            "featured": false,
            "type": "Private",
            "country_code": "TWN",
            "abbrev": "",
            "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
            "administrator": "Founder: Dr. Yen-Sen Chen",
            "founding_year": "2016",
            "launchers": "Hapith I, Hapith V",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png"
        },
        {
            "id": 1068,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1068/?format=api",
            "name": "Ovzon",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA,SWE",
            "abbrev": "",
            "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
            "administrator": "CEO: Per Norén",
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/39/?format=api",
            "name": "Kazakh Space Research Institute",
            "featured": false,
            "type": "Educational",
            "country_code": "KAZ",
            "abbrev": "SRI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/23/?format=api",
            "name": "Croatian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "HRV",
            "abbrev": "HSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}