Swagger UI documentation for the Korean Legislative Service (법제처) Open API.
https://open-law-api-docs-wookbros.vercel.app
- Interactive API documentation with Swagger UI
- Covers all 4 endpoints: case law search/detail, legislation search/detail
- API proxy via Vercel Rewrites (resolves mixed content issue)
- Automatic deployments on push to
main
| Endpoint | Description |
|---|---|
lawSearch.do?target=prec |
Search case law list |
lawService.do?target=prec |
Get case law detail |
lawSearch.do?target=eflaw |
Search legislation list by enforcement date |
lawService.do?target=eflaw |
Get legislation detail |
Base URL:
http://www.law.go.kr/DRF/
npx http-server . -p 8080Open http://localhost:8080 in your browser.
Deployed via Vercel with automatic deployments on push to main.
This project is licensed under the MIT License - see the LICENSE file for details.