API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=220&ordering=pending_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=pending_launches",
  "results": [
    {
      "id": 203,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/203/?format=api",
      "name": "SES",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "SES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 208,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/208/?format=api",
      "name": "Telesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "TELE",
      "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 33,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/33/?format=api",
      "name": "Instituto Nacional de Técnica Aeroespacial",
      "featured": false,
      "type": "Government",
      "country_code": "ESP",
      "abbrev": "INTA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 123,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/123/?format=api",
      "name": "Starsem SA",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,RUS",
      "abbrev": "SSA",
      "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 48,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/48/?format=api",
      "name": "National Commission for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CNIE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1063,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astranis2520space2520technologies2520corp._logo_20230807093654.png"
    },
    {
      "id": 68,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/68/?format=api",
      "name": "Space Research Centre",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "CBK-PAN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 156,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/156/?format=api",
      "name": "Alliant Techsystems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ATK",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 89,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/89/?format=api",
      "name": "Fairchild Space and Electronics Division",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "FSED",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 226,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/226/?format=api",
      "name": "PanAmSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PANAM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}