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

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=-pending_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=110&ordering=-pending_launches",
    "results": [
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/132/?format=api",
            "name": "Kongsberg Defence & Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "NOR",
            "abbrev": "KDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1021,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
            "name": "Galactic Energy",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "GE",
            "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "Ceres-1 | Pallas-1",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png"
        },
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/130/?format=api",
            "name": "RUAG Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHE",
            "abbrev": "RUAG",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/144/?format=api",
            "name": "Scaled Composites",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Scaled",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api",
            "name": "Sandia National Laboratories",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "SNL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/197/?format=api",
            "name": "Lockheed Martin Space Operations",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 241,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/241/?format=api",
            "name": "WildBlue",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "WBLU",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/127/?format=api",
            "name": "Robotics Institute",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/240/?format=api",
            "name": "Optus",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "OPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1094,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1094/?format=api",
            "name": "ATMOS Space Cargo",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "ATMOS",
            "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.",
            "administrator": "CEO:  Sebastian Klaus",
            "founding_year": "2022",
            "launchers": "",
            "spacecraft": "Phoenix",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}