telize.com Report : Visit Site


  • Ranking Alexa Global: # 1,623,611,Alexa Ranking in United Kingdom is # 93,623

    Server:nginx/1.12.2...

    The main IP address: 163.172.140.38,Your server United Kingdom,Southend-on-Sea ISP:HM Customs and Excise HQ Network  TLD:com CountryCode:GB

    The description :json ip and geoip rest api allowing to get a visitor ip address and to query location information from any ip address....

    This report updates in 06-Jul-2018

Created Date:2009-06-18
Changed Date:2017-10-16

Technical data of the telize.com


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host telize.com. Currently, hosted in United Kingdom and its service provider is HM Customs and Excise HQ Network .

Latitude: 51.537818908691
Longitude: 0.71433001756668
Country: United Kingdom (GB)
City: Southend-on-Sea
Region: England
ISP: HM Customs and Excise HQ Network

the related websites

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called nginx/1.12.2 containing the details of what the browser wants and will accept back from the web server.

Content-Length:18112
Accept-Ranges:bytes
Server:nginx/1.12.2
Last-Modified:Thu, 21 Jun 2018 20:36:05 GMT
Connection:close
ETag:"5b2c0c35-46c0"
Date:Thu, 05 Jul 2018 20:34:34 GMT
Content-Type:text/html

DNS

soa:ns1.he.net. hostmaster.he.net. 2016072601 10800 1800 604800 86400
ns:ns1.he.net.
ns2.he.net.
ns5.he.net.
ns4.he.net.
ns3.he.net.
ipv4:IP:163.172.140.38
ASN:12876
OWNER:AS12876, FR
Country:GB

HtmlToText

telize json ip and geoip rest api statdns dns-lg json ip and geoip rest api (ip geolocation) important information the public api will permanently shut down on november 15th, 2015. more information can be found here . to continue using telize after this date, please spin up your own instance or subscribe to a paid plan . this service offers a rest api allowing to get a visitor ip address and to query location information from any ip address. it outputs json-encoded ip geolocation data, and supports both cross-origin resource sharing (cors) and jsonp. there is no rate limit of any sort at the moment, and the service is free for everyone to use. telize is also available via https . for updates, follow frederic on twitter the api powering this site is open source, and can be downloaded here or on github api endpoints ip (get ip address in plain text format) returns the visitor ip address (ipv4 or ipv6) in plain text, useful for shell scripts or to find the external internet routable address. example (plain text): https://www.telize.com/ip alternatively, for more granularity when querying from a dual-stack environments, the following endpoints are available: example (plain text): http://ip.telize.com (listen on both ipv4 and ipv6) example (plain text): http://ip4.telize.com (listen on ipv4 only) example (plain text): http://ip6.telize.com (listen on ipv6 only) usage example (shell script): #!/bin/sh ip = $( curl -s https://www.telize.com/ip ) echo "my ip address is: $ip " output example: ipv4 address: 46.19.37.108 ipv6 address: 2a02:2770::21a:4aff:feb3:2ee json ip (get ip address in json format): returns the visitor ip address (ipv4 or ipv6) in a json object. example (json): https://www.telize.com/jsonip example (jsonp): https://www.telize.com/jsonip?callback=getip usage example: < script type = "application/javascript" > function getip ( json ){ document . write ( "my ip address is: " , json . ip ); } < /script > < script type = "application/javascript" src = "https://www.telize.com/jsonip?callback=getip" >< /script > usage example (jquery): < script type = "application/javascript" > $ ( document ). ready ( function () { $ . getjson ( "https://www.telize.com/jsonip?callback=?" , function ( json ) { document . write ( "my ip address is: " , json . ip ); } ); }); < /script > geoip (get ip address location in json format): calling the api endpoint without any parameter will return location information for the visitor ip address: example (json): https://www.telize.com/geoip example (jsonp): https://www.telize.com/geoip?callback=getgeoip appending an ip address as parameter will return location information for this ip address: example (json): https://www.telize.com/geoip/46.19.37.108 example (jsonp): https://www.telize.com/geoip/46.19.37.108?callback=getgeoip example (json): https://www.telize.com/geoip/2a02:2770::21a:4aff:feb3:2ee example (jsonp): https://www.telize.com/geoip/2a02:2770::21a:4aff:feb3:2ee?callback=getgeoip usage example: < script type = "application/javascript" > function getgeoip ( json ){ document . write ( "geolocation information for ip address: " , json . ip ); document . write ( "country: " , json . country ); document . write ( "latitude: " , json . latitude ); document . write ( "longitude: " , json . longitude ); } < /script > < script type = "application/javascript" src = "https://www.telize.com/geoip?callback=getgeoip" >< /script > usage example (jquery): < script type = "application/javascript" > $ ( document ). ready ( function () { $ . getjson ( "https://www.telize.com/geoip?callback=?" , function ( json ) { document . write ( "geolocation information for ip address: " , json . ip ); document . write ( "country: " , json . country ); document . write ( "latitude: " , json . latitude ); document . write ( "longitude: " , json . longitude ); } ); }); < /script > json output schema the output is a json object containing the following elements: please note that the ip location database may not contain all information about a given ip. in this case, only the available data is displayed. ip (visitor ip address, or ip address specified as parameter) continent_code (two-letter continent code) country (name of the country) country_code (two-letter iso 3166-1 alpha-2 country code) country_code3 (three-letter iso 3166-1 alpha-3 country code) region (name of the region) region_code (two-letter iso-3166-2 state / region code) city (name of the city) postal_code (postal code / zip code) latitude (latitude) longitude (longitude) timezone (time zone) offset (utc time offset) asn (autonomous system number) organization (organization name) output example: { "ip" : "193.0.6.139" , "continent_code" : "eu" , "country" : "netherlands" , "country_code" : "nl" , "country_code3" : "nld" , "region" : "north holland" , "region_code" : "nh" , "city" : "amsterdam" , "postal_code" : "1012" , "latitude" : 52.3735 , "longitude" : 4.8951 , "timezone" : "europe/amsterdam" , "offset" : 3600 , "asn" : 3333 , "organization" : "reseaux ip europeens network coordination centre (ripe ncc)" } errors client errors when incorrect user input is entered, the server returns an http 400 error (bad request), along with a json-encoded error message. http error code message 400 401 input string is not a valid ip address acknowledgments this service includes geolite data created by maxmind, available from maxmind.com . this site is valid html5 and css 3 copyright (c) 2009-2018, frederic cambus - disclaimer

URL analysis for telize.com


https://www.telize.com/ip
https://www.telize.com/jsonip?callback=getip
http://www.telize.com/disclaimer/
https://www.telize.com/jsonip
https://jigsaw.w3.org/css-validator/validator?uri=https://www.telize.com/styles/telize.css
https://www.telize.com/geoip/2a02:2770::21a:4aff:feb3:2ee
https://www.telize.com/geoip?callback=getgeoip
https://www.telize.com/geoip/46.19.37.108?callback=getgeoip
https://www.telize.com/geoip/2a02:2770::21a:4aff:feb3:2ee?callback=getgeoip
https://www.telize.com/geoip
https://www.telize.com/geoip/46.19.37.108

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

Domain Name: TELIZE.COM
Registry Domain ID: 1559654513_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2017-10-16T16:42:44Z
Creation Date: 2009-06-18T21:46:08Z
Registry Expiry Date: 2018-06-18T21:46:08Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +33.170377661
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.HE.NET
Name Server: NS2.HE.NET
Name Server: NS3.HE.NET
Name Server: NS4.HE.NET
Name Server: NS5.HE.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2018-01-11T05:36:42Z <<<

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

NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.

TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.

The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.

  REGISTRAR Gandi SAS

SERVERS

  SERVER com.whois-servers.net

  ARGS domain =telize.com

  PORT 43

  TYPE domain

DOMAIN

  NAME telize.com

  CHANGED 2017-10-16

  CREATED 2009-06-18

STATUS
clientTransferProhibited https://icann.org/epp#clientTransferProhibited

NSERVER

  NS1.HE.NET 216.218.130.2

  NS2.HE.NET 216.218.131.2

  NS3.HE.NET 216.218.132.2

  NS4.HE.NET 216.66.1.2

  NS5.HE.NET 216.66.80.18

  REGISTERED yes

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.utelize.com
  • www.7telize.com
  • www.htelize.com
  • www.ktelize.com
  • www.jtelize.com
  • www.itelize.com
  • www.8telize.com
  • www.ytelize.com
  • www.telizeebc.com
  • www.telizeebc.com
  • www.telize3bc.com
  • www.telizewbc.com
  • www.telizesbc.com
  • www.telize#bc.com
  • www.telizedbc.com
  • www.telizefbc.com
  • www.telize&bc.com
  • www.telizerbc.com
  • www.urlw4ebc.com
  • www.telize4bc.com
  • www.telizec.com
  • www.telizebc.com
  • www.telizevc.com
  • www.telizevbc.com
  • www.telizevc.com
  • www.telize c.com
  • www.telize bc.com
  • www.telize c.com
  • www.telizegc.com
  • www.telizegbc.com
  • www.telizegc.com
  • www.telizejc.com
  • www.telizejbc.com
  • www.telizejc.com
  • www.telizenc.com
  • www.telizenbc.com
  • www.telizenc.com
  • www.telizehc.com
  • www.telizehbc.com
  • www.telizehc.com
  • www.telize.com
  • www.telizec.com
  • www.telizex.com
  • www.telizexc.com
  • www.telizex.com
  • www.telizef.com
  • www.telizefc.com
  • www.telizef.com
  • www.telizev.com
  • www.telizevc.com
  • www.telizev.com
  • www.telized.com
  • www.telizedc.com
  • www.telized.com
  • www.telizecb.com
  • www.telizecom
  • www.telize..com
  • www.telize/com
  • www.telize/.com
  • www.telize./com
  • www.telizencom
  • www.telizen.com
  • www.telize.ncom
  • www.telize;com
  • www.telize;.com
  • www.telize.;com
  • www.telizelcom
  • www.telizel.com
  • www.telize.lcom
  • www.telize com
  • www.telize .com
  • www.telize. com
  • www.telize,com
  • www.telize,.com
  • www.telize.,com
  • www.telizemcom
  • www.telizem.com
  • www.telize.mcom
  • www.telize.ccom
  • www.telize.om
  • www.telize.ccom
  • www.telize.xom
  • www.telize.xcom
  • www.telize.cxom
  • www.telize.fom
  • www.telize.fcom
  • www.telize.cfom
  • www.telize.vom
  • www.telize.vcom
  • www.telize.cvom
  • www.telize.dom
  • www.telize.dcom
  • www.telize.cdom
  • www.telizec.om
  • www.telize.cm
  • www.telize.coom
  • www.telize.cpm
  • www.telize.cpom
  • www.telize.copm
  • www.telize.cim
  • www.telize.ciom
  • www.telize.coim
  • www.telize.ckm
  • www.telize.ckom
  • www.telize.cokm
  • www.telize.clm
  • www.telize.clom
  • www.telize.colm
  • www.telize.c0m
  • www.telize.c0om
  • www.telize.co0m
  • www.telize.c:m
  • www.telize.c:om
  • www.telize.co:m
  • www.telize.c9m
  • www.telize.c9om
  • www.telize.co9m
  • www.telize.ocm
  • www.telize.co
  • telize.comm
  • www.telize.con
  • www.telize.conm
  • telize.comn
  • www.telize.col
  • www.telize.colm
  • telize.coml
  • www.telize.co
  • www.telize.co m
  • telize.com
  • www.telize.cok
  • www.telize.cokm
  • telize.comk
  • www.telize.co,
  • www.telize.co,m
  • telize.com,
  • www.telize.coj
  • www.telize.cojm
  • telize.comj
  • www.telize.cmo
Show All Mistakes Hide All Mistakes