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

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=featured",
    "results": [
        {
            "id": 64,
            "url": "https://lldev.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": 15,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/15/?format=api",
            "name": "Bulgarian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "BGR",
            "abbrev": "SRI-BAS",
            "description": "The Bulgarian Space Agency has put two Bulgarians onto the ISS in tandem with the Russian Space Agency. Their involvement in space began with the Interkosmos program that helped Communist Bloc countries get access to Soviet space technology. They contributed cosmonauts for a training class, two of which flew aboard the ISS.",
            "administrator": null,
            "founding_year": "1993",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BO",
            "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
            "administrator": "CEO: Jeff Bezos",
            "founding_year": "2000",
            "launchers": "New Shepard | New Glenn",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
        },
        {
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/159/?format=api",
            "name": "Avio S.p.A",
            "featured": true,
            "type": "Commercial",
            "country_code": "ITA",
            "abbrev": "Avio",
            "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
            "administrator": "CEO: Giulio Ranzo",
            "founding_year": "1908",
            "launchers": "Vega",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg"
        },
        {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CNSA",
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": "1993",
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
        },
        {
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.0.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg"
        },
        {
            "id": 265,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/265/?format=api",
            "name": "Firefly Aerospace",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FA",
            "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
            "administrator": "CEO: Peter Schumacher",
            "founding_year": "2014",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 88,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "featured": true,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
            "administrator": "Chairman & President: Lei Fanpei",
            "founding_year": "1999",
            "launchers": "Long March",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg"
        },
        {
            "id": 96,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/96/?format=api",
            "name": "Khrunichev State Research and Production Space Center",
            "featured": true,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "KhSC",
            "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
            "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
            "founding_year": "1916",
            "launchers": "Proton | Rokot",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg"
        },
        {
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.0.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: V. Narayanan",
            "founding_year": "1969",
            "launchers": "PSLV | GSLV",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg"
        }
    ]
}