APIs for Nerds

One-stop shop for developer utilities. Converters, calculators, regex, QR codes, firewall generators, and more. Simple. Fast. Free tier included.

Get API Key View Docs
🔄

Converters

Binary, hex, base64, punycode. All the encoding conversions you need.

GET /api/v1/convert/hex2bin/FF
🧮

Calculators

Scientific calculator, IPv4/IPv6 subnet calculator with full details.

GET /api/v1/calc/subnet/v4/10.0.0.0/8
🔍

Regex

Test and validate regex patterns. Get matches, groups, and positions.

POST /api/v1/regex/test
🔑

Hash

MD5, SHA1, SHA256, SHA512. Hash any content instantly.

GET /api/v1/hash/hello-world
🛡

Firewall

Generate and convert rules: iptables, nftables, Cisco ACL, Juniper, AWS SG.

POST /api/v1/firewall/generate
📱

QR Codes

Generate QR codes in PNG or SVG. Custom sizes and styles.

GET /api/v1/qr/generate?data=hello

Try It Now

No API key needed for basic requests. Just curl and go.

$ curl https://api.nerdapi.io/api/v1/calc/subnet/v4/192.168.1.0/24

{
  "network": "192.168.1.0",
  "broadcast": "192.168.1.255",
  "netmask": "255.255.255.0",
  "num_hosts": 254,
  "first_host": "192.168.1.1",
  "last_host": "192.168.1.254"
}

Simple Pricing

Start free, scale when you need to.

Free

$0/mo
  • 1,000 requests/month
  • All endpoints
  • Rate limited
  • Community support
Get Started

Enterprise

Custom
  • Unlimited requests
  • Dedicated support
  • SLA guarantee
  • Custom endpoints
Contact Us