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=10&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&ordering=featured", "results": [ { "id": 203, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/203/?format=api", "name": "SES", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "SES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 34, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/34/?format=api", "name": "Iranian Space Agency", "featured": false, "type": "Government", "country_code": "IRN", "abbrev": "ISA", "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.", "administrator": "Administrator: Hassan Salarieh", "founding_year": "2004", "launchers": "Safir | Simorgh", "spacecraft": "", "parent": null, "image_url": null }, { "id": 49, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/49/?format=api", "name": "National Space Activities Commission", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1003, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1003/?format=api", "name": "Aérospatiale", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "", "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.", "administrator": null, "founding_year": "1970", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1005, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1005/?format=api", "name": "Royal Aircraft Establishment", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "", "description": "The Royal Aircraft Establishment (RAE) was a British research establishment, known by several different names during its history, that eventually came under the aegis of the UK Ministry of Defence (MoD), before finally losing its identity in mergers with other institutions.", "administrator": null, "founding_year": "1904", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1009, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "ISAS", "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.", "administrator": null, "founding_year": null, "launchers": "Lambda", "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": 55, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/55/?format=api", "name": "National Space Organization", "featured": false, "type": "Government", "country_code": "TWN", "abbrev": "NSPO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 65, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/65/?format=api", "name": "TUBITAK Space Technologies Research Institute", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TUBITAK UZAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 161, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api", "name": "United States Air Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USAF", "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.", "administrator": "Commander-in-Chief: President of the US", "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }