GET /api/peering/internet-exchanges/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "display": "S.H.I.E.L.D. Internet Exchange",
            "peeringdb_ixlan": null,
            "peeringdb_prefixes": {},
            "ixapi_endpoint": null,
            "name": "S.H.I.E.L.D. Internet Exchange",
            "slug": "shield-ixp",
            "description": "",
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "local_autonomous_system": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/autonomous-systems/1/?format=api",
                "display": "AS64500 - The Avengers",
                "asn": 64500,
                "name": "The Avengers",
                "ipv6_max_prefixes": 100,
                "ipv4_max_prefixes": 100
            },
            "import_routing_policies": [],
            "export_routing_policies": [],
            "communities": [
                {
                    "id": 1,
                    "url": "https://demo.peering-manager.net/api/peering/communities/1/?format=api",
                    "display": "Geolocation United States of America",
                    "name": "Geolocation United States of America",
                    "slug": "geolocation-us",
                    "value": "64500:1000",
                    "type": "ingress"
                },
                {
                    "id": 5,
                    "url": "https://demo.peering-manager.net/api/peering/communities/5/?format=api",
                    "display": "Peer",
                    "name": "Peer",
                    "slug": "peer",
                    "value": "64500:2002",
                    "type": "ingress"
                }
            ],
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-05T09:55:27.733000Z",
            "updated": "2022-03-05T11:42:46.431000Z"
        }
    ]
}