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=280&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=290&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=-featured",
  "results": [
    {
      "id": 198,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api",
      "name": "Mohammed bin Rashid Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "ARE",
      "abbrev": "MBRSC",
      "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.",
      "administrator": "DG: Salem Humaid AlMarri",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 95,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/95/?format=api",
      "name": "Israel Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "ISR",
      "abbrev": "IAI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 208,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/208/?format=api",
      "name": "Telesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "TELE",
      "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.",
      "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
    },
    {
      "id": 250,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/250/?format=api",
      "name": "HispaSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "HISPA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 109,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/109/?format=api",
      "name": "Turkish Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "TUR",
      "abbrev": "TAI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 122,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api",
      "name": "Sea Launch",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "SL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 160,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/160/?format=api",
      "name": "Royal Australian Air Force",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "RAAF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 165,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/165/?format=api",
      "name": "US Army",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1051,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1051/?format=api",
      "name": "Payload Aerospace S.L.",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "PLD Space",
      "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.",
      "administrator": "CEO: Raúl Torres",
      "founding_year": "2011",
      "launchers": "Miura 1 | Miura 5",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}