# x-www-form-urlencoded to JSON Converter

> A free Fabreco Studio developer tool that converts raw x-www-form-urlencoded data, query strings, and complete URLs into structured JSON.

The browser interface performs conversion entirely on the user's device. The public API is stateless and does not persist input, but API input is transmitted to the server for processing.

## API

- [OpenAPI description](https://x-www-form-urlencoded-to-json.fabreco.studio/openapi.json): Machine-readable OpenAPI 3.1.2 document.
- [API catalog](https://x-www-form-urlencoded-to-json.fabreco.studio/.well-known/api-catalog): RFC 9727 API discovery document.
- [API information](https://x-www-form-urlencoded-to-json.fabreco.studio/api/v1): Version and endpoint index.
- [Health check](https://x-www-form-urlencoded-to-json.fabreco.studio/api/v1/health): Service health and API version.
- [Full agent reference](https://x-www-form-urlencoded-to-json.fabreco.studio/llms-full.txt): Complete request, response, and behavior guide.

## Primary operation

POST https://x-www-form-urlencoded-to-json.fabreco.studio/api/v1/convert
Content-Type: application/json

Request body: {"input":"name=Tom&age=68"}

The input field accepts raw parameters, a leading question mark, or a complete URL and is limited to 50000 characters. Repeated keys become arrays. Plus signs decode as spaces. Percent-encoded characters are decoded. Empty values and equals signs inside values are preserved. URL fragments are ignored.

API version: 1.0.0.

## Human resources

- [Browser converter](https://x-www-form-urlencoded-to-json.fabreco.studio): Private local conversion with no input transmitted.
- [Fabreco Studio](https://fabreco.studio): Publisher website.
