Skip to content

Get Subnet Axon IP Distribution

GET /api/subnet/distribution/ip/v1
NameInTypeRequiredDescription
netuidqueryintegersubnet

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 82,
"default": 0
},
"total_items": {
"type": "integer",
"example": 82,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ip": {
"type": "string",
"example": "195.189.97.59"
},
"count": {
"type": "integer",
"example": 1,
"default": 0
}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.