The default basic root view for DefaultRouter

GET /?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "groups": "http://api:8001/groups/?format=api",
    "switches": "http://api:8001/switches/?format=api",
    "plugs": "http://api:8001/plugs/?format=api",
    "remote_hubs": "http://api:8001/remote_hubs/?format=api",
    "verified_remote_buttons": "http://api:8001/verified_remote_buttons/?format=api",
    "learned_remote_buttons": "http://api:8001/learned_remote_buttons/?format=api",
    "remote_types": "http://api:8001/verified_remote_types/?format=api",
    "verified_remote_types": "http://api:8001/verified_remote_types/?format=api",
    "remote_brands": "http://api:8001/verified_remote_brands/?format=api",
    "verified_remote_brands": "http://api:8001/verified_remote_brands/?format=api",
    "verified_remote_models": "http://api:8001/verified_remote_models/?format=api",
    "verified_remotes": "http://api:8001/verified_remotes/?format=api",
    "custom_remotes": "http://api:8001/custom_remotes/?format=api",
    "thermostats": "http://api:8001/thermostats/?format=api",
    "tablet_hubs": "http://api:8001/tablet_hubs/?format=api",
    "faradid_kitchen_hoods": "http://api:8001/faradid_kitchen_hoods/?format=api",
    "zigbee_gateways": "http://api:8001/zigbee_gateways/?format=api",
    "rooms": "http://api:8001/rooms/?format=api",
    "nodes": "http://api:8001/nodes/?format=api",
    "programmed_nodes": "http://api:8001/programmed_nodes/?format=api",
    "scenarios": "http://api:8001/scenarios/?format=api",
    "default_icons": "http://api:8001/default_icons/?format=api",
    "default_colors": "http://api:8001/default_colors/?format=api",
    "android_applications": "http://api:8001/android_applications/?format=api"
}