Get IP City
:::caution Reminder: The API interface may be inaccessible due to network delay or attack, please take relevant measures. ::: Special Note: This interface data is completely free! ๐ API Introduction Address: https://ipcity.api.etek.top/ Types: json Request: get/post Update: quarterly ๐ฅ Example of Return Value { "code": 1, "ip": "100.100.100.1", "city": "Hangzhou", "country": "CN", "isp": "Wasu Media", "msg": "LEEE.TECH" } ๐ค Data Request Parameter Description No Support: The current free version only supports querying the information of the local IP address, and does not support query parameters. ...