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=310&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured",
  "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured",
  "results": [
    {
      "id": 127,
      "url": "https://ll.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": 152,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/152/?format=api",
      "name": "UP Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "UPA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 45,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/45/?format=api",
      "name": "National Authority for Remote Sensing and Space Sciences",
      "featured": false,
      "type": "Government",
      "country_code": "EGY",
      "abbrev": "NARSS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 62,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/62/?format=api",
      "name": "Royal Centre for Remote Sensing",
      "featured": false,
      "type": "Government",
      "country_code": "MAR",
      "abbrev": "CRTS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 91,
      "url": "https://ll.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": 23,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/23/?format=api",
      "name": "Croatian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "HRV",
      "abbrev": "HSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 69,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/69/?format=api",
      "name": "South African National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ZAF",
      "abbrev": "SANSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 151,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/151/?format=api",
      "name": "Swedish Space Corp",
      "featured": false,
      "type": "Commercial",
      "country_code": "SWE",
      "abbrev": "SSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 105,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/105/?format=api",
      "name": "SpaceDev",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPDV",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1099,
      "url": "https://ll.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
    }
  ]
}