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=210&ordering=name
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=220&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=200&ordering=name",
    "results": [
        {
            "id": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/99/?format=api",
            "name": "Northrop Grumman Space Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "NOC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1060,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1060/?format=api",
            "name": "Northstar Earth & Space",
            "featured": false,
            "type": "Private",
            "country_code": "CAN",
            "abbrev": "Northstar",
            "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.",
            "administrator": "Founder:  Stewart Bain",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/58/?format=api",
            "name": "Norwegian Space Centre",
            "featured": false,
            "type": "Government",
            "country_code": "NOR",
            "abbrev": "NRS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/97/?format=api",
            "name": "NPO Lavochkin",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "LA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/77/?format=api",
            "name": "OHB System",
            "featured": false,
            "type": "Commercial",
            "country_code": "DEU",
            "abbrev": "OHB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 263,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/263/?format=api",
            "name": "OneSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "OS",
            "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.",
            "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": 1033,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api",
            "name": "Orbex",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "Orbex",
            "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.",
            "administrator": "CEO: Martin Coates",
            "founding_year": "2015",
            "launchers": "Orbex Prime",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png"
        },
        {
            "id": 179,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/179/?format=api",
            "name": "Orbital ATK",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OA",
            "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.",
            "administrator": "President: David W. Thompson",
            "founding_year": "2015",
            "launchers": "Antares | Minotaur | Pegasus",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_logo_20190207032453.png"
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
            "name": "Orbital Sciences Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}