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

{
    "id": 1031,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1031/?format=api",
    "name": "Hindustan Aeronautics Limited",
    "featured": false,
    "type": "Government",
    "country_code": "IND",
    "abbrev": "HAL",
    "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
    "administrator": "Chairman: R. Madhavan",
    "founding_year": "1940",
    "launchers": "",
    "spacecraft": "Gaganyaan",
    "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://hal-india.co.in/",
    "wiki_url": "https://en.wikipedia.org/wiki/Hindustan_Aeronautics_Limited",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_nation_20220205093649.png",
    "launcher_list": [],
    "spacecraft_list": [
        {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
            "name": "Gaganyaan",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 1031,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1031/?format=api",
                "name": "Hindustan Aeronautics Limited",
                "featured": false,
                "type": "Government",
                "country_code": "IND",
                "abbrev": "HAL",
                "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
                "administrator": "Chairman: R. Madhavan",
                "founding_year": "1940",
                "launchers": "",
                "spacecraft": "Gaganyaan",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png"
            },
            "in_use": true,
            "capability": "The spacecraft is being designed to carry three people, and a planned upgraded version will be equipped with rendezvous and docking capability.",
            "history": "This Hindustan Aeronautics Limited manufactured crew module had its first uncrewed experimental flight on 18 December 2014 as part of a suborbital test flight of the GSLV Mark III rocket.",
            "details": "Gaganyaan is an Indian crewed orbital spacecraft intended to be the formative spacecraft of the Indian Human Spaceflight Programme.",
            "maiden_flight": "2023-10-21",
            "height": 3.58,
            "diameter": 3.5,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "flight_life": "Up to seven days in orbit",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Gaganyaan",
            "info_link": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan"
        }
    ]
}