Telize 2.0.0 has been released

· News

We're proud to announce that Telize 2.0.0 has been released, and is now supporting GeoIP2 and GeoLite2 databases.

Here is a summary of all user-visible changes:

JSON Output Schema for Telize 1.07:

{
  "ip": "193.0.6.139",
  "continent_code": "EU",
  "country": "Netherlands",
  "country_code": "NL",
  "country_code3": "NLD",
  "region": "Noord-Holland",
  "region_code": "07",
  "city": "Amsterdam",
  "postal_code": "1012",
  "latitude": 52.3735,
  "longitude": 4.8951,
  "dma_code": "0",
  "area_code": "0",
  "timezone": "Europe/Amsterdam",
  "offset": "1",
  "organization": "AS3333 Reseaux IP Europeens Network Coordination Centre (RIPE NCC)"
}

JSON Output Schema for Telize 2.0.0:

{
  "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)"
}

This site is valid HTML5 and CSS 3