我的接口中心
    我的接口中心
    • ip查询
      GET

      ip查询

      开发中
      GET
      https://api.jaxing.cc/ip

      请求参数

      Query 参数
      ip
      string 
      ip地址
      必需
      示例值:
      1.1.1.1

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.jaxing.cc/ip?ip=1.1.1.1'

      返回响应

      🟢200成功
      application/json
      Body
      {"ip":"1.1.1.1","country":"美国","province":"","city":"","county":"","isp":"","area":"美国APNIC&CloudFlare公共DNS服务器"}
      可选
      test
      示例
      {
        "ip": "1.1.1.1",
        "country": "美国",
        "province": "",
        "city": "",
        "county": "",
        "isp": "",
        "area": "美国APNIC&CloudFlare公共DNS服务器"
      }
      Built with