Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=260&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "results": [ { "id": 1053, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api", "name": "Turkish Air Force", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TAF", "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.", "administrator": null, "founding_year": "1911", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1061, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 57, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/57/?format=api", "name": "Netherlands Institute for Space Research", "featured": false, "type": "Government", "country_code": "NLD", "abbrev": "SRON", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 10, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/10/?format=api", "name": "Belgian Institute for Space Aeronomy", "featured": false, "type": "Government", "country_code": "BEL", "abbrev": "BIRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1086, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api", "name": "NASA Goddard Space Flight Center", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "GSFC", "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.", "administrator": "Director: Makenzie Lystrup", "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": "National Aeronautics and Space Administration", "image_url": null }, { "id": 51, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 53, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 79, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/79/?format=api", "name": "JSC Information Satellite Systems", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "JSC-ISS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 97, "url": "https://lldev.thespacedevs.com/2.0.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 } ] }