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=150&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=160&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=featured",
  "results": [
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/77/?format=api",
      "name": "OHB System",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "OHB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1008,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1008/?format=api",
      "name": "Société d'étude et de réalisation d'engins balistiques",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.",
      "administrator": null,
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api",
      "name": "Robotics Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RI",
      "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": 140,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 87,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/87/?format=api",
      "name": "British Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "BAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1069,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api",
      "name": "Astrobotic Technology",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astrobotic",
      "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
      "administrator": "CEO:  John Thornton",
      "founding_year": "2007",
      "launchers": "",
      "spacecraft": "Peregrine",
      "parent": null,
      "image_url": null
    },
    {
      "id": 113,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api",
      "name": "INVAP",
      "featured": false,
      "type": "Commercial",
      "country_code": "ARG",
      "abbrev": "INVAP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 150,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api",
      "name": "Masten Space Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Masten",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "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
    }
  ]
}