mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add some more IP address info
This commit is contained in:
parent
951167ce17
commit
3dc29144a3
4 changed files with 26 additions and 11 deletions
|
@ -4278,12 +4278,15 @@ class WebInterface(object):
|
|||
|
||||
Returns:
|
||||
json:
|
||||
{"country": "United States",
|
||||
{"continent": "North America",
|
||||
"country": "United States",
|
||||
"region": "California",
|
||||
"city": "Mountain View",
|
||||
"postal_code": "94035",
|
||||
"timezone": "America/Los_Angeles",
|
||||
"latitude": 37.386,
|
||||
"longitude": -122.0838
|
||||
"longitude": -122.0838,
|
||||
"accuracy": 1000
|
||||
}
|
||||
json:
|
||||
{"error": "The address 127.0.0.1 is not in the database."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue