Request to generate random IP addresses
Request URL:
https://api.iplogger.org/ipgen/main/
Request |
||
Parameter |
Possible values |
Required |
type |
Type from the list:
|
No. Default is random. |
count |
Number of generated IPs. Within 1-100 |
No. Default is 10. |
Answer |
||
Parameter |
Possible values |
Description |
result |
Array |
Array of random IPs with country information |
"result": [
{
"type": "ipv4",
"ip": "34.243.243.179",
"country": "ie",
"country-name": "Ireland"
},
{
"type": "ipv4",
"ip": "149.236.79.220",
"country": "de",
"country-name": "Germany"
}
]