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/1105/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1105,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1105/?format=api",
    "name": "National Institute for Space Research",
    "featured": false,
    "type": "Government",
    "country_code": "BRA",
    "abbrev": "INPE",
    "description": "The National Institute for Space Research (Portuguese: Instituto Nacional de Pesquisas Espaciais, INPE) is a research unit of the Brazilian Ministry of Science, Technology and Innovations, the main goals of which are fostering scientific research and technological applications and qualifying personnel in the fields of space and atmospheric sciences, space engineering, and space technology. While INPE is the civilian research center for aerospace activities, the Brazilian Air Force's General Command for Aerospace Technology is the military arm. INPE is located in the city of São José dos Campos, São Paulo.",
    "administrator": null,
    "founding_year": "1971",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.gov.br/inpe/",
    "wiki_url": "https://en.wikipedia.org/wiki/National_Institute_for_Space_Research",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/inpe_logo_image_20260127081204.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/inpe_social_log_image_20260127081225.jpg",
    "launcher_list": [],
    "spacecraft_list": []
}