jp_get_article
Fetch the text of a specific article from Japanese law. Input law ID and article number to retrieve official text.
Instructions
Fetch the text of one article of a law.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law_id | Yes | e.g. ``"129AC0000000089"`` (the Civil Code). | |
| article_num | Yes | the e-Gov ``Num`` attribute, e.g. ``"1"`` for Article 1, ``"3_2"`` for a branch article (第三条の二). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| law_id | Yes | ||
| caption | No | ||
| eli_uri | No | ||
| eli_note | No | Japan has not deployed ELI. eli_uri is the durable e-Gov viewer URL (https://laws.e-gov.go.jp/law/{law_id}), keyed on the stable law_id e-Gov assigns to every law - never invented. | |
| source_url | No | ||
| article_num | Yes | ||
| dataset_note | No | e-Gov (laws.e-gov.go.jp) is Japan's official portal for national legislation, run by the Digital Agency. Japan has no ELI scheme; eli_uri carries the durable e-Gov viewer URL keyed on law_id (see eli_note). Discover by law_title (jp_search_laws) or full-text keyword (jp_search_by_keyword), then fetch metadata or a specific article by law_id. | |
| human_readable_citation | No |