Advertisement
ioana_martin98

Untitled

Jan 7th, 2021 (edited)
1,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.33 KB | None | 0 0
  1. {  
  2.         "countries":
  3.      [
  4.         {  
  5.             "ip": "8.8.8.8",
  6.             "version": "IPv4",
  7.             "city": "Mountain View",
  8.             "region": "California",
  9.             "region_code": "CA",
  10.             "country": "US",
  11.             "country_name": "United States",
  12.             "country_code": "US",
  13.             "country_code_iso3": "USA",
  14.             "country_capital": "Washington",
  15.             "country_tld": ".us",
  16.             "continent_code": "NA",
  17.             "in_eu": false,
  18.             "postal": "Sign up to access",
  19.             "latitude": "Sign up to access",
  20.             "longitude": "Sign up to access",
  21.             "timezone": "America/Los_Angeles",
  22.             "utc_offset": "-0800",
  23.             "country_calling_code": "+1",
  24.             "currency": "USD",
  25.             "currency_name": "Dollar",
  26.             "languages": "en-US,es-US,haw,fr",
  27.             "country_area": 9629091.0,
  28.             "country_population": 327167434.0,
  29.             "message": "Please message us at ipapi.co/trial for full access",
  30.             "asn": "AS15169",
  31.             "org": "GOOGLE"
  32.         },
  33.         {  
  34.             "ip": "5.12.44.84",
  35.             "version": "IPv4",
  36.             "city": "Bucharest",
  37.             "region": "Bucuresti",
  38.             "region_code": "B",
  39.             "country": "RO",
  40.             "country_name": "Romania",
  41.             "country_code": "RO",
  42.             "country_code_iso3": "ROU",
  43.             "country_capital": "Bucharest",
  44.             "country_tld": ".ro",
  45.             "continent_code": "EU",
  46.             "in_eu": true,
  47.             "postal": "050029",
  48.             "latitude": 44.4022,
  49.             "longitude": 26.0624,
  50.             "timezone": "Europe/Bucharest",
  51.             "utc_offset": "+0200",
  52.             "country_calling_code": "+40",
  53.             "currency": "RON",
  54.             "currency_name": "Leu",
  55.             "languages": "ro,hu,rom",
  56.             "country_area": 237500.0,
  57.             "country_population": 19473936.0,
  58.             "asn": "AS8708",
  59.             "org": "RCS & RDS"
  60.         },
  61.         {  
  62.             "ip": "92.123.123.3",
  63.             "version": "IPv4",
  64.             "city": "Amsterdam",
  65.             "region": "North Holland",
  66.             "region_code": "NH",
  67.             "country": "NL",
  68.             "country_name": "Netherlands",
  69.             "country_code": "NL",
  70.             "country_code_iso3": "NLD",
  71.             "country_capital": "Amsterdam",
  72.             "country_tld": ".nl",
  73.             "continent_code": "EU",
  74.             "in_eu": true,
  75.             "postal": "1025",
  76.             "latitude": 52.4002,
  77.             "longitude": 4.9385,
  78.             "timezone": "Europe/Amsterdam",
  79.             "utc_offset": "+0100",
  80.             "country_calling_code": "+31",
  81.             "currency": "EUR",
  82.             "currency_name": "Euro",
  83.             "languages": "nl-NL,fy-NL",
  84.             "country_area": 41526.0,
  85.             "country_population": 17231017.0,
  86.             "asn": "AS20940",
  87.             "org": "Akamai International B.V."
  88.         }
  89.     ]
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement