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=280&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured", "results": [ { "id": 1045, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api", "name": "Rocket Factory Augsburg", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "RFA", "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.", "administrator": "COO: Stefan Brieschenk", "founding_year": "2018", "launchers": "RFA One", "spacecraft": "", "parent": null, "image_url": null }, { "id": 60, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 21, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/21/?format=api", "name": "Consultative Committee for Space Data Systems", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN", "abbrev": "CCSDS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 62, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/62/?format=api", "name": "Royal Centre for Remote Sensing", "featured": false, "type": "Government", "country_code": "MAR", "abbrev": "CRTS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 32, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/32/?format=api", "name": "Institute for Space Applications and Remote Sensing", "featured": false, "type": "Government", "country_code": "GRC", "abbrev": "ISARS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 91, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/91/?format=api", "name": "General Electric", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 247, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/247/?format=api", "name": "Türksat", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TRKST", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 113, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 201, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api", "name": "Vector", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VEC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 272, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api", "name": "China Rocket Co. Ltd.", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "CHNR", "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }