ipradar.codeday.dev Open in urlscan Pro
2606:4700:3034::6815:5528  Public Scan

URL: https://ipradar.codeday.dev/
Submission: On April 06 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

 IPRadar
by CodeDay LLC
Plans Log In
Sign Up


EMPOWERING DEVELOPERS WITH PRECISE IP LOCATION DATA

Leveraging both public and proprietary data sources, we offer an IP address API
that stands out for its accuracy and regular updates at ipradar.codeday.dev.

Dive into our competitively priced plans, starting at just $5 for 5000 requests,
each tailored to meet developers' needs for precision and reliability.

{
  "country_code": "CA",
  "country_name": "Canada",
  "region_name": "Ontario",
  "city_name": "Toronto",
  "latitude": "43.65366100",
  "longitude": "-79.38292400",
  "zip": "M3B 0A3",
  "timezone": "-05:00"
}
{"country_code":"CA","country_name":"Canada","region_name":"Ontario","city_name":"Toronto","latitude":"43.65366100","longitude":"-79.38292400","zip":"M3B 0A3","timezone":"-05:00"}

 IPRadar
by CodeDay LLC

Dive into our competitively priced plans, starting at just $5 for 5000 requests,
each tailored to meet developers' needs for precision and reliability.


CURL

Effortlessly evaluate the API through the widely utilized curl command via your
command-line interface.

# open a new Powershell  / Terminal   and then paste:
curl 'https://ipradar.codeday.dev/api/info?ip=127.0.0.1'
          


JAVASCRIPT

Access the API seamlessly from any web browser using  JavaScript, or employ it
within a   Node.js environment.

fetch('https://ipradar.codeday.dev/api/info?ip=127.0.0.1')
  .then(result => result.json())
  .then(result => console.log(result));
                      


PYTHON

Naturally, integrating with Python utilizing the requests module is also a
viable option.

# install requests module
import requests

url = 'https://ipradar.codeday.dev/api/info?ip=127.0.0.1'
result = requests.get(url)
print(result.json())
              


PHP

Incorporate the API into your PHP application using the provided code snippets,
compatible across various PHP frameworks such as Laravel and CodeIgniter

$url = 'https://ipradar.codeday.dev/api/info?ip=127.0.0.1';
echo file_get_contents($url);


 IPRADAR
BY CODEDAY LLC

CodeDay LLC
1603 Capitol Avenue, Suite 413A #2161
Cheyenne, Wyoming 82001
United States


Create an account to get started. Our plans begin at $5 per month, providing
ample API access to suit your needs.

Sign Up Log In

CodeDay LLC - All rights reserved © 2022 - 2024 · Terms & Service · Privacy
Policy · Contact

Manage cookies


WE USE COOKIES

We use our own and third-party cookies to personalize content and to analyze web
traffic. Read more about cookies

Accept cookies Reject
Manage cookies


WE USE COOKIES

We use our own and third-party cookies to personalize content and to analyze web
traffic. Read more about cookies

Accept cookies Reject