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=200&ordering=id
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=210&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=id",
    "results": [
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
            "name": "National Space Development Agency of Japan",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "NASDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 229,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/229/?format=api",
            "name": "Eutelsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "EUTEL",
            "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
            "administrator": "CEO: Eva Berneke",
            "founding_year": "1977",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/230/?format=api",
            "name": "Broadcasting Satellite System Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "BSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 231,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/231/?format=api",
            "name": "SKY Perfect JSAT Group",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "JSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 232,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/232/?format=api",
            "name": "European Organisation for the Exploitation of Meteorological Satellites",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,TUR,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,NOR,HRV,FIN,GRC,EST,IRL,ISL,LVA,LTU,LUX,SVN",
            "abbrev": "EUMETSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 233,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/233/?format=api",
            "name": "Direction générale de l'armement",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "DGA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 234,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/234/?format=api",
            "name": "XTAR LLC",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "XTAR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/235/?format=api",
            "name": "Thaicom",
            "featured": false,
            "type": "Commercial",
            "country_code": "THA",
            "abbrev": "TICOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 236,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/236/?format=api",
            "name": "DirecTV",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DIREC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 237,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/237/?format=api",
            "name": "PT Telkom Indonesia",
            "featured": false,
            "type": "Commercial",
            "country_code": "IDN",
            "abbrev": "TLKM",
            "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.",
            "administrator": "CEO: Ririek Adriansyah",
            "founding_year": "1856",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520indonesia_logo_20240217062529.png"
        }
    ]
}