{"uid":"cap_CfPRlK3j_m4fxxtmHIOUG","slug":"pennyrail-query-string-to-json-converter-65832739","name":"PennyRail Query String to JSON Converter","description":"Machine-readable settlement service","url":"https://pennyrail.vercel.app/api/p/nano/url.query-to-json--query-string-to-json","method":"POST","headers":{},"bodySchema":{"type":"object","required":["input"],"properties":{"input":{"type":"string"}}},"responseSchema":{"type":"object","additionalProperties":true},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XlEBPSEpKFThM8t9botpF","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a URL query string into a structured JSON object","exampleAgentPrompt":"Can you parse the query string 'name=Alice&age=30&city=New+York&active=true' into a JSON object for me?","exampleUseCases":[{"title":"Parse incoming webhook query params","prompt":"I'm getting a webhook URL like 'event=signup&user_id=42&plan=pro&trial=true' — can you parse that query string into a JSON object so I can read the fields cleanly?"},{"title":"Extract analytics URL parameters","prompt":"I have this analytics URL query string: 'utm_source=google&utm_medium=cpc&utm_campaign=spring_sale&utm_term=shoes' — can you convert it into JSON so I can log those values?"},{"title":"Deserialize form submission data","prompt":"Our form submission comes in as a URL-encoded string: 'first_name=John&last_name=Doe&email=john%40example.com&subscribe=true' — please turn that into a JSON object for me."}],"resultDescription":"A JSON object where each query string key maps to its corresponding value (or array of values for repeated keys), with URL encoding decoded. The response is an open-ended object reflecting the parsed parameters.","failureModes":["Malformed or empty input string may return an empty object or error","Deeply nested bracket notation (e.g. filters[0][name]=foo) may not be parsed correctly","Special characters not properly percent-encoded may cause parsing errors","Missing 'input' field in request body returns a validation error"],"whenToPreferThis":"Choose this endpoint when you need a quick, paid microservice to convert a raw URL query string into a parsed JSON object without running your own parsing logic. Particularly useful in agent pipelines that receive URL-encoded data from webhooks, forms, or redirects and need structured JSON for downstream processing.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:21:49.845Z","isFirstParty":false}