GET /api/ipam/rirs/?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,
            "url": "https://netbox.c3voc.de/api/ipam/rirs/1/?format=api",
            "display": "RIPE NCC",
            "name": "RIPE NCC",
            "slug": "ripe",
            "is_private": false,
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-14T15:08:08.640209Z",
            "last_updated": "2023-01-14T15:08:50.069301Z",
            "aggregate_count": 0
        }
    ]
}