Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
/geoip-toolsPublic archive

Web server that retrieves geolocation information from any IPv4, IPv6 or hostname.

License

NotificationsYou must be signed in to change notification settings

apilayer/geoip-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintained YES
Ask Me Anything !

Free GeoIP service that provides a public HTTPS (SSL access) API to retrieve geolocation information from any IPv4, IPv6 or hostname.

version 0.2.5

HTTP Request Template:
GET https://geoip.tools/v1/{format}/?q={IP-or-hostname}

Supported formats :json,xml andcsv
If no IP or hostname is provided it retrieves your own IP
IPv4 and IPv6 supported
CORS support out of the box makes geoip.tools perfect to your front end apps

  • Examples:

https://geoip.tools/v1/json

https://geoip.tools/v1/json/?q=geoip.tools

https://geoip.tools/v1/xml/?q=192.168.200.200

https://geoip.tools/v1/xml/?q=2a00:1450:4006:803::200e

  • Usage Limits:

300 requests per minute (432.000 API requests daily). Once reached subsequent requests will result in error 503 until your quota is cleared.
If you need more quota contact us.
Our API requires no key or signup.

  • Example
{"ip":"192.168.200.200","country_code":"GB","country_name":"United Kingdom","region_code":"ENG","region_name":"England","city":"London","zip_code":"SL1","time_zone":"Europe/London","latitude":50.0500,"longitude":0.6172   }

Acknowledgment

  • This site includes GeoLite2 data created by MaxMind, available frommaxmind.com

About

Web server that retrieves geolocation information from any IPv4, IPv6 or hostname.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp