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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "display": "Geolocation United States of America",
            "name": "Geolocation United States of America",
            "slug": "geolocation-us",
            "description": "",
            "value": "64500:1000",
            "type": "ingress",
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:14:37.740000Z",
            "updated": "2022-03-04T21:14:37.740000Z"
        },
        {
            "id": 2,
            "display": "Geolocation Wakanda",
            "name": "Geolocation Wakanda",
            "slug": "geolocation-wakanda",
            "description": "",
            "value": "64500:1001",
            "type": "ingress",
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:14:55.306000Z",
            "updated": "2022-03-04T21:14:55.306000Z"
        },
        {
            "id": 3,
            "display": "Customer",
            "name": "Customer",
            "slug": "customer",
            "description": "",
            "value": "64500:2000",
            "type": "ingress",
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:15:29.756000Z",
            "updated": "2022-03-04T21:15:55.343000Z"
        },
        {
            "id": 4,
            "display": "Upstream",
            "name": "Upstream",
            "slug": "upstream",
            "description": "",
            "value": "64500:2001",
            "type": "ingress",
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:15:49.109000Z",
            "updated": "2022-03-04T21:15:49.109000Z"
        },
        {
            "id": 5,
            "display": "Peer",
            "name": "Peer",
            "slug": "peer",
            "description": "",
            "value": "64500:2002",
            "type": "ingress",
            "local_context_data": null,
            "tags": [],
            "created": "2022-03-04T21:16:07.275000Z",
            "updated": "2022-03-04T21:16:07.275000Z"
        }
    ]
}