Kembali ke Marketplace
JSON API
FREEValidate, format, and minify JSON payloads.
Developer Tools 4.5 (76) 1,000 req/day OPERATIONALAuth required
Endpoint
POST/v1/json
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| payload | string | required | Raw JSON string to process. |
Response example
{
"success": true,
"data": { "valid": true, "formatted": "{\n \"a\": 1\n}" }
}Error responses
422INVALID_JSON— Payload is not valid JSON
Try it
Pilih bahasa, salin, dan jalankan di terminal kamu.
curl -X POST "https://api.rannzdigital.web.id/v1/json" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Never expose your API key in frontend code or public repositories.
Ratings & Comments
Beri rating & komentar
budi_koding 5
Cepat dan dokumentasinya jelas.
2026-09-12
sitidev 4
Work as expected, cocok untuk MVP.
2026-09-08