{"title":"url_decode - Liquid Filter Reference","slug":"url-decode-filter-reference","url":"https://support.storeconnect.com/articles/url-decode-filter-reference","url_markdown":"https://support.storeconnect.com/articles/url-decode-filter-reference.md","subtitle":null,"summary":"Decodes a percent-encoded URL string back into readable characters. Reverses the effect of `url_encode`.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, url_decode, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nDecodes a string that has been encoded as a URL or by `url_encode`.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{{ \"https%3A%2F%2Fstore.example.com%2Fshop%3Fcategory%3Dbooks\" | url_decode }}\n```\n\n\n**Output:** `https://store.example.com/shop?category=books`"}