Agency Type List
Number of results
Use limit
to control the number of objects in the response (max 100)
Example - /config/agency_types/?limit=2
Format
Switch to JSON output - /config/agency_types/?format=json
Help
Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs
GET /2.3.0/config/agency_types/?format=api
{
"count": 6,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "Government"
},
{
"id": 2,
"name": "Multinational"
},
{
"id": 3,
"name": "Commercial"
},
{
"id": 4,
"name": "Educational"
},
{
"id": 5,
"name": "Private"
},
{
"id": 6,
"name": "Unknown"
}
]
}