APIHub
Back to Explore

Legal Sandbox Georgia

The Legal Sandbox Georgia API lets you submit a natural‑language legal query (in Georgian, English, or Russian) and receive the matched practice‑area categories together with a ranked list of verified Georgian legal specialists (including profile URLs), plus additional endpoints for searching the service taxonomy, looking up specialists by name, and click‑to‑reveal a specialist’s public phone or email.

Business
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

2797ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/ask

Same as POST /api/ask but with query parameters.

  • q (query, required)
  • locale (query)
  • limit (query, limit)
POST

/api/ask

Classify a free-text legal question and return matching verified specialists.

GET

/api/ask/classify

Classify free text into legal practice areas only.

  • q (query, required)
  • locale (query)
GET

/api/service-search

Search the published service + category taxonomy.

  • q (query, required)
  • locale (query)
GET

/api/specialists/search

Look up specialists by name fragment.

  • q (query, required)
  • locale (query)
GET

/api/specialists/{id}/contact

Reveal one contact field (phone or email) for a specialist or company.

  • id (path, required)
  • field (query, required)

6 endpoints auto-detected

curl -X GET \
  "https://legal.ge/api/openapi.json/api/ask"

legal.ge · HTTPS only