File size: 1,580 Bytes
0f15898 47f8a8c 1ad2d72 47f8a8c 1ad2d72 47f8a8c 0f15898 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | ---
language:
- he
pretty_name: Passed Israeli Bills - Raw Knesset API
tags:
- law
- israel
- knesset
dataset_info:
features:
- name: bill_id
dtype: int64
- name: name
dtype: string
- name: status
dtype: string
- name: initiators
dtype: string
- name: knesset_num
dtype: int64
- name: proposal_type
dtype: string
- name: committee_name
dtype: string
- name: commencement_date
dtype: string
- name: summary
dtype: string
- name: publication_date
dtype: string
- name: previous_names
dtype: string
- name: law_pdf_url
dtype: string
- name: law_pdf_bytes
dtype: large_binary
splits:
- name: train
num_bytes: 109802419
num_examples: 572
download_size: 96395547
dataset_size: 109802419
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Passed Israeli Bills - Raw Knesset API
Raw responses from the Knesset bill-detail API for 573 bills whose source status is `התקבלה בקריאה שלישית`.
## Contents
`data/passed_bills_raw.json` is a UTF-8 JSON list. Records are preserved as returned by the API without semantic classification or enrichment.
## Provenance
- Source: https://main.knesset.gov.il/Activity/Legislation/Laws/Pages/LawBill.aspx
- Detail API: `https://www.knesset.gov.il/WebSiteApi/knessetapi/LegislationItem/GetLegislationBillItem`
- Collection code: https://github.com/nickBes/lawsofisrael/blob/main/notebooks/scrape_passed_bills.ipynb
- Filter: passed in the third reading and containing a valid Knesset bill link
|