From 48bfaacb234cc8220713ea0296a2b46092e6b787 Mon Sep 17 00:00:00 2001 From: hammad4june1999 <52525261+hammad4june1999@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:01:25 +0500 Subject: [PATCH 1/2] Add Utilorax to Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1961bf0c..76b2ac66 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ API | Description | Auth | HTTPS | CORS | | [Thunder Client](https://www.thunderclient.com/) | API testing tool | No | Yes | Yes | | [Thunderbit](https://thunderbit.com/docs/introduction) | Extract web pages as Markdown or structured data for AI apps | `apiKey` | Yes | Unknown | | [Tyk](https://tyk.io/open-source/) | Api and service management platform | `apiKey` | Yes | Yes | +| [Utilorax](https://utilorax.com/api) | 203 endpoints for everyday utilities: hashing, encoding, unit conversion, text, dates and file conversion | `apiKey` | Yes | Yes | | [Wandbox](https://github.com/melpon/wandbox/blob/master/kennel2/API.rst) | Code compiler supporting 35+ languages mentioned at wandbox.org | No | Yes | Unknown | | [Webclaw](https://webclaw.io/docs/api) | Web content extraction for LLMs with scrape, crawl, search, and summarize | `apiKey` | Yes | Yes | | [WebScraping.AI](https://webscraping.ai/) | Web Scraping API with built-in proxies and JS rendering | `apiKey` | Yes | Yes | From 485f387e74851ff8dceae16dd8083bbc31ec29da Mon Sep 17 00:00:00 2001 From: hammad4june1999 <52525261+hammad4june1999@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:09:19 +0500 Subject: [PATCH 2/2] Shorten utilorax description to under 100 characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b2ac66..2dc8f5cf 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ API | Description | Auth | HTTPS | CORS | | [Thunder Client](https://www.thunderclient.com/) | API testing tool | No | Yes | Yes | | [Thunderbit](https://thunderbit.com/docs/introduction) | Extract web pages as Markdown or structured data for AI apps | `apiKey` | Yes | Unknown | | [Tyk](https://tyk.io/open-source/) | Api and service management platform | `apiKey` | Yes | Yes | -| [Utilorax](https://utilorax.com/api) | 203 endpoints for everyday utilities: hashing, encoding, unit conversion, text, dates and file conversion | `apiKey` | Yes | Yes | +| [Utilorax](https://utilorax.com/api) | 203 JSON endpoints: hashing, encoding, unit conversion, text, dates and file conversion | `apiKey` | Yes | Yes | | [Wandbox](https://github.com/melpon/wandbox/blob/master/kennel2/API.rst) | Code compiler supporting 35+ languages mentioned at wandbox.org | No | Yes | Unknown | | [Webclaw](https://webclaw.io/docs/api) | Web content extraction for LLMs with scrape, crawl, search, and summarize | `apiKey` | Yes | Yes | | [WebScraping.AI](https://webscraping.ai/) | Web Scraping API with built-in proxies and JS rendering | `apiKey` | Yes | Yes |