{"uid":"cap_gFr5TEb-fpn7z5zsuLIgV","slug":"pennyrail-url-query-to-json-converter-5f4fd1e1","name":"PennyRail URL Query-to-JSON Converter","description":"Machine-readable settlement service","url":"https://pennyrail.vercel.app/api/f/url.query-to-json","method":"POST","headers":{},"bodySchema":{"type":"object","required":["input"],"properties":{"input":{"type":"string","description":"string"}}},"responseSchema":{"type":"object","required":["operation","result"],"properties":{"result":{},"operation":{"type":"string"}},"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_-zHsKKGSRb-kcqaEw_RIy","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 this URL query string '?name=Alice&age=30&city=New+York' into a JSON object so I can work with the values more easily?","exampleUseCases":[{"title":"Parse analytics tracking parameters","prompt":"I have this URL query string from our analytics link: 'utm_source=newsletter&utm_medium=email&utm_campaign=spring2024&utm_content=header' — can you convert it into a JSON object so I can read the values cleanly?"},{"title":"Extract form submission data","prompt":"I got a form POST encoded as a query string: 'firstName=John&lastName=Doe&email=john%40example.com&subscribe=true' — can you parse that into structured JSON for me?"},{"title":"Decode API redirect parameters","prompt":"After an OAuth redirect I have this query string: 'code=abc123&state=xyz789&scope=read+write' — please convert it to JSON so I can extract the auth code."}],"resultDescription":"Returns a JSON object containing an 'operation' field describing the transformation performed and a 'result' field with the parsed key-value pairs from the query string as a structured JSON object. Additional fields may be present.","failureModes":["Malformed or empty query string may yield an empty result object or error","URL-encoded special characters that fail decoding may be omitted or cause parsing errors","Very long query strings may be truncated","Non-standard query string formats (e.g., nested brackets) may not parse as expected","Payment failure (402) if USDC balance is insufficient"],"whenToPreferThis":"Choose this endpoint when you need a quick, cheap ($0.001 USDC) micro-service to programmatically parse a URL query string into JSON without standing up your own parsing logic. Ideal for agent pipelines that receive redirect URLs, form submissions, or analytics links and need structured access to the parameters.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:46:14.461Z","isFirstParty":false}