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=270&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=280&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=featured",
    "results": [
        {
            "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": 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": 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": 24,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/24/?format=api",
            "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
            "featured": false,
            "type": "Government",
            "country_code": "CZE",
            "abbrev": "CSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
            "name": "US Navy",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "USN",
            "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
            "administrator": null,
            "founding_year": "1963",
            "launchers": "",
            "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 1088,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1088/?format=api",
            "name": "Hungarian Ministry of Foreign Affairs and Trade",
            "featured": false,
            "type": "Government",
            "country_code": "HUN",
            "abbrev": "",
            "description": "",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/148/?format=api",
            "name": "Scorpius Space Launch Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSLC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}