Developer Tools API
A collection of free developer utilities — JSON formatting, encoding, parsing, and more. All tools work via interactive UI or REST API, no authentication required.
Quick Start
Parse a User-Agent string
curl -X POST https://searchhive.dev/api/v1/tools/user-agent-parser \
-H "Content-Type: application/json" \
-d '{"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/124.0.0.0"}'API Pattern
https://www.searchhive.dev/api/v1/tools/{tool-slug}All tools follow the same pattern: POST with JSON body, receive JSON response. No authentication required.
Base URL
https://searchhive.dev/api/v1/tools/ followed by the tool slug.Available Tools
JSON Formatter & Validator
Format, validate, and minify JSON data with syntax highlighting and error detection.
POST /api/v1/tools/json-formatterBase64 Encoder/Decoder
Encode and decode Base64 strings with support for text, files, and URL-safe encoding.
POST /api/v1/tools/base64-encoderURL Encoder/Decoder
Encode and decode URLs and query parameters. Supports full URL and component encoding.
POST /api/v1/tools/url-encoderUUID/GUID Generator
Generate UUIDs v1, v4, and v7 with bulk generation and format options.
POST /api/v1/tools/uuid-generatorJWT Decoder
Decode and inspect JWT tokens. View header, payload, and verify signatures.
POST /api/v1/tools/jwt-decoderRegex Tester
Test regular expressions with real-time matching, group extraction, and cheat sheet.
POST /api/v1/tools/regex-testerHTML Entity Encoder
Encode and decode HTML entities. Convert special characters for safe HTML usage.
POST /api/v1/tools/html-entity-encoderLorem Ipsum Generator
Generate placeholder text with configurable word count, paragraph count, and style.
POST /api/v1/tools/lorem-ipsum-generatorUser Agent Parser
Parse any User-Agent string to extract browser, OS, device type, and rendering engine info. Bot detection included.
POST /api/v1/tools/user-agent-parserrobots.txt Generator & Tester
Generate robots.txt files with rule builder and test URLs against robots.txt rules.
POST /api/v1/tools/robots-txt-generatorColor Converter
Convert colors between HEX, RGB, HSL formats. Generate palettes and check WCAG contrast ratios.
POST /api/v1/tools/color-converterResponse Codes
Need more power?
SearchHive's core APIs (SwiftSearch, ScrapeForge, DeepDive) provide web search, scraping, and deep content extraction for production applications.
Try the interactive UI for all developer tools.
Explore SearchHive's production APIs for web search and data extraction.