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=160&ordering=-consecutive_successful_launches
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=170&ordering=-consecutive_successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=150&ordering=-consecutive_successful_launches",
    "results": [
        {
            "id": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/206/?format=api",
            "name": "Intelsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "I",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/20/?format=api",
            "name": "Commonwealth Scientific and Industrial Research Organisation",
            "featured": false,
            "type": "Government",
            "country_code": "AUS",
            "abbrev": "CSIRO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/126/?format=api",
            "name": "Deep Space Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DSI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/50/?format=api",
            "name": "National Institute of Aeronautics and Space",
            "featured": false,
            "type": "Government",
            "country_code": "IDN",
            "abbrev": "LAPAN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/90/?format=api",
            "name": "Fokker Space & Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "NLD",
            "abbrev": "FSS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 97,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 113,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/107/?format=api",
            "name": "Surrey Satellite Technology Ltd",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "SSTL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/149/?format=api",
            "name": "Interorbital Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "IOS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}