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

{
    "count": 336,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-pending_launches",
    "results": [
        {
            "id": 199,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/199/?format=api",
            "name": "Virgin Orbit",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "VO",
            "description": "Virgin Orbit is a company within the Virgin Group which plans to provide launch services for small satellites. The company was formed in 2017 to develop the air-launched LauncherOne rocket, launched from Cosmic Girl, which had previously been a project of Virgin Galactic. Based in Long Beach, California, Virgin Orbit has more than 300 employees led by president Dan Hart, a former vice president of government satellite systems at Boeing.\r\n\r\nVirgin Orbit focuses on small satellite launch, which is one of three capabilities being focused on by Virgin Galactic. These capabilities are: human spaceflight operations, small satellite launch, and advanced aerospace design, manufacturing, and test",
            "administrator": "President: Dan Hart",
            "founding_year": "2017",
            "launchers": "LauncherOne",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_logo_20200101102856.png"
        },
        {
            "id": 271,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
            "name": "Army Ballistic Missile Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "ABMA",
            "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/204/?format=api",
            "name": "Globalstar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 272,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/272/?format=api",
            "name": "China Rocket Co. Ltd.",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "CHNR",
            "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520rocket2520co.2520ltd._logo_20221001084159.png"
        },
        {
            "id": 1005,
            "url": "https://ll.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": 1031,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1031/?format=api",
            "name": "Hindustan Aeronautics Limited",
            "featured": false,
            "type": "Government",
            "country_code": "IND",
            "abbrev": "HAL",
            "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
            "administrator": "Chairman: R. Madhavan",
            "founding_year": "1940",
            "launchers": "",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png"
        }
    ]
}