
Hong Kong CourtDB
Search Hong Kong court cases and read judgment documents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Search Hong Kong court cases and read judgment documents.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| Hk_list_cases | Paginated Hong Kong court cases. Filter by case_prefix (e.g. hccl, facv), year, category, titleContains, partiesContains (English or Chinese party name substring). Returns { data, total, page, limit }. |
| Hk_get_case | A single Hong Kong court case by id (format: caseNo/year, e.g. 12345/2024). Returns { data } with parties and files (null if not found). |
| Hk_get_document | Plain-text judgment for a Hong Kong court file by file id (judgment DIS id). Returns { data: { id, text } }. text is null when no converted HTML exists. |