网站综合信息 ip.la
    • 标题:
    • IP.la - A Simple IP Address And IP Geo 
    • 关键字:
    • ip location api geo ip api locate ip php ip to city api buy ip dat 
    • 描述:
    • ip.la A Simple Public IP Address And IP Geolocation API, easy enough to integrate into any applicati 
    • 域名信息
    • 域名年龄:19年10个月12天  注册日期:2005年10月10日  到期时间:
      注册商:Key Systems GmbH 
    • 备案信息
    • 备案号:闽ICP备07030066号  审核时间:2017-01-05 详情
      主办单位:厦门鑫点击网络科技股份有限公司  性质:企业
      网站名:  首页网址: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 百度
    • 110,000  
    • 80,400  
    • 快照:无首页快照  
    • Google
    • 1  
    • 0  
    • pr:1  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:1/10  
    • 360搜索
    • 0  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    ip.la

    域名年龄: 19年10个月12天
    注册时间: 2005-10-10
    注 册 商: Key Systems GmbH

    获取时间: 2016年10月30日 09:38:27
    Domain Name: IP.LA
    Domain ID: D465235-LANIC
    WHOIS Server: whois.nic.la
    Referral URL:
    Updated Date: 2016-10-13T08:57:29.0Z
    Creation Date: 2005-10-10T01:00:00.0Z
    Registry Expiry Date: 2018-10-10T23:59:59.0Z
    Sponsoring Registrar: Key Systems GmbH
    Sponsoring Registrar IANA ID:
    Domain Status: ok https://icann.org/epp#ok
    Domain Status: autoRenewPeriod https://icann.org/epp#autoRenewPeriod
    Registrant ID: C2748727-LANIC
    Admin ID: C2748727-LANIC
    Tech ID: C2748727-LANIC
    Name Server: F1G1NS1.DNSPOD.NET
    Name Server: F1G1NS2.DNSPOD.NET
    DNSSEC: unsigned
    Billing ID: C2748727-LANIC
    >>> Last update of WHOIS database: 2016-10-30T01:42:51.0Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    Access to the whois service is rate limited. For more information, please
    see https://registrar-console.centralnic.com/pub/whois_guidance.
    同IP网站(同服务器)
  • 108.61.221.66 共1个网站 (美国)
  • IP.la - A Simple IP Addr
  • 其他后缀域名
    • 顶级域名
    • 相关信息
    • ip.com
    • 已注册 1998年07月27日
    • ip.org
    • 已注册 1997年05月22日
    网站首页快照(纯文字版)
    抓取时间:2019年10月02日 03:14:02
    网址:http://ip.la/
    标题:IP.la - A Simple IP Address And IP Geolocation API
    关键字:ip location api, geo ip api, locate ip php, ip to city api, buy ip database
    描述:ip.la A Simple Public IP Address And IP Geolocation API, easy enough to integrate into any application in seconds.
    主体:
    IP.laA Simple Public IP Address And IP Geolocation APICurrent IP: 2001:41d0:8:d3d8::1 [France France ]Why use?Do you need to get the public IP address or IP Geolocation programmatically? Do you have the requirements to obtain the servers’ public IP address? Do you need to get the location of your servers? Whatever the reason,sometimes a public IP address and IP Geolocation API are useful.You should use IP.la because:You can initiate requests without any limit.You can get the english or chinese location data.Does not record the visitor information.Lastly, IP.la is sponsored by IPIP.NET and will exist in long-term stability, please feel free to use it.API UsageUsing IP.la is ridiculously simple.  You have two options. Address location support English and Chinese.You can get your public IP directly (in plain text), you can get yourpublic IP in JSON format.-API URITypeSample Output (IPv4)Sample Output (IPv6)get IPhttps://api.ip.latext8.8.8.82001:4860:4860::8888get XFF(X-Forwarded-For)https://api.ip.la/xfftext8.8.8.82001:4860:4860::8888get IP Location(English)https://api.ip.la/en?jsonjson{"ip":"172.104.94.100","location":{"country_code":"JP","country_name":"Japan","province":"Tokyo","city":"Shinagawa","latitude":"35.6130514","longitude":"139.7344198"}}{"ip": "2001:19f0:7001:5607:5400:1ff:fec7:13a9","location": {"city": "Tokyo","country_code": "JP","country_name": "Japan","latitude": "35.709026","longitude": "139.731993","province": "Tokyo"}}get IP Location(Chinese Simplified)https://api.ip.la/cn?jsonjson{"ip":"172.104.94.100","location":{"country_code":"JP","country_name":"日本","province":"东京都","city":"品川区","latitude":"35.6130514","longitude":"139.7344198"}}{"ip": "2001:19f0:7001:5607:5400:1ff:fec7:13a9","location": {"city": "东京","country_code": "JP","country_name": "日本","latitude": "35.709026","longitude": "139.731993","province": "东京都"}}Gets the information for the request.-API URITypeSample Outputget Request Headerhttps://api.ip.la/headertextGET /header HTTP/1.1Host: api.ip.laAccept: */*User-Agent: curl/7.54.0ExamplesThis section contains some common usage patterns from a variety of programming languages.Email me!Bash#!/bin/baship=$(curl -s https://api.ip.la)echo "My public IP address is: $ip"Python# This example requires the requests library be installed.  You can learn more# about the Requests library here: http://docs.python-requests.org/en/latest/from requests import getip = get('https://api.ip.la').textprint('My public IP address is: {}'.format(ip))Rubyrequire "net/http"ip = Net::HTTP.get(URI("https://api.ip.la"))puts "My public IP Address is: " + ip
    
    PHP
    <?php
    $ip = file_get_contents('https://api.ip.la');
    echo "My public IP address is: " . $ip;
    ?>
    
    Java
    try (java.util.Scanner s = new java.util.Scanner(new java.net.URL("https://api.ip.la").openStream(), "UTF-8").useDelimiter("\\A")) {
    System.out.println("My current IP address is " + s.next());
    } catch (java.io.IOException e) {
    e.printStackTrace();
    }
    Perl
    use strict;
    use warnings;
    use LWP:

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-13 13:27, Process in 0.0100 second.