--- 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