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=290&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=300&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=featured",
  "results": [
    {
      "id": 1099,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api",
      "name": "Skyroot Aerospace",
      "featured": false,
      "type": "Private",
      "country_code": "IND",
      "abbrev": "Skyroot",
      "description": "Indian private launch services provider based in Hyderabad.",
      "administrator": "CEO: Pawan Kumar Chandana",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 81,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/81/?format=api",
      "name": "Astrium Satellites",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,DEU,ESP,GBR",
      "abbrev": "EADS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 229,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api",
      "name": "Eutelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "EUTEL",
      "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
      "administrator": "CEO: Eva Berneke",
      "founding_year": "1977",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1039,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1039/?format=api",
      "name": "Magellan Aerospace Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "MAC",
      "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
      "administrator": "CEO: Phillip Underwood",
      "founding_year": "1996",
      "launchers": "Black Brant",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 91,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/91/?format=api",
      "name": "General Electric",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 144,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/144/?format=api",
      "name": "Scaled Composites",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Scaled",
      "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": 84,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/84/?format=api",
      "name": "Amsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN",
      "abbrev": "AMSAT",
      "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 132,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/132/?format=api",
      "name": "Kongsberg Defence & Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "NOR",
      "abbrev": "KDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/13/?format=api",
      "name": "UK Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "UKSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}