mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"lookup": [{
|
|
"title": "Lookup IP info",
|
|
"description": "Lookup the location info for an IP address",
|
|
"run_check": true,
|
|
"request": {
|
|
"ip": "93.148.214.31"
|
|
},
|
|
"response": {
|
|
"ip": "93.148.214.31",
|
|
"asn": 30722,
|
|
"city": "Reggiolo",
|
|
"country": "Italy",
|
|
"continent": "Europe",
|
|
"latitude": 44.9201,
|
|
"longitude": 10.8075,
|
|
"timezone": "Europe/Rome"
|
|
}
|
|
}]
|
|
}
|