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=140&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured",
    "results": [
        {
            "id": 57,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/57/?format=api",
            "name": "Netherlands Institute for Space Research",
            "featured": false,
            "type": "Government",
            "country_code": "NLD",
            "abbrev": "SRON",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 47,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/47/?format=api",
            "name": "National Commission for Aerospace Research and Development",
            "featured": false,
            "type": "Government",
            "country_code": "PER",
            "abbrev": "CONIDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "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": 1010,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1010/?format=api",
            "name": "KB Mashinostroyeniya",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "",
            "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 51,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/51/?format=api",
            "name": "National Remote Sensing Center of Mongolia",
            "featured": false,
            "type": "Government",
            "country_code": "MNG",
            "abbrev": "NRSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 106,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api",
            "name": "General Dynamics",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GD",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 160,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/160/?format=api",
            "name": "Royal Australian Air Force",
            "featured": false,
            "type": "Government",
            "country_code": "AUS",
            "abbrev": "RAAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1048,
            "url": "https://lldev.thespacedevs.com/2.0.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
        },
        {
            "id": 198,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api",
            "name": "Mohammed bin Rashid Space Centre",
            "featured": false,
            "type": "Government",
            "country_code": "ARE",
            "abbrev": "MBRSC",
            "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.",
            "administrator": "DG: Salem Humaid AlMarri",
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 214,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/214/?format=api",
            "name": "Spire Global",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPIRE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}