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
- Host: GitHub
- URL: https://github.com/virtualox/myip-packages
- Owner: virtualox
- License: mit
- Created: 2025-11-24T12:32:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T13:31:17.000Z (22 days ago)
- Last Synced: 2026-03-27T05:28:44.563Z (21 days ago)
- Topics: api-client, dotnet, dual-stack, geolocation, ip-address, ipv4, ipv6, myip, npm-package, nuget, pypi, python, react-hooks, typescript, vpn-detection
- Language: Rust
- Homepage: https://myip.foo
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.