{"id":31793629,"url":"https://github.com/nisrulz/urlscape","last_synced_at":"2026-02-16T07:31:23.923Z","repository":{"id":312340117,"uuid":"1047182433","full_name":"nisrulz/urlscape","owner":"nisrulz","description":"Escapes and unescapes URLs with ease.","archived":false,"fork":false,"pushed_at":"2025-08-30T01:13:50.000Z","size":251,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T04:38:11.808Z","etag":null,"topics":["encoder-decoder","url","urldecoder","urlencoder"],"latest_commit_sha":null,"homepage":"http://nisrulz.com/urlscape/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nisrulz.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"nisrulz","ko_fi":"nisrulz","buy_me_a_coffee":"nisrulz","custom":["https://revolut.me/nisrulz","https://www.paypal.me/nisrulz/5eur"]}},"created_at":"2025-08-29T22:03:39.000Z","updated_at":"2025-08-31T15:46:16.000Z","dependencies_parsed_at":"2025-08-30T00:22:38.427Z","dependency_job_id":"6c5d15a3-1988-4106-824d-b19ea84177fb","html_url":"https://github.com/nisrulz/urlscape","commit_stats":null,"previous_names":["nisrulz/urlscape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nisrulz/urlscape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisrulz%2Furlscape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisrulz%2Furlscape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisrulz%2Furlscape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisrulz%2Furlscape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nisrulz","download_url":"https://codeload.github.com/nisrulz/urlscape/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisrulz%2Furlscape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["encoder-decoder","url","urldecoder","urlencoder"],"created_at":"2025-10-10T18:28:55.215Z","updated_at":"2026-02-16T07:31:23.907Z","avatar_url":"https://github.com/nisrulz.png","language":"HTML","funding_links":["https://github.com/sponsors/nisrulz","https://ko-fi.com/nisrulz","https://buymeacoffee.com/nisrulz","https://revolut.me/nisrulz","https://www.paypal.me/nisrulz/5eur"],"categories":[],"sub_categories":[],"readme":"# URLscape: URL Encoder/Decoder 🔗\n\nEscapes and unescapes URLs with ease.\n\n## 📖 Overview\n\n![Banner](./assets/link_preview.jpg)\n\n**URLscape** is a lightweight, no‑frills tool for quickly **encoding** and **decoding** URLs.  \n\nWhether you’re a developer, tester, or just someone who’s tired of `%20` clutter, URLscape makes it effortless to switch between human‑readable and URL‑safe formats.\n\n## 🚀 Features\n\n- **Instant Encoding** – Convert text into URL‑safe format.\n- **Instant Decoding** – Turn encoded URLs back into readable text.\n- **Clean, Minimal UI** – Focus on the task without distractions.\n- **Responsive Design** – Works on desktop, tablet, and mobile.\n- **Fast \u0026 Reliable** – No dependencies, no waiting.\n\n## 🛠️ How to Use\n\n1. **Enter** your text or URL in the input box.\n2. Click **Encode** or **Decode**.\n3. Copy or use the result instantly.\n\n## 💡 Examples\n\n1. **Input**: `Hello World! How are you?`\n   - **Encoded**: `Hello%20World%21%20How%20are%20you%3F`\n   - **Decoded**: `Hello World! How are you?`\n\n2. **Input**: `https://example.com/search?q=hello world\u0026category=tech`\n   - **Encoded**: `https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dhello%20world%26category%3Dtech`\n   - **Decoded**: `https://example.com/search?q=hello world\u0026category=tech`\n\n3. **Input**: `Special chars: @#$%^\u0026*()`\n   - **Encoded**: `Special%20chars%3A%20%40%23%24%25%5E%26%2A%28%29`\n   - **Decoded**: `Special chars: @#$%^\u0026*()`\n\n4. **Input**: `Unicode: café résumé`\n   - **Encoded**: `Unicode%3A%20caf%C3%A9%20r%C3%A9sum%C3%A9`\n   - **Decoded**: `Unicode: café résumé`\n\n5. **Input**: `Email: user@example.com`\n   - **Encoded**: `Email%3A%20user%40example.com`\n   - **Decoded**: `Email: user@example.com`\n\n## 📦 Installation\n\nRun it locally or host it anywhere that serves static HTML/CSS/JS.\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/urlscape.git\n\n# Open index.html in your browser\n```\n\nNo build steps. No dependencies. Just open and go.\n\n## 🙌 Contributing\n\nPull requests are welcome!\n\nIf you have ideas for improvements or new features, open an issue or submit a PR.\n\n## 📜 License\n\nThis project is licensed under the Apache License 2.0.\n\nSee the [LICENSE.txt](./LICENSE.txt) file for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisrulz%2Furlscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnisrulz%2Furlscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisrulz%2Furlscape/lists"}