{"uid":"cap_35YNSARV8PpO6_HzLq9mh","slug":"pennyrail-query-string-to-json-parser-0856643d","name":"PennyRail Query String to JSON Parser","description":"Machine-readable settlement service","url":"https://pennyrail.vercel.app/api/p/nano/url.query-to-json--parse-query-params","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_34pFGD9FAw61McPLWY2jt","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 with key-value pairs","exampleAgentPrompt":"Can you parse this query string into a JSON object for me: 'name=Alice&age=30&city=New+York&active=true'?","exampleUseCases":[{"title":"API request parameter extraction","prompt":"I have this query string from an incoming API request — 'product=widget&qty=5&discount=10&currency=USD' — can you turn it into a JSON object so I can work with the values?"},{"title":"URL analytics parameter parsing","prompt":"Parse this tracking URL's query params into JSON for me: 'utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale&utm_content=banner1'"},{"title":"Form submission data parsing","prompt":"I got a form submission as a raw query string: 'first_name=John&last_name=Doe&email=john%40example.com&subscribe=true' — convert it to JSON so I can process it."}],"resultDescription":"A JSON object where each query parameter key maps to its corresponding value (or an array of values if a key appears multiple times), parsed from the input query string.","failureModes":["Malformed or empty query string may return an empty object or error","URL-encoded characters that are improperly encoded may not decode correctly","Very long query strings may hit input size limits","Ambiguous repeated keys may produce inconsistent array vs. scalar handling"],"whenToPreferThis":"Use this endpoint when you need a quick, paid micro-service to parse URL query strings into JSON without setting up server-side parsing logic. Ideal for agent workflows that receive raw URL query strings and need structured data, especially when operating in an x402 payment-enabled environment.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:21:55.614Z","isFirstParty":false}