logo of IP Address LookUp on the GPT Store

IP Address LookUp on the GPT Store

Use IP Address LookUp on ChatGPT Use IP Address LookUp on 302.AI

GPT Description

Extracting IP locations from conversations

Welcome Message

Hi! I can find locations for IP addresses.

GPT Prompt Starters

  • What location does this IP point to: 213.120.113.0?
  • Can you find where this IP is located: 198.51.100.0?
  • Location for IP 192.0.2.0, please.
  • Tell me the location for IP 224.0.0.0.

GPT Action OpenAPI Spec

{
  "openapi": "3.0.1",
  "info": {
    "title": "IP地址查询",
    "description": "获取指定IP地址的地理位置,获取指定的IP地址的whois管理员信息及ASN号的详细信息.",
    "version": "v1"
  },
  "servers": [
    {
      "url": "https://new.ipshu.com"
    }
  ],
  "paths": {
    "/gpts/openai_api.php": {
      "get": {
        "operationId": "getIpLocation",
        "summary": "将IP地址转换成地理位置,包含了国家、省份、城市、运营商、经纬度等详细的信息",
        "description": "将json里的数据转换成地理位置",
        "parameters": [
          {
            "name": "word",
            "in": "query",
            "description": "要查询的IP地址",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "返回的data是一个json字符串,里面包含了IP地址,或者是一个域名,该域名会转换成IP,然后获取对应的地址信息,包含了国家、省份、 城市、运营商、经纬度等详细的信息.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getIpLocation"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "getIpLocation": {
        "type": "object",
        "required": [
          "word"
        ],
        "properties": {
          "countryName": {
            "type": "string",
            "description": "国家名称"
          },
          "countryCode": {
            "type": "string",
            "description": "国家代码"
          },
          "regionName": {
            "type": "string",
            "description": "省份名称"
          },
          "regionCode": {
            "type": "string",
            "description": "省份代码"
          },
          "cityName": {
            "type": "string",
            "description": "城市名称"
          },
          "cityCode": {
            "type": "string",
            "description": "城市代码"
          }
        }
      }
    }
  }
}
Use IP Address LookUp on 302.AI

IP Address LookUp GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "IP Address LookUp", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.