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=80&ordering=featured
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=90&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=70&ordering=featured",
    "results": [
        {
            "id": 1017,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1017/?format=api",
            "name": "Science and Engineering Research Council",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "SERC",
            "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.",
            "administrator": null,
            "founding_year": "1965",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1045,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png"
        },
        {
            "id": 1048,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api",
            "name": "Stoke Space",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "Stoke",
            "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
            "administrator": "CEO: Andy Lapsa",
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png"
        },
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api",
            "name": "Ball Aerospace & Technologies Corp.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BLL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/76/?format=api",
            "name": "Swedish National Space Board",
            "featured": false,
            "type": "Government",
            "country_code": "SWE",
            "abbrev": "SNSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api",
            "name": "IHI Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "IHI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/138/?format=api",
            "name": "Snecma",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "Snecma",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/156/?format=api",
            "name": "Alliant Techsystems",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ATK",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
            "name": "Israel Aerospace Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "ISR",
            "abbrev": "IAI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}