From cd46fb7fc5b22395e5df53cbdf844f046abc1e4c Mon Sep 17 00:00:00 2001 From: infolegalge Date: Sun, 9 Aug 2026 15:42:50 +0400 Subject: [PATCH] Add Legal Sandbox Georgia to Business MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Legal Sandbox Georgia to the Business section. Read-only public API for finding verified legal specialists in Georgia (the country) from natural-language queries. No authentication, HTTPS only, CORS enabled. OpenAPI 3.1 spec at the linked URL. - Auth: No — the API is public and requires no key - HTTPS: Yes - CORS: Yes (Access-Control-Allow-Origin: *) Verified against scripts/validate/format.py — no new errors introduced. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48e61612..af1ac58d 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ API | Description | Auth | HTTPS | CORS | | [Google Analytics](https://developers.google.com/analytics/) | Collect, configure and analyze your data to reach the right audience | `OAuth` | Yes | Unknown | | [Instatus](https://instatus.com/help/api) | Post to and update maintenance and incidents on your status page through an HTTP REST API | `apiKey` | Yes | Unknown | | [Invovate](https://invovate.com/api) | Generate PDF, JSON & UBL invoices in 11 languages from one JSON POST | `apiKey` | Yes | No | +| [Legal Sandbox Georgia](https://legal.ge/api/openapi.json) | Find verified legal specialists in Georgia from natural-language queries | No | Yes | Yes | | [Mailchimp](https://mailchimp.com/developer/) | Send marketing campaigns and transactional mails | `apiKey` | Yes | Unknown | | [mailjet](https://www.mailjet.com/) | Marketing email can be sent and mail templates made in MJML or HTML can be sent using API | `apiKey` | Yes | Unknown | | [markerapi](https://markerapi.com) | Trademark Search | No | No | Unknown |