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

{
  "count": 349,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=featured",
  "results": [
    {
      "id": 263,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api",
      "name": "OneSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "OS",
      "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/41/?format=api",
      "name": "Korea Aerospace Research Institute",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KARI",
      "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
      "administrator": "Administrator: Lee Sang-Ryool",
      "founding_year": "1989",
      "launchers": "Nuri",
      "spacecraft": "",
      "parent": "Korea AeroSpace Administration",
      "image_url": null
    },
    {
      "id": 149,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/149/?format=api",
      "name": "Interorbital Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "IOS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 67,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/67/?format=api",
      "name": "Space Research and Remote Sensing Organization",
      "featured": false,
      "type": "Government",
      "country_code": "BGD",
      "abbrev": "SPARRSP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "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": 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": 211,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/211/?format=api",
      "name": "National Security Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1023,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1023/?format=api",
      "name": "Space Adventures",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "SA",
      "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.",
      "administrator": "CEO: Eric C. Anderson",
      "founding_year": "1998",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1037,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api",
      "name": "Ministry of Aerospace Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.",
      "administrator": null,
      "founding_year": "1988",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}