Files
services/ip/examples.json
Dominic Wong 5c998951a1 run check bool
2021-09-09 13:56:52 +01:00

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"
}
}]
}