Parameter | Description |
---|---|
Category | Categories of IPs to filter by. Can be retrieved from the List IPs Categories action. |
End Date | Retrieve IPs created before this date. |
Limit | The number of returned domains, valid range is 1 - 10000. |
Offset | Number of the results to initially skip. |
Start Date | Retrieve IPs created after this date. |
Parameter | Description |
---|---|
Descending | Choose to return the results in a descending order. |
{
"category": "Spam",
"rows": [
{
"ip": "223.180.27.129",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
{
"ip": "217.172.114.243",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
{
"ip": "212.227.24.9",
"created": "2017-07-14T09:37:00Z",
"score": 4.3
},
{
"ip": "212.83.178.230",
"created": "2017-07-14T09:37:00Z",
"score": 5.7
},
{
"ip": "202.154.228.172",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
]
}
Was this page helpful?