Free — No Auth Required

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.

11 Tools
Free utilities
No Auth
No API key needed
REST API
JSON in/out

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

POST
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
All tool API requests go to https://searchhive.dev/api/v1/tools/ followed by the tool slug.

Available Tools

1

JSON Formatter & Validator

Format, validate, and minify JSON data with syntax highlighting and error detection.

POST /api/v1/tools/json-formatter
2

Base64 Encoder/Decoder

Encode and decode Base64 strings with support for text, files, and URL-safe encoding.

POST /api/v1/tools/base64-encoder
3

URL Encoder/Decoder

Encode and decode URLs and query parameters. Supports full URL and component encoding.

POST /api/v1/tools/url-encoder
4

UUID/GUID Generator

Generate UUIDs v1, v4, and v7 with bulk generation and format options.

POST /api/v1/tools/uuid-generator
5

JWT Decoder

Decode and inspect JWT tokens. View header, payload, and verify signatures.

POST /api/v1/tools/jwt-decoder
6

Regex Tester

Test regular expressions with real-time matching, group extraction, and cheat sheet.

POST /api/v1/tools/regex-tester
7

HTML Entity Encoder

Encode and decode HTML entities. Convert special characters for safe HTML usage.

POST /api/v1/tools/html-entity-encoder
8

Lorem Ipsum Generator

Generate placeholder text with configurable word count, paragraph count, and style.

POST /api/v1/tools/lorem-ipsum-generator
9

User 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-parser
10

robots.txt Generator & Tester

Generate robots.txt files with rule builder and test URLs against robots.txt rules.

POST /api/v1/tools/robots-txt-generator
11

Color Converter

Convert colors between HEX, RGB, HSL formats. Generate palettes and check WCAG contrast ratios.

POST /api/v1/tools/color-converter

Response Codes

200
Request successful — result in response body
400
Bad request — invalid or missing parameters
500
Internal server error

Need more power?

SearchHive's core APIs (SwiftSearch, ScrapeForge, DeepDive) provide web search, scraping, and deep content extraction for production applications.

Browse All Tools

Try the interactive UI for all developer tools.

Go to Tools
Core APIs

Explore SearchHive's production APIs for web search and data extraction.