ipDex is a simple ip information lookup tool. With web version or API access.

ipDex

Source: /dev/real

 

ipDex is a versitile ip lookup tool for web developers.

Simple to plug into web sites as your own lookup tool via included form widgets or with requests to the ajax API. 

Here are sample some responses.

TEXT:

IP Address: 33.55.66.77
Country Code: US
Country : USA
Country : United States
Allocated: 1990-12-31 17:00
Registry: arin
Net block: 33.0.0.0 - 33.255.255.255
Net block count: 16777216
Hex: 21000000 - 21FFFFFF
Octal: 4100000000 - 4177777777
Numeric: 553648128 - 570425343

 

JSON

{"status":"success","ip":"33.55.66.77","country":"United States","country_code":"US","country_abbr":"USA","allocated":"1990-12-31 17:00","registry":"arin","net_block":"33.0.0.0 - 33.255.255.255","net_block_count":16777216,"hex":"21000000 - 21FFFFFF","octal":"4100000000 - 4177777777","numeric":"553648128 - 570425343"}

 


add comment