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=180
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=190",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170",
  "results": [
    {
      "id": 153,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api",
      "name": "McDonnell Douglas",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MDC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 252,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 256,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/256/?format=api",
      "name": "Mexican Satellite System",
      "featured": false,
      "type": "Government",
      "country_code": "MEX",
      "abbrev": "MEXSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 3,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/3/?format=api",
      "name": "Mexican Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "MEX",
      "abbrev": "AEM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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
    },
    {
      "id": 175,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/175/?format=api",
      "name": "Ministry of Defence of the Russian Federation",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "MOD_RUS",
      "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
      "administrator": "Minister: Gen. Sergey Shoygu",
      "founding_year": "1717",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "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
    },
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/24/?format=api",
      "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
      "featured": false,
      "type": "Government",
      "country_code": "CZE",
      "abbrev": "CSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 213,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api",
      "name": "Missile Defense Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "MDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1085,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1085/?format=api",
      "name": "Mitsubishi Electric Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "MELCO",
      "description": "Mitsubishi Electric Corporation is a Japanese multinational electronics and electrical equipment manufacturing company headquartered in Tokyo, Japan. It was established in 1921 as a spin-off from the electrical machinery manufacturing business of Mitsubishi Shipbuilding (current Mitsubishi Heavy Industries) at the Kobe Shipyard. The products from MELCO include elevators and escalators, high-end home appliances, air conditioning, factory automation systems, train systems, electric motors, pumps, semiconductors, digital signage, and satellites.",
      "administrator": "President & CEO: Kei Uruma",
      "founding_year": "1921",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}