Random IP v4 Addresses Generator
API Documentation
GET
https://randomdatatool.com/api/internet/ipQuery Parameters
| Parameter | Type | Description |
|---|---|---|
| count | int | Number of entries to return. Default: 10. Max: 1000. |
Response JSON
{
"status": "success",
"data": [
],
"count": 2
}
"status": "success",
"data": [
"46.17.128.200",
"163.95.228.223"
"count": 2
}
Implementation
curl -X GET "https://randomdatatool.com/api/internet/ip?count=10"