Project

ipfyi

0.0
The project is in a healthy, maintained state
Ruby client for the IPFYI REST API at ipfyi.com. Zero external dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

ipfyi

Gem Version License: MIT

Ruby client for the IPFYI REST API. IP geolocation. Zero external dependencies.

Explore at ipfyi.com — interactive tools and comprehensive reference.

Install

gem "ipfyi"

Quick Start

require "ipfyi"

client = IPFYI::Client.new
result = client.search("query")
puts result

Also Available

Platform Install Link
Python pip install ipfyi PyPI
npm npm install ipfyi npm
Go go get github.com/fyipedia/ipfyi-go pkg.go.dev
Rust cargo add ipfyi crates.io
Ruby gem install ipfyi rubygems

Links

Network FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
CableFYI cablefyi.com Submarine cables, connectors, standards
IPFYI ipfyi.com IP geolocation, ASN lookup, CIDR ranges
StatusCodeFYI statuscodefyi.com HTTP status codes, protocol references
TLDFYI tldfyi.com TLD registry, domain extensions, WHOIS

License

MIT