GithubHelp home page GithubHelp logo

jeremiegs / geolookup Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 187 KB

This API is designed to be integrated into your project, allowing you to retrieve geographical information of a client by placing their IP in the URL, as well as yours by omitting the IP. It is 100% free and is integrated into a free project without any limitations for the developer community.

License: Apache License 2.0

geolookup's Introduction

GeoLookup

This API is designed to be integrated into your project, allowing you to retrieve geographical information of a client by placing their IP in the URL, as well as yours by omitting the IP. It is 100% free and is integrated into a free project without any limitations for the developer community. #API Documentation

Get User/Client Infos

Get user/or client information by their IP address

  • Endpoint: GET /api-v1/<ip-adresse>
  • Description: Retrieves detailed user / client information based on their IP address.
  • Query parameters: -None (The user's IP address is automatically detected in the URL and if missed it will return your own information)
  • Example query:
  • Example 1( provide an IP address)
    GET https://api.ipgeolookup.jconceptiom.com/api-v1/181.174.87.53
    {
      "city": "Guatemala City",
      "continent_code": "NA",
      "continent_name": "North America",
      "country_code": "GT",
      "country_name": "Guatemala",
      "dma_code": null,
      "is_in_european_union": false,
      "latitude": 14.6343,
      "longitude": -90.5155,
      "postal_code": "01012",
      "region": "GU",
      "time_zone": "America/Guatemala"
    }

image

  • Example 2( without an IP address)
    GET https://api.ipgeolookup.jconceptiom.com/api-v1/
    {
       "city": "Lomé",
       "continent_code": "AF",
       "continent_name": "Africa",
       "country_code": "TG",
       "country_name": "Togo",
       "dma_code": null,
       "is_in_european_union": false,
       "latitude": 6.1316,
       "longitude": 1.224,
       "postal_code": null,
       "region": "M",
       "time_zone": "Africa/Lome"
    }

image

geolookup's People

Contributors

jeremiegs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.