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

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=40&ordering=-pending_launches",
    "previous": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=20&ordering=-pending_launches",
    "results": [
        {
            "id": 120,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/120/?format=api",
            "name": "SpaceQuest, Ltd.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SQ",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 142,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/142/?format=api",
            "name": "Copenhagen Suborbitals",
            "featured": false,
            "type": "Commercial",
            "country_code": "DNK",
            "abbrev": "CSU",
            "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program.  Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.",
            "administrator": "Chairman: Jørgen Skyt",
            "founding_year": "2008",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/copenhagen2520suborbitals_logo_20190207032433.png"
        },
        {
            "id": 84,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/84/?format=api",
            "name": "Amsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN",
            "abbrev": "AMSAT",
            "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 136,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/136/?format=api",
            "name": "Ad Astra Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AARC",
            "description": "Ad Astra Rocket Company is an American Space Company doing research and development in plasma propulsion technology. This involves using the technology of VASIMR developed in the late '70s, developed by the companies founder, Franklin Diaz. They have begun testing of their VF-200 model engine, built for interplanetary travel.",
            "administrator": "President: Dr. Franklin Chang Diaz",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "VX-200 | VF-200",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1032,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1032/?format=api",
            "name": "Islamic Revolutionary Guard Corps Aerospace Force",
            "featured": false,
            "type": "Government",
            "country_code": "IRN",
            "abbrev": "IRGCAF",
            "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
            "administrator": "Brigadier General: Ali Jafarabadi",
            "founding_year": "1985",
            "launchers": "Qased",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_logo_20220308095207.png"
        },
        {
            "id": 1005,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1005/?format=api",
            "name": "Royal Aircraft Establishment",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "",
            "description": "The Royal Aircraft Establishment (RAE) was a British research establishment, known by several different names during its history, that eventually came under the aegis of the UK Ministry of Defence (MoD), before finally losing its identity in mergers with other institutions.",
            "administrator": null,
            "founding_year": "1904",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 87,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/87/?format=api",
            "name": "British Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "BAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 126,
            "url": "https://lldev.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": 179,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/179/?format=api",
            "name": "Orbital ATK",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OA",
            "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.",
            "administrator": "President: David W. Thompson",
            "founding_year": "2015",
            "launchers": "Antares | Minotaur | Pegasus",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_logo_20190207032453.png"
        },
        {
            "id": 107,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/107/?format=api",
            "name": "Surrey Satellite Technology Ltd",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "SSTL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}