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

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-total_launch_count",
    "previous": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=300&ordering=-total_launch_count",
    "results": [
        {
            "id": 1033,
            "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png"
        },
        {
            "id": 99,
            "url": "https://lldev.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": 251,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/251/?format=api",
            "name": "AlYahSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ARE",
            "abbrev": "ALYAH",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1042,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1042/?format=api",
            "name": "Skyrora",
            "featured": false,
            "type": "Private",
            "country_code": "GBR",
            "abbrev": "SKR",
            "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
            "administrator": "CEO: Volodymyr Lvykin",
            "founding_year": "2017",
            "launchers": "Skyrora",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png"
        },
        {
            "id": 1070,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1070/?format=api",
            "name": "PT Pasifik Satelit Nusantara",
            "featured": false,
            "type": "Private",
            "country_code": "IDN",
            "abbrev": "PSN",
            "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.",
            "administrator": "CEO: Adi Rahman Adiwoso",
            "founding_year": "1991",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pt2520pasifik2520satelit2520nusantara_logo_20230821053114.png"
        },
        {
            "id": 1043,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1043/?format=api",
            "name": "European Union Agency for the Space Programme",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT",
            "abbrev": "EUSPA",
            "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.",
            "administrator": "Executive Director: Rodrigo da Costa",
            "founding_year": "2021",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520union2520agency2520for2520the2520space2520programme_logo_20221129162709.png"
        },
        {
            "id": 214,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/214/?format=api",
            "name": "Spire Global",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPIRE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 225,
            "url": "https://lldev.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
        },
        {
            "id": 1010,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1010/?format=api",
            "name": "KB Mashinostroyeniya",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "",
            "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1061,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1061/?format=api",
            "name": "HawkEye 360",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "he360",
            "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.",
            "administrator": "CEO: John Serafini",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "HawkEye 360",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hawkeye2520360_logo_20230807090248.png"
        }
    ]
}