Developer APILegal data API
Legal data API
for Ghanaian law
A metered legal data API over Ghanaian legal data: the judgments dataset, statutes and grounded summaries behind one REST endpoint. Create an app, issue a key, and make your first call in under five minutes. Usage is metered against a plan you can change at any time.
What you can call
API capabilities
01
Case-law search
Hybrid keyword and semantic retrieval across the Ghanaian judgments dataset, with the source passage behind every hit.
02
Statute search
The same retrieval over Ghanaian legal data restricted to Acts, constitutional instruments and legislative instruments.
03
Document retrieval
Full metadata and ordered passages for any single authority in the judgments dataset by ID.
04
Grounded summaries
Summaries built only from retrieved Ghanaian legal data passages, each statement carrying a numbered citation.
Quickstart
Make your first request
curl -X POST https://lawandlegal.app/api/public/v1/case-law/search \
-H "Authorization: Bearer $LAW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"repudiation of contract","limit":5}'