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=160&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=170&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured",
  "results": [
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
      "name": "Surrey Satellite Technology Ltd",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "SSTL",
      "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.",
      "administrator": null,
      "founding_year": "1985",
      "launchers": "",
      "spacecraft": "",
      "parent": "Airbus Defence and Space",
      "image_url": null
    },
    {
      "id": 30,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/30/?format=api",
      "name": "Hungarian Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "HUN",
      "abbrev": "HSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 86,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/86/?format=api",
      "name": "Ball Aerospace & Technologies Corp.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BLL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 130,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/130/?format=api",
      "name": "RUAG Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHE",
      "abbrev": "RUAG",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 94,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/94/?format=api",
      "name": "IHI Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "IHI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 111,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/111/?format=api",
      "name": "Progress Rocket Space Center",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "PRSC",
      "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
      "administrator": "CEO: Dmitry Baranov",
      "founding_year": "1996",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 106,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api",
      "name": "General Dynamics",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GD",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "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": 162,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/162/?format=api",
      "name": "People's Liberation Army",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "PLA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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
    }
  ]
}