An open API service indexing awesome lists of open source software.

https://github.com/virtualox/myip-packages

Official client libraries for myip.foo - free IP lookup API with geolocation, dual-stack IPv4/IPv6, and VPN detection
https://github.com/virtualox/myip-packages

api-client dotnet dual-stack geolocation ip-address ipv4 ipv6 myip npm-package nuget pypi python react-hooks typescript vpn-detection

Last synced: 9 days ago
JSON representation

Official client libraries for myip.foo - free IP lookup API with geolocation, dual-stack IPv4/IPv6, and VPN detection

Awesome Lists containing this project

README

          

# MyIP.foo Packages

Official client libraries for [myip.foo](https://myip.foo) - a free, privacy-focused IP lookup API.

## Available Packages

| Package | Platform | Install |
|---------|----------|---------|
| [myip-foo](packages/npm) | JavaScript/TypeScript | `npm install myip-foo` |
| [myip-foo](packages/pypi) | Python | `pip install myip-foo` |
| [MyIpFoo](packages/nuget) | .NET | `dotnet add package MyIpFoo` |
| [myip-foo](packages/crates) | Rust | `cargo add myip-foo` |

## About MyIP.foo

[MyIP.foo](https://myip.foo) provides:

- Dual-stack IPv4/IPv6 support
- Geolocation data (city, country, ISP)
- Connection type detection (VPN/datacenter/residential)
- No API key required
- No logging, GDPR compliant

## Links

- **Website:** [myip.foo](https://myip.foo)
- **API Docs:** [myip.foo/api-docs](https://myip.foo/api-docs.html)
- **Examples:** [myip-examples](https://github.com/virtualox/myip-examples)

## License

MIT License - see [LICENSE](LICENSE) for details.