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&limit=10&offset=30&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=40&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20&ordering=featured",
    "results": [
        {
            "id": 153,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/153/?format=api",
            "name": "McDonnell Douglas",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "MDC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/202/?format=api",
            "name": "Iridium Communications",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "IRDM",
            "description": "Iridium Communications Inc is a publicly traded American company headquartered in McLean, Virginia, United States. Iridium operates the Iridium satellite constellation, a system of 75 satellites: 66 are active satellites and the remaining nine function as in-orbit spares. Iridium Satellites are used for worldwide voice and data communication from handheld satellite phones, satellite messenger communication devices and integrated transceivers, as well as for two-way satellite messaging service from supported Android smartphones.The nearly polar orbit and communication between satellites via inter-satellite links provide global service availability.",
            "administrator": "CEO: Matthew J. Desch",
            "founding_year": "2001",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1062,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1062/?format=api",
            "name": "Viasat",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "VSAT",
            "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.",
            "administrator": "CEO: Mark D. Dankberg",
            "founding_year": "1986",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1065,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1065/?format=api",
            "name": "QPS Research Institute",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "iQPS",
            "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.",
            "administrator": "President: Shunsuke Onishi",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 184,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/184/?format=api",
            "name": "China Aerospace Science and Industry Corporation",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASIC",
            "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png"
        },
        {
            "id": 1012,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/41/?format=api",
            "name": "Korea Aerospace Research Institute",
            "featured": false,
            "type": "Government",
            "country_code": "KOR",
            "abbrev": "KARI",
            "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
            "administrator": "Cho Gwang-rae",
            "founding_year": "1989",
            "launchers": "Nuri",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/181/?format=api",
            "name": "National Reconnaissance Office",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NRO",
            "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.",
            "administrator": "Director: Christopher Scolese",
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/186/?format=api",
            "name": "Polish Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "POL",
            "abbrev": "POLSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1040,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1040/?format=api",
            "name": "CAS Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "CAS",
            "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "Zhongke",
            "spacecraft": "",
            "parent": "CAS Space",
            "image_url": null
        }
    ]
}