法令を選択してください
左のジャンルまたは検索結果から法令を開けます。
左のジャンルまたは検索結果から法令を開けます。
e-Gov 法令検索 Viewer — Neko3SE LABによる非公式閲覧支援ツール / 法令データ:e-Gov法令検索 ↗
LAB NOTE
EXPERIMENT THEME
API × INFORMATION ARCHITECTURE
01 / WHY
大量の法令情報を、法令名を知っている人だけでなく、「分野から探したい人」にも見つけやすくできないか。
e-Govが提供する法令データを利用し、公式サービスを置き換えるのではなく、独自ジャンルから法令へアクセスする別の入口を試すために制作しました。
Can large collections of laws be made easier to explore for people who want to start from a subject area rather than a known law name?
Using law data provided by e-Gov, this unofficial viewer explores an alternative entry point through original categories rather than replacing the official service.
02 / EXPERIMENT
独自のジャンル分類から法令を選択できる目次を構成し、法令名検索と内容検索を分離しました。PCでは3ペイン、スマートフォンでは画面遷移型のUIを採用し、長大な法令本文、検索語のハイライト、APIエラーや再試行なども含めて検証しました。
The viewer provides an original category-based table of contents and separates law-name search from content search. A three-pane layout is used on PC and a navigation-style interface on smartphones, with testing that includes long law texts, highlighting, API errors and retry behavior.
03 / FINDINGS
公的な法令データを独自に保持しなくても、APIを利用することで、異なる情報設計とUIから法令情報へアクセスできることを確認しました。
一方、実際のViewerとして成立させるにはAPIを呼び出すだけでは不十分で、長大な本文の表示、検索結果の視認性、エラー分類、再試行、スマートフォンでの画面構成など、利用者側の体験設計が大きな部分を占めました。
データそのものと「どう探し、どう読むか」は別の問題であり、同じデータでも情報設計によって入口を変えられることが、この実験の中心的な結果です。
An API makes it possible to present official law data through a different information architecture without maintaining a separate copy of the law text.
A usable viewer requires much more than calling an API: long-document presentation, search visibility, error classification, retries and smartphone navigation all became significant parts of the work.
The experiment showed that the data itself and the way people find and read it are separate design problems.
04 / TECHNOLOGY
法令本文を独自に保持せず、e-Gov法令APIから取得したデータをブラウザ上で表示・検索します。
Law data is retrieved from the e-Gov Law API and presented and searched in the browser rather than maintained as a separate copy.
05 / MORE