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

{
  "count": 350,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=120&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=featured",
  "results": [
    {
      "id": 40,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/40/?format=api",
      "name": "Korean Committee of Space Technology",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "KCST",
      "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Paektusan | Unha",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 236,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/236/?format=api",
      "name": "DirecTV",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DIREC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1012,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1012/?format=api",
      "name": "Department of Aerospace Science and Technology",
      "featured": false,
      "type": "Government",
      "country_code": "BRA",
      "abbrev": "",
      "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
      "administrator": null,
      "founding_year": "1953",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1024,
      "url": "https://lldev.thespacedevs.com/2.0.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://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg"
    },
    {
      "id": 1053,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api",
      "name": "Turkish Air Force",
      "featured": false,
      "type": "Government",
      "country_code": "TUR",
      "abbrev": "TAF",
      "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.",
      "administrator": null,
      "founding_year": "1911",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 136,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/136/?format=api",
      "name": "Ad Astra Rocket Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AARC",
      "description": "Ad Astra Rocket Company is an American Space Company doing research and development in plasma propulsion technology. This involves using the technology of VASIMR developed in the late '70s, developed by the companies founder, Franklin Diaz. They have begun testing of their VF-200 model engine, built for interplanetary travel.",
      "administrator": "President: Dr. Franklin Chang Diaz",
      "founding_year": "2005",
      "launchers": "",
      "spacecraft": "VX-200 | VF-200",
      "parent": null,
      "image_url": null
    },
    {
      "id": 139,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/139/?format=api",
      "name": "Armadillo Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Armadillo",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 142,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/142/?format=api",
      "name": "Copenhagen Suborbitals",
      "featured": false,
      "type": "Commercial",
      "country_code": "DNK",
      "abbrev": "CSU",
      "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program.  Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.",
      "administrator": "Chairman: Jørgen Skyt",
      "founding_year": "2008",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 246,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/246/?format=api",
      "name": "Vietnam Posts and Telecommunications Group",
      "featured": false,
      "type": "Commercial",
      "country_code": "VNM",
      "abbrev": "VNPT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1036,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1036/?format=api",
      "name": "Ministry of Space Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.",
      "administrator": null,
      "founding_year": "1982",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}