JOG: Search Laws
JOG via Parse · government_public
Full-text search over Hungarian laws and legal documents. Accepts keyword, year, number, and type filters. At least one of keyword, year, or number must be provided. Paginates via page number. Returns law summaries with ID, title, date range, and description snippet. Search and retrieve Hungarian laws, decrees, and legal documents from the Nemzeti Jogszabálytár (National Legislation Database) at njt.jog.gov.hu. Fulfilled by Parse from njt.jog.gov.hu.
- government-public
- jog
- news-media
- njt-jog-gov-hu
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/74b9b4b7-0065-41f2-8d82-b37964db687b/search_laws
- Interface artifact
- sha256:4bdb55f3e51ef04ed2162c2188a0e42145d42219e557d1cdd86a9d7bd7abadb3
- Manifest digest
- sha256:9ff85e57b46a0ec57f9c40bcfef8c515af60f8649b366076bd204c80aefcd0d5
Request fields
- page (integer): Page number for pagination.
- year (string): Year of the law (4-digit, e.g. '2024').
- number (string): Serial number of the law (e.g. 'CLV' in Roman numerals or Arabic numerals).
- keyword (string): Search term or phrase to find in law texts (e.g. 'munkaviszony' for employment-related laws).
- law_type (string): Type code for the law issuing authority (e.g. '0000' for törvény, '2220' for Korm. rendelet, '7530' for AB határozat). Omit for all types.
- per_page (integer): Number of results per page. Accepts exactly one of: 10, 25, 50.: Allowed values: 10, 25, 50
- only_valid (boolean): If true, return only currently valid (hatályos) laws.
- title_only (boolean): If true, search only in law titles.
- exact_match (boolean): If true, search for exact word match.
Example queries
- {"page":"1","keyword":"munkaviszony","per_page":"10"}