From 866b996faabe2454582b6a53476d581995e5f54b Mon Sep 17 00:00:00 2001 From: Samiksha-Garg Date: Mon, 29 Apr 2024 19:15:25 +0530 Subject: [PATCH] Add y.gy API to URL Shorteners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 285ef50c..f27d524f 100644 --- a/README.md +++ b/README.md @@ -1820,6 +1820,7 @@ API | Description | Auth | HTTPS | CORS | | [Shrtlnk](https://shrtlnk.dev/developer) | Simple and efficient short link creation | `apiKey` | Yes | Yes | | [TinyURL](https://tinyurl.com/app/dev) | Shorten long URLs | `apiKey` | Yes | No | | [UrlBae](https://urlbae.com/developers) | Simple and efficient short link creation | `apiKey` | Yes | Yes | +| [Y.GY](https://app.y.gy/docs/api-docs/api-quickstart) | URL Shortener & QR Code Creator: Use your domains. Stop Bots. Analyze Traffic. Do everything by API | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**