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": 69,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/69/?format=api",
            "name": "South African National Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ZAF",
            "abbrev": "SANSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1057,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1057/?format=api",
            "name": "Maxar Technologies",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Maxar",
            "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.",
            "administrator": "President & CEO: Daniel Jablonsky",
            "founding_year": "2017",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1015,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1015/?format=api",
            "name": "European Launcher Development Organisation",
            "featured": false,
            "type": "Government",
            "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
            "abbrev": "ELDO",
            "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
            "administrator": null,
            "founding_year": "1961",
            "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": 64,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/64/?format=api",
            "name": "Sri Lanka Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "LKA",
            "abbrev": "SLSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/240/?format=api",
            "name": "Optus",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "OPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 237,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/237/?format=api",
            "name": "PT Telkom Indonesia",
            "featured": false,
            "type": "Commercial",
            "country_code": "IDN",
            "abbrev": "TLKM",
            "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.",
            "administrator": "CEO: Ririek Adriansyah",
            "founding_year": "1856",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1006,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1006/?format=api",
            "name": "Vought",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "Vought was the name of several related American aerospace firms. These have included, in the past, Lewis and Vought Corporation, Chance Vought, Vought-Sikorsky, LTV Aerospace (part of Ling-Temco-Vought), Vought Aircraft Companies, and Vought Aircraft Industries. The first incarnation of Vought was established by Chance M. Vought and Birdseye Lewis in 1917. In 1928, it was acquired by United Aircraft and Transport Corporation, which a few years later became United Aircraft Corporation; this was the first of many reorganizations and buyouts. During the 1920s and 1930s, Vought Aircraft and Chance Vought specialized in carrier-based aircraft for the United States Navy, by far its biggest customer. Chance Vought produced thousands of planes during World War II, including the F4U Corsair. Vought became independent again in 1954, and was purchased by Ling-Temco-Vought in 1961. The company designed and produced a variety of planes and missiles throughout the Cold War. Vought was sold from LTV and owned in various degrees by the Carlyle Group and Northrop Grumman in the early 1990s. It was then fully bought by Carlyle, renamed Vought Aircraft Industries, with headquarters in Dallas, Texas. In June 2010, the Carlyle Group sold Vought to the Triumph Group.",
            "administrator": null,
            "founding_year": "1917",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 165,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/165/?format=api",
            "name": "US Army",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "USA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 213,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/213/?format=api",
            "name": "Missile Defense Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "MDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}