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=280&ordering=-total_launch_count
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=290&ordering=-total_launch_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=270&ordering=-total_launch_count",
    "results": [
        {
            "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": 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": 1072,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1072/?format=api",
            "name": "Cabinet Intelligence and Research Office",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "Naichō",
            "description": "The Cabinet Intelligence and Research Office also known as Naichō (内調), is a Japanese intelligence agency under the Cabinet Secretariat responsible for gathering, processing, and analyzing national security information for the cabinet.",
            "administrator": "Director of Cabinet Intelligence: Hiroaki Takizawa",
            "founding_year": "1986",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cabinet2520intelligence2520and2520research2520office_logo_20230821082601.png"
        },
        {
            "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": 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": 134,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/134/?format=api",
            "name": "American Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AMROC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1073,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1073/?format=api",
            "name": "DSN Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "",
            "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.",
            "administrator": null,
            "founding_year": "2012",
            "launchers": "",
            "spacecraft": "",
            "parent": "SKY Perfect JSAT Group",
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 244,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api",
            "name": "Star One",
            "featured": false,
            "type": "Commercial",
            "country_code": "BRA",
            "abbrev": "STA1",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1050,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1050/?format=api",
            "name": "Italian Air Force",
            "featured": false,
            "type": "Government",
            "country_code": "ITA",
            "abbrev": "IAF",
            "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
            "administrator": null,
            "founding_year": "1923",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/italian2520air2520force_logo_20230508150416.png"
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/116/?format=api",
            "name": "EADS Astrium Space Transportation",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "EADS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}