tldfyi
Ruby client for the TLDFYI REST API. TLD registry. Zero external dependencies.
Explore at tldfyi.com — interactive tools and comprehensive reference.
Install
gem "tldfyi"Quick Start
require "tldfyi"
client = TLDFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install tldfyi |
PyPI |
| npm | npm install tldfyi |
npm |
| Go | go get github.com/fyipedia/tldfyi-go |
pkg.go.dev |
| Rust | cargo add tldfyi |
crates.io |
| Ruby | gem install tldfyi |
rubygems |
Links
- Site: tldfyi.com
- API: tldfyi.com/api/v1/
- OpenAPI: tldfyi.com/api/v1/rest/schema/
- Glossary: tldfyi.com/glossary/
- Guides: tldfyi.com/guides/
- Tools: tldfyi.com/tools/
- Developers: tldfyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
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