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

{
    "count": 336,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-name",
    "results": [
        {
            "id": 282,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/282/?format=api",
            "name": "Aevum",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AEV",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1003,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
            "name": "Aérospatiale",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "",
            "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
            "administrator": null,
            "founding_year": "1970",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/2/?format=api",
            "name": "Aeronautics and Space Research and Diffusion Center",
            "featured": false,
            "type": "Government",
            "country_code": "URY",
            "abbrev": "CIDA-E",
            "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.",
            "administrator": null,
            "founding_year": "1975",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 133,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/133/?format=api",
            "name": "Aerojet",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Aerojet",
            "description": "An American Propulsion and Rocket manufacturer founded in 1942 that worked on major projects for NASA such as the Apollo CM main engine, the Space Shuttle Orbital Maneuvering System, and engines for the Titan Rockets the launched the likes of Voyager. They merged with Rocketdyne in 2013.",
            "administrator": null,
            "founding_year": "1942",
            "launchers": "Aerobee | Aerojet General X-8",
            "spacecraft": "None",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/136/?format=api",
            "name": "Ad Astra Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AARC",
            "description": "Ad Astra Rocket Company is an American Space Company doing research and development in plasma propulsion technology. This involves using the technology of VASIMR developed in the late '70s, developed by the companies founder, Franklin Diaz. They have begun testing of their VF-200 model engine, built for interplanetary travel.",
            "administrator": "President: Dr. Franklin Chang Diaz",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "VX-200 | VF-200",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 225,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/225/?format=api",
            "name": "1worldspace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "1WSP",
            "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.",
            "administrator": null,
            "founding_year": "1960",
            "launchers": "",
            "spacecraft": "AfriStar | AsiaStar",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}