URL Parser (web-toolbox.dev)
Free tool for decomposing a URL into its components: protocol, host, path, query parameters, hash, and more. Useful for checking URL structure and debugging API development.
UUID / GUID Generator (web-toolbox.dev)
Free tool for randomly generating UUID (v4) or GUID values. Generate multiple UUIDs at once, useful for database design and test data creation.
UUID Generator (toolpods.io)
Generate UUIDs (Universally Unique Identifiers). Create multiple v4 UUIDs at once.
UUID Validator (web-toolbox.dev)
Free tool for validating whether a UUID is in the correct format. Also identifies the UUID version, useful for API debugging and data validation.
XML Formatter (web-toolbox.dev)
Free tool for formatting and minifying XML text. Format with unified indentation for readability or strip newlines and spaces to minify. Also detects syntax errors.
XML Formatter (www.oh-benri-tools.com)
An online tool for formatting XML documents. Supports drag-and-drop file input and displays format results in real time. All processing is done in the browser, keeping your data private.
YAML to JSON (web-toolbox.dev)
Free tool for converting YAML data to JSON format. Useful for config file format conversion and data transformation when integrating with APIs.