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=260&ordering=-total_launch_count
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=270&ordering=-total_launch_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=-total_launch_count",
    "results": [
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/230/?format=api",
            "name": "Broadcasting Satellite System Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "BSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1057,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxar2520technologies_logo_20230806171500.png"
        },
        {
            "id": 1026,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api",
            "name": "Spaceflight Launch Services",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Spaceflight",
            "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.",
            "administrator": null,
            "founding_year": "2011",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api",
            "name": "Ball Aerospace & Technologies Corp.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BLL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/125/?format=api",
            "name": "A.M. Makarov Yuzhny Machine-Building Plant",
            "featured": false,
            "type": "Commercial",
            "country_code": "UKR",
            "abbrev": "PA Yuzhmash",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api",
            "name": "MEASAT Satellite Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "MEAST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/214/?format=api",
            "name": "Spire Global",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPIRE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 261,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api",
            "name": "Korean Astronaut Program",
            "featured": false,
            "type": "Government",
            "country_code": "KOR",
            "abbrev": "KAP",
            "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.",
            "administrator": null,
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1025,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1025/?format=api",
            "name": "United States Departement of Defense",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "DoD",
            "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.",
            "administrator": null,
            "founding_year": "1947",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1060,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1060/?format=api",
            "name": "Northstar Earth & Space",
            "featured": false,
            "type": "Private",
            "country_code": "CAN",
            "abbrev": "Northstar",
            "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.",
            "administrator": "Founder:  Stewart Bain",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}