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

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=20&ordering=-successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&ordering=-successful_launches",
    "results": [
        {
            "id": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "featured": true,
            "type": "Government",
            "country_code": "IND",
            "abbrev": "ISRO",
            "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
            "administrator": "Chairman: S. Somanath",
            "founding_year": "1969",
            "launchers": "PSLV | GSLV",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png"
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
            "name": "Lockheed Martin",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMT",
            "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
            "administrator": null,
            "founding_year": "1953",
            "launchers": "Titan | Agena",
            "spacecraft": "Hubble | JUNO | InSight",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
            "name": "Orbital Sciences Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
            "name": "Lockheed Space Operations Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LSOC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "VG",
            "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
            "administrator": "Founder: Richard Branson",
            "founding_year": "2004",
            "launchers": "VMS Eve",
            "spacecraft": "VSS Enterprise | VSS Unity",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
        },
        {
            "id": 154,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/154/?format=api",
            "name": "Production Corporation Polyot",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "NP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 191,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/191/?format=api",
            "name": "United Space Alliance",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "USA",
            "description": "United Space Alliance (USA) is a spaceflight operations company. USA is a joint venture which was established in August 1995 as a Limited Liability Company (LLC), equally owned by Boeing and Lockheed Martin.",
            "administrator": null,
            "founding_year": "1995",
            "launchers": "Space Shuttle",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_image_20190830220958.jpg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_logo_20190830220958.jpg"
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
            "name": "Mitsubishi Heavy Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "MHI",
            "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.",
            "administrator": "President: Seiji Izumisawa",
            "founding_year": "1884",
            "launchers": "H-I, H-II, H-III",
            "spacecraft": "Kounotori | HTV",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_logo_20200117065724.png"
        },
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/111/?format=api",
            "name": "Progress Rocket Space Center",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "PRSC",
            "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
            "administrator": "Dmitry Baranov",
            "founding_year": "1996",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress2520rocket2520space2520center_logo_20210313175054.png"
        },
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RL",
            "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
            "administrator": "CEO: Peter Beck",
            "founding_year": "2006",
            "launchers": "Electron",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png"
        }
    ]
}