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=120&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=130&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=110&ordering=-featured",
  "results": [
    {
      "id": 158,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/158/?format=api",
      "name": "Chrysler",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "CHR",
      "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
      "administrator": null,
      "founding_year": "1950",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 83,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/83/?format=api",
      "name": "Space Systems/Loral",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SSL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 187,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/187/?format=api",
      "name": "GK Launch Services",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "GKLS",
      "description": "GK Launch Services is a company established by Glavkosmos (a subsidiary of Roscosmos State Space Corporation) and International Space Company Kosmotras. GK Launch Services is an operator of Soyuz-2 commercial launches from the Russian spaceports.",
      "administrator": "CEO: Alexander V. Serkin",
      "founding_year": "2017",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gk_launch_servi_image_20210321182205.jpg"
    },
    {
      "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": 192,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api",
      "name": "Lockheed Space Operations Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LSOC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 228,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/228/?format=api",
      "name": "National Space Development Agency of Japan",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "NASDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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": 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": 100,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
      "name": "Orbital Sciences Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "OSC",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1063,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1063/?format=api",
      "name": "Astranis Space Technologies Corp.",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astranis",
      "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
      "administrator": "CEO:  John Gedmark",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "Small geostationary communications satellites",
      "parent": null,
      "image_url": null
    }
  ]
}