From b1e4285f5c18b37e8fbe6b98da563cf3a932ac72 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 18 Mar 2025 10:56:50 -0400 Subject: [PATCH] Add Render API (#474) * Add Render API * Update README.md --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 581da016..34912d1f 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [Random Stuff](https://api-docs.pgamerx.com/) | Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed | `apiKey`| Yes | Yes | | [Rejax](https://rejax.io/) | Reverse AJAX service to notify clients | `apiKey`| Yes | No | +| [Render API](https://render.com/docs/api) | Lets you programmatically manage your Render services (web apps, APIs, and static sites) including deployments, scaling, and configuration | `apiKey`| Yes | Unknown | | [ReqRes](https://reqres.in/) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | | [RSS to JSON](https://github.com/ayusharma/RSS-to-JSON) | Returns RSS feed in JSON format using feed URL | No | Yes | Yes | | [ScrapeNinja](https://scrapeninja.net) | Scraping API with Chrome fingerprint and residential proxies | `apiKey`| Yes | Unknown |