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

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=110&ordering=-failed_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=90&ordering=-failed_launches",
    "results": [
        {
            "id": 175,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/175/?format=api",
            "name": "Ministry of Defence of the Russian Federation",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "MOD_RUS",
            "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
            "administrator": "Minister: Gen. Sergey Shoygu",
            "founding_year": "1717",
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png"
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/196/?format=api",
            "name": "Land Launch",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "LL",
            "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": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api",
            "name": "MEASAT Satellite Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "MEAST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1067,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1067/?format=api",
            "name": "Intuitive Machines",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "IM",
            "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.",
            "administrator": "President: Steve Altemus",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "Nova-C",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intuitive2520machines_logo_20230820172043.png"
        },
        {
            "id": 1075,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1075/?format=api",
            "name": "Leidos",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Leidos",
            "description": "Leidos, formerly known as Science Applications International Corporation (SAIC), is an American defense, aviation, information technology, and biomedical research company headquartered in Reston, Virginia, that provides scientific, engineering, systems integration, and technical services.",
            "administrator": "CEO: Thomas Bell",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leidos_logo_20230824131254.png"
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/138/?format=api",
            "name": "Snecma",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "Snecma",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/59/?format=api",
            "name": "Pakistan Space and Upper Atmosphere Research Commission",
            "featured": false,
            "type": "Government",
            "country_code": "PAK",
            "abbrev": "SUPARCO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/224/?format=api",
            "name": "GeoOptics",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GO",
            "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api",
            "name": "IHI Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "IHI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}