Advertisement
arijulianto

Sampel Respons IP 2 Location Service

Nov 25th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. http://ipinfo.io/36.72.8.228/json
  2. {
  3. "ip": "36.72.8.228",
  4. "hostname": "No Hostname",
  5. "city": null,
  6. "region": null,
  7. "country": "ID",
  8. "loc": "-5,120",
  9. "org": "AS17974 PT Telekomunikasi Indonesia"
  10. }
  11.  
  12.  
  13.  
  14.  
  15. http://www.telize.com/geoip/36.72.8.228 (** akurasi **)
  16. {
  17. "timezone": "Asia\/Jakarta",
  18. "isp": "PT Telekomunikasi Indonesia",
  19. "region_code": "04",
  20. "country": "Indonesia",
  21. "dma_code": "0",
  22. "area_code": "0",
  23. "region": "Jakarta Raya",
  24. "ip": "36.72.8.228",
  25. "asn": "AS17974",
  26. "continent_code": "AS",
  27. "city": "Jakarta",
  28. "longitude": 106.8294,
  29. "latitude": -6.1744,
  30. "country_code": "ID",
  31. "country_code3": "IDN"
  32. }
  33.  
  34.  
  35.  
  36. http://api.ipinfodb.com/v3/ip-city/?key=9730aa0c8b5c67b560947f664bf9c4f5128a3b81b0ff6f3f0f16dca1bea46fcb&ip=36.72.8.228&format=json
  37. {
  38. "statusCode" : "OK",
  39. "statusMessage" : "",
  40. "ipAddress" : "36.72.8.228",
  41. "countryCode" : "ID",
  42. "countryName" : "INDONESIA",
  43. "regionName" : "JAKARTA RAYA",
  44. "cityName" : "JAKARTA",
  45. "zipCode" : "-",
  46. "latitude" : "-6.21462",
  47. "longitude" : "106.845",
  48. "timeZone" : "+07:00"
  49. }
  50.  
  51.  
  52.  
  53.  
  54. http://smart-ip.net/geoip-json/36.72.8.228
  55. {
  56. "source": "smart-ip.net",
  57. "host": "36.72.8.228",
  58. "lang": "en",
  59. "countryName": "Indonesia",
  60. "countryCode": "ID",
  61. "city": "Batavia",
  62. "region": "Jawa Barat",
  63. "latitude": "-6.1744",
  64. "longitude": "106.8290",
  65. "timezone": "Asia\/Jakarta"
  66. }
  67.  
  68.  
  69. http://www.geobytes.com/IpLocator.htm?GetLocation&template=json.txt&IpAddress=36.72.8.228 (** akurasi **)
  70. {
  71. "geobytes": {
  72. "countryid": 114,
  73. "country": "Indonesia",
  74. "fips": "ID",
  75. "iso2": "ID",
  76. "iso3": "IDN",
  77. "ison": 360,
  78. "internet": "ID",
  79. "comment": "",
  80. "regionid": 2147,
  81. "region": "Jawa Barat (Djawa Barat)",
  82. "code": "JR",
  83. "adm": "ID30",
  84. "cityid": 4009,
  85. "city": "Bandung",
  86. "latitude": -8.1670,
  87. "longitude": 111.7830,
  88. "timezone": "+08:00",
  89. "dmaid": "",
  90. "dma": "",
  91. "market": "",
  92. "certainty": 80,
  93. "locationcode": "IDJRBAND",
  94. "ipaddress": "36.72.8.228"
  95. }
  96. }
  97.  
  98.  
  99.  
  100.  
  101. http://freegeoip.net/json/222.124.115.170
  102. {
  103. "ip": "222.124.115.170",
  104. "country_code": "ID",
  105. "country_name": "Indonesia",
  106. "region_code": "04",
  107. "region_name": "Jakarta Raya",
  108. "city": "Jakarta",
  109. "zipcode": "",
  110. "latitude": -6.1744,
  111. "longitude": 106.8294,
  112. "metro_code": "",
  113. "areacode": ""
  114. }
  115.  
  116.  
  117.  
  118.  
  119. http://api.codehelper.io/ips/?ip=222.124.115.170
  120. {
  121. "IP": "222.124.115.170",
  122. "ContinentCode": "AS",
  123. "ContinentName": "Asia",
  124. "CountryCode2": "ID",
  125. "CountryCode3": "IDN",
  126. "Country": "ID",
  127. "CountryName": "Indonesia",
  128. "RegionName": "Jawa Barat",
  129. "CityName": "Bandung",
  130. "CityLatitude": -6.9039,
  131. "CityLongitude": 107.6186,
  132. "CountryLatitude": -5,
  133. "CountryLongitude": 120,
  134. "LocalTimeZone": "Asia\/Jakarta",
  135. "REMOTE_ADDR": "198.199.93.153",
  136. "HTTP_X_FORWARDED_FOR": "182.50.130.60",
  137. "CallingCode": "62",
  138. "Population": "240,271,522 (4)",
  139. "AreaSqKm": "1,904,569 (17)",
  140. "GDP_USD": "914.6 Billion (15)",
  141. "Capital": "Jakarta",
  142. "Electrical": "220 V \/ 230 V,50 Hz Type C Type F Type G",
  143. "Languages": "Bahasa Indonesia (official, modified form of Malay), English, Dutch, local dialects (the most widely spoken of which is Javanese)",
  144. "Currency": "Rupiah (IDR)",
  145. "Flag": "http:\/\/www.codehelper.io\/api\/ips\/proips\/flags\/ID.jpg"
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement