Peering Manager
  • API Root
GET
  • json
  • api

API Root

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

{
    "bgp": "https://demo.peering-manager.net/api/bgp/",
    "devices": "https://demo.peering-manager.net/api/devices/",
    "extras": "https://demo.peering-manager.net/api/extras/",
    "messaging": "https://demo.peering-manager.net/api/messaging/",
    "net": "https://demo.peering-manager.net/api/net/",
    "peering": "https://demo.peering-manager.net/api/peering/",
    "peeringdb": "https://demo.peering-manager.net/api/peeringdb/",
    "users": "https://demo.peering-manager.net/api/users/",
    "utils": "https://demo.peering-manager.net/api/utils/",
    "status": "https://demo.peering-manager.net/api/status/"
}