All Projects → GitSquared → ipapi

GitSquared / ipapi

Licence: WTFPL License
Get geoip information with an API call.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to ipapi

docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (-52.73%)
Mutual labels:  now
whereabouts
An HTTP service for mapping IPv4 and IPv6 addresses to cities, countries & continents
Stars: ✭ 16 (-70.91%)
Mutual labels:  geoip
GeoIP2-CN
小巧精悍、准确、实用 GeoIP2 数据库
Stars: ✭ 3,965 (+7109.09%)
Mutual labels:  geoip
MaxMind-DB-Reader-python
Python MaxMind DB reader extension
Stars: ✭ 131 (+138.18%)
Mutual labels:  geoip
now-middleware
Chain Express middlewares with Vercel (ex-ZEIT) Now serverless functions.
Stars: ✭ 21 (-61.82%)
Mutual labels:  now
Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
Stars: ✭ 17 (-69.09%)
Mutual labels:  geoip
next-semantic-ui-react
Next.js + SUIR tiny starter
Stars: ✭ 20 (-63.64%)
Mutual labels:  now
V2RayGeoKit
No description or website provided.
Stars: ✭ 26 (-52.73%)
Mutual labels:  geoip
MaxMind-DB-Reader-java
Java reader for the MaxMind DB format
Stars: ✭ 88 (+60%)
Mutual labels:  geoip
notion-custom-domain
📝 Custom domains for your public Notion pages
Stars: ✭ 23 (-58.18%)
Mutual labels:  now
now dashboard
▲ZEIT dashboard written in elm
Stars: ✭ 52 (-5.45%)
Mutual labels:  now
locus
MMDB reader for geolocation and ASN lookup of IP addresses
Stars: ✭ 93 (+69.09%)
Mutual labels:  geoip
now-docs
[WIP] Deploy docs with a single command using Now
Stars: ✭ 45 (-18.18%)
Mutual labels:  now
coincharts
Cryptocurrency Price Chart (GDAX)
Stars: ✭ 75 (+36.36%)
Mutual labels:  now
nodejs-geoip2ws
Maxmind GeoIP2 Web Services for Node.js
Stars: ✭ 47 (-14.55%)
Mutual labels:  geoip
now-compose
Docker compose for zeit now. [deprecated]
Stars: ✭ 80 (+45.45%)
Mutual labels:  now
ip-location-db
ip to location database by ASN, GeoFeed, Whois, iptoasn.com, db-ip lite, GeoLite2
Stars: ✭ 160 (+190.91%)
Mutual labels:  geoip
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-65.45%)
Mutual labels:  now
hojetem.live
🎶Curated live concerts from famous Brazilian artists.
Stars: ✭ 44 (-20%)
Mutual labels:  now
mmdbwriter
Go library for writing MaxMind DB (mmdb) files
Stars: ✭ 44 (-20%)
Mutual labels:  geoip

IPapi

Note: This API is no longer publicly hosted. You're welcome to run it yourself.


Latest version License

A simple API to get an IP address approximative lat/lon geographic coordinates programmatically. Written in Rust.

warning: this repository makes use of Git LFS to keep track of the geoip database file.

Example:

Request: curl http://<endpoint>/125.45.67.18

Response:

{
  "api_version": "3.0.0",
  "geo": {
    "latitude": 34.6836,
    "longitude": 113.5325,
    "time_zone": "Asia/Shanghai"
  },
  "ip": "125.45.67.18",
  "time": 1544969827
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].