Tools
Interactive demos and API examples for every TinyUtils endpoint.
URL Check
Check if a URL is reachable, follow redirects, and measure response time.
GET /api/url-check
DNS Lookup
Resolve DNS records for a hostname. Returns A, AAAA, CNAME, MX, TXT, and NS records.
GET /api/dns-lookup
URL Resolve
Trace the full redirect chain of a URL and return every hop, the final destination, and redirect count.
GET /api/url-resolve
Open Graph
Fetch page metadata and return title, description, canonical URL, Open Graph, and Twitter card tags as clean JSON.
GET /api/open-graph
HTTP Headers
Inspect HTTP response headers for any URL. Follows redirects and returns the final URL, status, and all headers.
GET /api/http-headers
SSL Check
Inspect the TLS certificate for any hostname. Returns subject, issuer, expiry dates, days remaining, and SANs.
GET /api/ssl-check
Robots Parse
Fetch and parse robots.txt for any site. Returns crawler rules, sitemap references, and user-agent groups as clean JSON.
GET /api/robots-parse
Sitemap Inspect
Fetch and inspect a sitemap or sitemap index. Returns sitemap entries and URL entries as structured JSON.
GET /api/sitemap-inspect
IP Lookup
Resolve a domain or IP and return IP and network details including ASN, country, provider, and reverse DNS.
GET /api/ip-lookup