{
 "dataset": {
  "id": "idaho-legislature-ag-water",
  "sourceId": "idaho-legislature",
  "name": "Idaho Agriculture, Water, and Natural Resource Legislation, 2019-2026",
  "description": "Every bill, resolution, memorial, and proclamation addressing agriculture, water, or natural resources in the Idaho Legislature's 2019 through 2026 sessions, with the Legislature's own subject label, its final status and outcome, and the session law chapter number for each measure enacted.",
  "url": "https://legislature.idaho.gov/sessioninfo/",
  "methodologyUrl": "https://legislature.idaho.gov/sessioninfo/",
  "dataUrl": "https://legislature.idaho.gov/sessioninfo/2026/legislation/",
  "geography": "Idaho",
  "timeCoverage": "2019-2026",
  "updateFrequency": "Annual, one session per year",
  "retrieved": "2026-08-17",
  "license": "Idaho public record.",
  "ingestion": "scripts/fetch-idaho-legislature-ag-water.py",
  "caveats": [
   "This dataset's default build reads a cached artifact (data/raw/idaho-legislature-ag-water/issue-data.json) rather than fetching legislature.idaho.gov live: a live rebuild fetches one detail page per bill in each of eight sessions, roughly 800 pages per session at a politeness delay, well over the few minutes a routine refresh should take. The cached artifact was produced on 2026-08-17 (its own file date, carried here as `retrieved`), by the same pipeline this puller's --refetch flag runs live. Re-run with --refetch to rebuild it from the Legislature's site.",
   "A measure is included when the Legislature's own subject label for it falls in a reviewed agricultural, water, or natural resource vocabulary (scripts/fetch-idaho-legislature-ag-water.py's AG_SUBJECTS), not by keyword matching on titles. That vocabulary is not stable across sessions: the same policy gets a different label from year to year (DOMESTIC WELLS in 2026 was DOMESTIC WATER USE in 2025), so it accumulates rather than predicts, and a session published without re-reviewing it against that session's own vocabulary will undercount.",
   "A small number of measures per session are included or excluded by explicit override rather than by subject label alone, each with its own stated reason (see OVERRIDES in the ingestion script) - for example rule-review resolutions, which carry no subject label at all, and a handful of measures whose label names the thing regulated rather than the policy domain (H0895, capping data-center water use, is labelled DATA CENTERS, not a water label).",
   "`issue` is this dataset's own five-way editorial classification of each measure's subject label (Water Rights & Supply, Land & Public Lands, Production & Commodities, Wildlife & Depredation, Legislative & Regulatory Process), not a category the Legislature itself publishes.",
   "`sponsor` is overwhelmingly a standing committee rather than a named legislator: across the 2026 session only 2 of 70 agricultural measures named an individual. Treat it as the originating committee, not as a measure of which legislators champion agriculture.",
   "`actionCount` is the number of recorded floor and committee actions parsed off each bill's detail page; the actions themselves (date and text of each stage) are not carried into this dataset's records or observations."
  ],
  "records": {
   "description": "One row per measure (bill, resolution, memorial, or proclamation), across the 2019-2026 sessions.",
   "fields": [
    {
     "name": "year",
     "description": "Legislative session year the measure was introduced in."
    },
    {
     "name": "number",
     "description": "The Legislature's measure number, e.g. H0503, S1307, HCR010."
    },
    {
     "name": "issue",
     "description": "Which of this dataset's five policy areas the measure was sorted into. See the dataset caveats: this is an editorial classification, not the Legislature's own label."
    },
    {
     "name": "subject",
     "description": "The Legislature's own subject label for the measure, verbatim. Empty on measures with no subject label at all, chiefly rule-review resolutions."
    },
    {
     "name": "description",
     "description": "The Legislature's short description of the measure, verbatim."
    },
    {
     "name": "status",
     "description": "The Legislature's final status string for the measure."
    },
    {
     "name": "outcome",
     "description": "Normalized final outcome: one of enacted, adopted, vetoed, failed, died. 'adopted' covers resolutions and memorials, which are not enacted into code; 'failed' means the measure lost a recorded floor vote; 'died' means it never reached one."
    },
    {
     "name": "chapter",
     "description": "Session law chapter number when the measure was enacted, otherwise null."
    },
    {
     "name": "url",
     "description": "The measure's page on the Idaho Legislature's site."
    },
    {
     "name": "sponsor",
     "description": "Who introduced the measure, as the Legislature records it. See the dataset caveats: overwhelmingly a standing committee, not a named legislator."
    },
    {
     "name": "actionCount",
     "description": "Number of recorded actions (committee referrals, readings, votes, signature) parsed from the measure's detail page."
    }
   ]
  },
  "metrics": [
   {
    "id": "legislation.bills_by_issue",
    "name": "Agriculture, water, and resource bills by issue",
    "unit": "count",
    "description": "Number of measures introduced in the session, by this dataset's issue classification.",
    "aggregation": "flow"
   },
   {
    "id": "legislation.bills_enacted_by_issue",
    "name": "Enacted agriculture, water, and resource bills by issue",
    "unit": "count",
    "description": "Number of measures with outcome 'enacted' in the session, by this dataset's issue classification.",
    "aggregation": "flow"
   }
  ]
 },
 "observations": [
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 11,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 11,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 19,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 11,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 17,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 7,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 8,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 25,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 10,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 11,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 6,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 3,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 12,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 15,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 15,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 18,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 8,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 21,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 7,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 20,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 15,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 27,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 8,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 10,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 6,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2020",
   "periodType": "year",
   "value": 11,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 3,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 6,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 15,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 8,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Legislative & Regulatory Process"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 7,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 2,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 3,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 4,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2025",
   "periodType": "year",
   "value": 3,
   "status": "final",
   "category": "Wildlife & Depredation"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 5,
   "status": "final",
   "category": "Land & Public Lands"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 9,
   "status": "final",
   "category": "Production & Commodities"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 14,
   "status": "final",
   "category": "Water Rights & Supply"
  },
  {
   "metric": "legislation.bills_enacted_by_issue",
   "geo": "16",
   "period": "2026",
   "periodType": "year",
   "value": 1,
   "status": "final",
   "category": "Wildlife & Depredation"
  }
 ],
 "records": [
  {
   "year": 2019,
   "number": "H0001",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to existing law to provide that the director of the Department of Water Resources shall subordinate permits and licenses for certain projects issued after a specified date to the capture and retention of water in existing on-stream storage reservoirs during and following flood control operations until the date of allocation.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "16",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0001",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "H0025",
   "issue": "Land & Public Lands",
   "subject": "ANNEXATION",
   "description": "ANNEXATION – Amends existing law to provide a requirement regarding annexation of certain agricultural land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "22",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0025",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2019,
   "number": "H0038",
   "issue": "Production & Commodities",
   "subject": "FOOD SAFETY MODERNIZATION ACT",
   "description": "FOOD SAFETY MODERNIZATION ACT – Amends existing law to revise a date by which certain contracts and contracting authority shall transition to the Idaho State Department of Agriculture.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "27",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0038",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "H0044",
   "issue": "Land & Public Lands",
   "subject": "FOREST PRACTICES ACT ADMINISTRATION",
   "description": "FOREST PRACTICES ACT ADMINISTRATION – Amends existing law to revise annual assessment provisions regarding private owners of certain forest lands.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "36",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0044",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "H0060",
   "issue": "Production & Commodities",
   "subject": "COOPERATIVE MARKETING ASSOCIATIONS",
   "description": "COOPERATIVE MARKETING ASSOCIATIONS – Amends existing law regarding a voting limitation; to provide for bylaw requirements; and to revise marketing contract provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "49",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0060",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "H0067",
   "issue": "Water Rights & Supply",
   "subject": "LOW TEMPERATURE GEOTHERMAL RESOURCES",
   "description": "LOW TEMPERATURE GEOTHERMAL RESOURCES – Amends existing law to provide for the exemption of proposed uses of low temperature geothermal resources primarily for reasons other than heat value.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "51",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0067",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "H0081",
   "issue": "Wildlife & Depredation",
   "subject": "FISH AND GAME",
   "description": "FISH AND GAME – Amends existing law to revise provisions regarding applicability of specified law to the duties and liability of certain owners of land.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0081",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0092",
   "issue": "Land & Public Lands",
   "subject": "ANNEXATION",
   "description": "ANNEXATION – Amends existing law to provide requirements regarding annexation of certain forest land.",
   "status": "H Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0092",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0097",
   "issue": "Wildlife & Depredation",
   "subject": "FISH AND GAME",
   "description": "FISH AND GAME – Amends existing law to revise provisions regarding the duties and liability of certain owners of land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "176",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0097",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2019,
   "number": "H0104",
   "issue": "Land & Public Lands",
   "subject": "FEDERAL LAND RIGHTS-OF-WAY",
   "description": "FEDERAL LAND RIGHTS-OF-WAY – Amends existing law to revise provisions regarding federal land rights-of-way.",
   "status": "H Transp",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0104",
   "sponsor": "TRANSPORTATION AND DEFENSE COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0111",
   "issue": "Water Rights & Supply",
   "subject": "AQUATIC RESOURCES",
   "description": "AQUATIC RESOURCES – Adds to existing law to provide compensatory mitigation for impacts on aquatic resources.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0111",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0121",
   "issue": "Production & Commodities",
   "subject": "POTATOES",
   "description": "POTATOES – Adds to existing law to provide for a processed potatoes negotiation period.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0121",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2019,
   "number": "H0122",
   "issue": "Production & Commodities",
   "subject": "HEMP",
   "description": "HEMP – Amends and adds to existing law to provide legislative intent; to provide for research, production, and regulation of hemp; and to provide an exception regarding tetrahydrocannabinols.",
   "status": "H Held at Desk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0122",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2019,
   "number": "H0127",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING",
   "description": "LOCAL LAND USE PLANNING – Repeals, amends, and adds to existing law to revise provisions regarding cities and counties.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0127",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2019,
   "number": "H0130",
   "issue": "Land & Public Lands",
   "subject": "ANNEXATION",
   "description": "ANNEXATION – Amends existing law to revise provisions regarding annexation by cities.",
   "status": "S Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0130",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2019,
   "number": "H0142",
   "issue": "Water Rights & Supply",
   "subject": "BEAR LAKE",
   "description": "BEAR LAKE – Adds to existing law to provide that certain lands and water at Bear Lake be devoted to public use.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0142",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0162",
   "issue": "Land & Public Lands",
   "subject": "FEDERAL LANDS",
   "description": "FEDERAL LANDS – Adds to existing law to provide for the Idaho Council on Federal Lands.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0162",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2019,
   "number": "H0176",
   "issue": "Production & Commodities",
   "subject": "POTATOES",
   "description": "POTATOES – Amends existing law to revise definitions and to provide that certain rulemaking shall not be authorized.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "201",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0176",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2019,
   "number": "H0188",
   "issue": "Production & Commodities",
   "subject": "SEED BUYERS",
   "description": "SEED BUYERS – Amends existing law to revise conditions of licensure.",
   "status": "H W/M",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0188",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2019,
   "number": "H0207",
   "issue": "Water Rights & Supply",
   "subject": "WETLANDS",
   "description": "WETLANDS – Adds to existing law to provide legislative findings and purpose and to provide for limitations.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "206",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0207",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "H0300",
   "issue": "Production & Commodities",
   "subject": "HEMP",
   "description": "HEMP – Adds to existing law to provide for the interstate transport of hemp and to provide for the Hemp Development Fund.",
   "status": "H Not Concur",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/H0300",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2019,
   "number": "HCR009",
   "issue": "Water Rights & Supply",
   "subject": "HYDROPOWER",
   "description": "HYDROPOWER – Stating findings of the Legislature and recognizing hydropower as Idaho’s greatest renewable resource and further recognizing the immense benefit hydropower provides as a carbon-free, inexpensive electrical power source and as an economic driver for tourism, recreation, and agriculture in Idaho.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HCR009",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2019,
   "number": "HCR010",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Stating findings of the Legislature and supporting the 2018 settlement agreement between the cities, the Surface Water Coalition, and members of Idaho Ground Water Appropriators; supporting state management through the ESPA Ground Water Management Area; and supporting the continued funding and implementation of efforts to stabilize and reverse the trend of declining water levels in the ESPA.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HCR010",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2019,
   "number": "HCR011",
   "issue": "Production & Commodities",
   "subject": "IDAHO STATE DEPARTMENT OF AGRICULTURE",
   "description": "IDAHO STATE DEPARTMENT OF AGRICULTURE – Stating findings of the Legislature and commemorating the founding of the Idaho State Department of Agriculture and commending its continued service to the people of Idaho.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HCR011",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2019,
   "number": "HCR012",
   "issue": "Land & Public Lands",
   "subject": "NATURAL RESOURCE ISSUES STUDY",
   "description": "NATURAL RESOURCE ISSUES STUDY – Stating findings of the Legislature and authorizing the Legislative Council to appoint a committee to undertake and complete a study of natural resource issues.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HCR012",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "HCR023",
   "issue": "Legislative & Regulatory Process",
   "subject": "DEPARTMENT OF ENVIRONMENTAL QUALITY",
   "description": "DEPARTMENT OF ENVIRONMENTAL QUALITY – RULE REJECTION – Stating findings of the Legislature and rejecting a certain rule of the Department of Environmental Quality relating to Water Quality Standards.",
   "status": "S Health/Wel",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HCR023",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2019,
   "number": "HJM004",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Stating findings of the Legislature and supporting the construction of new water infrastructure in Idaho and, in particular, the raising of the Anderson Ranch Dam.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HJM004",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2019,
   "number": "HJM005",
   "issue": "Land & Public Lands",
   "subject": "FEDERAL LANDS",
   "description": "FEDERAL LANDS – Stating findings of the Legislature and urging Congress to enact federal legislation to require that when private lands are exchanged, purchased, or transferred to the federal government that other federal lands within the county must be sold.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HJM005",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2019,
   "number": "HJM008",
   "issue": "Land & Public Lands",
   "subject": "WILDERNESS",
   "description": "WILDERNESS – Stating findings of the Legislature and supporting scientific adaptive management to implement the multiple-use concept and urging the release of specified wilderness study areas.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HJM008",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "HJM010",
   "issue": "Land & Public Lands",
   "subject": "WILDERNESS",
   "description": "WILDERNESS – Stating findings of the Legislature and advising the United States Secretary of Agriculture to immediately adopt, implement, and enforce a Secretarial Order concerning Allowable Uses in Recommended Wilderness Areas and potential public land additions to the National Wilderness Preservation System.",
   "status": "H W/M",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HJM010",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2019,
   "number": "HR007",
   "issue": "Production & Commodities",
   "subject": "HEMP",
   "description": "HEMP – Stating findings of the House of Representatives and resolving that it is the policy of this state to allow and encourage the development, research, and production of hemp in Idaho and to provide for the development and submission of a state plan.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/HR007",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2019,
   "number": "S1024",
   "issue": "Production & Commodities",
   "subject": "CROP RESIDUE BURNING",
   "description": "CROP RESIDUE BURNING – Amends existing law to revise provisions regarding payment of a fee.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "32",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1024",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "S1041",
   "issue": "Water Rights & Supply",
   "subject": "GROUND WATER DISTRICTS",
   "description": "GROUND WATER DISTRICTS – Amends existing law to provide for emergency assessments, to provide for mitigation by a district due to noncompliance of a member and for the levy of special assessments, and to provide a procedure associated with certain district assessments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "33",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1041",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2019,
   "number": "S1050",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise a provision regarding the diversion and use of water, with or without a water right.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "211",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1050",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "S1056",
   "issue": "Water Rights & Supply",
   "subject": "GROUND WATER DISTRICTS",
   "description": "GROUND WATER DISTRICTS – Repeals and adds to existing law to provide for the apportionment of mitigation plan obligations and separate mitigation plans by nonirrigators, to provide for delinquent assessments and noncompliance with apportionment of mitigation plan obligations, to provide for action by the director, and to provide for hearings.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "261",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1056",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2019,
   "number": "S1082",
   "issue": "Production & Commodities",
   "subject": "STATE BRAND BOARD",
   "description": "STATE BRAND BOARD – Amends existing law to revise certain fee provisions regarding ownership and transportation certificates; to revise brand inspection fees for horses, mules, and asses; and to provide for equine farm service fees.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "157",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1082",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 19
  },
  {
   "year": 2019,
   "number": "S1083",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION AND DRAINAGE",
   "description": "IRRIGATION AND DRAINAGE – Amends existing law to revise provisions regarding encroachments on certain rights-of-way, maintenance of embankments, the prevention of damage to others associated with ditches, canals, works, or other aqueducts, buried irrigation conduit, and encroachments on certain easements and rights-of-way.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "158",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1083",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2019,
   "number": "S1084",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Repeals existing law relating to Carey Act construction companies, certain statements filed with county recorders, duties of county recorders, the transfer of certain water rights, certain appeals, fees for decisions on applications for transfers of water rights, the sale of water rights, and certain reports of irrigation companies; and amends existing law to remove provisions regarding certain reports to the Department of Water Resources.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "190",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1084",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "S1085",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding meetings of irrigation district boards of directors.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "191",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1085",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2019,
   "number": "S1086",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION AND DRAINAGE",
   "description": "IRRIGATION AND DRAINAGE – Amends existing law to revise provisions regarding rights associated with rights-of-way and encroachments onto easements and rights-of-way.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "183",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/S1086",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2019,
   "number": "SCR110",
   "issue": "Water Rights & Supply",
   "subject": "IDAHO SOIL AND WATER CONSERVATION COMMISSION",
   "description": "IDAHO SOIL AND WATER CONSERVATION COMMISSION – RULE REJECTION – Stating findings of the Legislature and rejecting a certain rule of the Idaho Soil and Water Conservation Commission relating to the Resource Conservation and Rangeland Development Program.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/SCR110",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2019,
   "number": "SJM101",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Stating findings of the Legislature and urging the President and Congress to take such action as necessary to require the Secretary of the Interior and the Secretary of Agriculture to recognize valid easements existing pursuant to the 1866 Mining Act on federal lands.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/SJM101",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2019,
   "number": "SJM105",
   "issue": "Water Rights & Supply",
   "subject": "BEAR LAKE",
   "description": "BEAR LAKE – Stating findings of the Legislature and urging the states of Utah and Idaho to work together in seeking solutions to address challenges regarding Bear Lake.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/SJM105",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2019,
   "number": "SJM106",
   "issue": "Water Rights & Supply",
   "subject": "WATER RIGHTS",
   "description": "WATER RIGHTS – Stating findings of the Legislature and urging the President and Congress to require the Secretary of the Interior and the Secretary of Agriculture to recognize valid easements existing pursuant to the 1866 Mining Act on federal lands.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2019/legislation/SJM106",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2020,
   "number": "H0329",
   "issue": "Water Rights & Supply",
   "subject": "WATER RESOURCES",
   "description": "WATER RESOURCES – Amends existing law to authorize the director of the Department of Water Resources to receive, file, record, or retain documents of record on media other than paper.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "56",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0329",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "H0356",
   "issue": "Production & Commodities",
   "subject": "BEEF CATTLE",
   "description": "BEEF CATTLE – Amends existing law to provide that operations electing to utilize certain nutrient management planners are consenting to allow such plans to be housed with the Idaho State Department of Agriculture and to provide that certain information shall be exempt from disclosure.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "66",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0356",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "H0366",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends, repeals, and adds to existing law to revise provisions regarding water district meetings and budgets, watermasters, the election and appointment of water district treasurers, and the distribution of water, to provide for the collection of certain penalties and interest for unpaid expenses, and to provide for the withholding or suspension of certain water deliveries.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "52",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0366",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "H0382",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to and amends existing law to provide for the Bear River water rights adjudication.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "50",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0382",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "H0389",
   "issue": "Production & Commodities",
   "subject": "POTATO COMMISSION",
   "description": "POTATO COMMISSION – Amends existing law to revise provisions regarding the Idaho Potato Commission.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0389",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2020,
   "number": "H0450",
   "issue": "Land & Public Lands",
   "subject": "PLANNING AND ZONING",
   "description": "PLANNING AND ZONING – Amends existing law to provide that requests for amendment to a zoning ordinance shall be submitted to the governing board of the locality.",
   "status": "H Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0450",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2020,
   "number": "H0451",
   "issue": "Land & Public Lands",
   "subject": "ANNEXATION",
   "description": "ANNEXATION – Amends existing law to provide requirements regarding annexation of certain forest land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "240",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0451",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2020,
   "number": "H0487",
   "issue": "Production & Commodities",
   "subject": "PESTICIDES AND CHEMIGATION",
   "description": "PESTICIDES AND CHEMIGATION – Amends existing law to revise provisions regarding prohibited acts and rulemaking.",
   "status": "VETOED",
   "outcome": "vetoed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0487",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2020,
   "number": "H0495",
   "issue": "Legislative & Regulatory Process",
   "subject": "TAXATION",
   "description": "TAXATION – Amends existing law to provide for the valuation of agricultural land.",
   "status": "H Rev/Tax",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0495",
   "sponsor": "REVENUE AND TAXATION COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2020,
   "number": "H0553",
   "issue": "Legislative & Regulatory Process",
   "subject": "TAXATION OF FOREST LAND",
   "description": "TAXATION OF FOREST LAND – Amends and adds to existing law to provide for the assessment and taxation of forest land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "247",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0553",
   "sponsor": "REVENUE AND TAXATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2020,
   "number": "H0565",
   "issue": "Water Rights & Supply",
   "subject": "FLOOD CONTROL DISTRICTS",
   "description": "FLOOD CONTROL DISTRICTS – Adds to existing law to provide for petitions for annexation of land, to provide that guardians and administrators may sign petitions, to provide for notice of petition, to provide for hearing of petitions, to provide for orders rejecting or accepting petitions, and to provide that orders be recorded.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "249",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0565",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2020,
   "number": "H0586",
   "issue": "Water Rights & Supply",
   "subject": "STOCKWATER RIGHTS",
   "description": "STOCKWATER RIGHTS – Amends, repeals, and adds to existing law to provide for forfeiture of stockwater rights.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0586",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2020,
   "number": "H0591",
   "issue": "Production & Commodities",
   "subject": "POTATOES",
   "description": "POTATOES – Amends existing law to provide for partial refunds of certain tax levies.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0591",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2020,
   "number": "H0592",
   "issue": "Water Rights & Supply",
   "subject": "STOCKWATER RIGHTS",
   "description": "STOCKWATER RIGHTS – Amends, repeals, and adds to existing law to provide for forfeiture of stockwater rights.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "253",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0592",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2020,
   "number": "H0615",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to provide that a party asserting that a water right has been forfeited has the burden of proving the forfeiture, to provide that certain water rights shall not be lost or forfeited for nonuse, and to provide for third-party claims of right.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "296",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/H0615",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2020,
   "number": "HCR038",
   "issue": "Land & Public Lands",
   "subject": "PAYMENTS IN LIEU OF TAXES",
   "description": "PAYMENTS IN LIEU OF TAXES – Stating findings of the Legislature and directing the Committee on Federalism to study the fair taxable value of certain federal lands.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/HCR038",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2020,
   "number": "HJM015",
   "issue": "Legislative & Regulatory Process",
   "subject": "NEPA REGULATIONS",
   "description": "NEPA REGULATIONS – Stating findings of the Legislature and supporting the effort by the Trump Administration, through the Executive Office of the President, to modernize and simplify NEPA regulations in order to streamline the review process without changing environmental standards.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/HJM015",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2020,
   "number": "S1217",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to provide that water may be diverted and used with or without a water right for certain cleanup or removal of hazardous substances or petroleum, to provide for reporting, and to provide that the director of the Department of Water Resources shall be consulted.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "6",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1217",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "S1218",
   "issue": "Water Rights & Supply",
   "subject": "WATER RESOURCES",
   "description": "WATER RESOURCES – Amends existing law to authorize the director of the Department of Water Resources to receive, file, record, or retain documents of record on media other than paper.",
   "status": "S Jud",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1218",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2020,
   "number": "S1224",
   "issue": "Production & Commodities",
   "subject": "WEIGHMASTERS",
   "description": "WEIGHMASTERS – Amends and repeals existing law to remove licensing provisions, to provide for compliance with specified law by weighmasters, and to revise provisions regarding weight and tare tickets.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "141",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1224",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2020,
   "number": "S1225",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Amends existing law to revise provisions regarding reporting requirements associated with certain fertilizers and soil and plant amendments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "142",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1225",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2020,
   "number": "S1247",
   "issue": "Wildlife & Depredation",
   "subject": "WOLVES",
   "description": "WOLVES – Adds to existing law to provide for chronic depredation zones and to provide for wolf-free zones.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1247",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2020,
   "number": "S1248",
   "issue": "Production & Commodities",
   "subject": "SEED AND PLANT CERTIFICATION",
   "description": "SEED AND PLANT CERTIFICATION – Amends existing law to remove the requirement that the Idaho Agricultural Experiment Station use the administrative rules process to set standards and requirements for seed certification.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "80",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1248",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "S1253",
   "issue": "Production & Commodities",
   "subject": "HEMP AND FDA-APPROVED MEDICAL CANNABIS",
   "description": "HEMP AND FDA-APPROVED MEDICAL CANNABIS – Amends and adds to existing law to provide legislative intent, to provide for the research and production of hemp, and to revise definitions.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1253",
   "sponsor": "HEALTH AND WELFARE COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2020,
   "number": "S1273",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to remove a date restriction associated with certain water rights.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "146",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1273",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2020,
   "number": "S1286",
   "issue": "Production & Commodities",
   "subject": "ANIMALS",
   "description": "ANIMALS – Repeals existing law relating to the taking up of hogs and hogs running at large within towns.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "135",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1286",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2020,
   "number": "S1289",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding the grouping of certain lands for assessment purposes.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "176",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1289",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2020,
   "number": "S1290",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to provide that certain irrigation districts may combine precincts into one combined polling place, to provide for the location, and to provide for judges of election.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "177",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1290",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2020,
   "number": "S1291",
   "issue": "Land & Public Lands",
   "subject": "RANGELAND RESOURCES COMMISSION",
   "description": "RANGELAND RESOURCES COMMISSION – Amends existing law to revise nomination provisions for commission seats.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "149",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1291",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2020,
   "number": "S1294",
   "issue": "Production & Commodities",
   "subject": "DOMESTIC CERVIDAE",
   "description": "DOMESTIC CERVIDAE – Amends existing law to revise fee provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "319",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1294",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2020,
   "number": "S1316",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding construction work and the application of water to full beneficial use, lapses of permits, and the issuance of licenses and to provide for extensions of time and permits held by municipal providers for reasonably anticipated future needs.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "164",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1316",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2020,
   "number": "S1345",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Adds to existing law to establish provisions regarding industrial hemp.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/S1345",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2020,
   "number": "SCR129",
   "issue": "Legislative & Regulatory Process",
   "subject": "WILD BIRD POPULATIONS",
   "description": "WILD BIRD POPULATIONS – Stating findings of the Legislature and declaring support to better understand the issues that are contributing to the decline of Idaho’s bird populations and the implications of this decline and to identify opportunities to restore healthy wild bird populations.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/SCR129",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2020,
   "number": "SCR137",
   "issue": "Water Rights & Supply",
   "subject": "LEMHI RIVER BASIN",
   "description": "LEMHI RIVER BASIN – Stating findings of the Legislature and directing the Idaho Water Resource Board to work expeditiously with local water users to develop a comprehensive settlement regarding supply demands in the Lemhi River Basin.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/SCR137",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2020,
   "number": "SJM108",
   "issue": "Water Rights & Supply",
   "subject": "COLUMBIA-SNAKE RIVER SYSTEM",
   "description": "COLUMBIA-SNAKE RIVER SYSTEM – Stating findings of the Legislature and opposing the removal or breaching of the dams on the Columbia-Snake River System and its tributaries, and recognizing certain benefits provided by the Port of Lewiston.",
   "status": "S Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/SJM108",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2020,
   "number": "SJM109",
   "issue": "Water Rights & Supply",
   "subject": "COLUMBIA-SNAKE RIVER SYSTEM",
   "description": "COLUMBIA-SNAKE RIVER SYSTEM – Stating findings of the Legislature, opposing the removal or breaching of the dams on the Columbia-Snake River System and its tributaries, and recognizing certain benefits provided by the Port of Lewiston.",
   "status": "S Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/SJM109",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2020,
   "number": "SJM110",
   "issue": "Water Rights & Supply",
   "subject": "COLUMBIA-SNAKE RIVER SYSTEM",
   "description": "COLUMBIA-SNAKE RIVER SYSTEM – Stating findings of the Legislature, opposing the removal or breaching of the dams on the Columbia-Snake River System and its tributaries, and recognizing certain benefits provided by the Port of Lewiston.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2020/legislation/SJM110",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0023",
   "issue": "Land & Public Lands",
   "subject": "ENDOWMENT LAND",
   "description": "ENDOWMENT LAND – Repeals existing law relating to the exchange of certain lands.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "27",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0023",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0024",
   "issue": "Land & Public Lands",
   "subject": "IDAHO BOARD OF SCALING PRACTICES",
   "description": "IDAHO BOARD OF SCALING PRACTICES – Amends existing law to revise provisions regarding board compensation.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "28",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0024",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0043",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends and repeals existing law relating to the administrative determination of adverse claims, hearings and orders of local ground water boards, appeals from certain actions, and penalties.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "36",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0043",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0044",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding certain authority of the Water Resource Board and the Department of Water Resources.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0044",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "H0050",
   "issue": "Production & Commodities",
   "subject": "FOOD QUALITY ASSURANCE INSTITUTE",
   "description": "FOOD QUALITY ASSURANCE INSTITUTE – Repeals existing law relating to the Idaho Food Quality Assurance Institute.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "38",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0050",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0051",
   "issue": "Production & Commodities",
   "subject": "DAIRIES",
   "description": "DAIRIES – Amends existing law to provide nutrient management standards on dairy farms.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "64",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0051",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2021,
   "number": "H0057",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding certain authority of the Water Resource Board and the Department of Water Resources.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "65",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0057",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2021,
   "number": "H0064",
   "issue": "Production & Commodities",
   "subject": "VETERINARIANS",
   "description": "VETERINARIANS – Amends, adds to, and repeals existing law regarding the Veterinary Practice Act.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "40",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0064",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2021,
   "number": "H0099",
   "issue": "Water Rights & Supply",
   "subject": "WATER QUALITY",
   "description": "WATER QUALITY – Adds to existing law to provide for water quality innovation and pollutant trading.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "94",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0099",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2021,
   "number": "H0100",
   "issue": "Production & Commodities",
   "subject": "DEPARTMENT OF AGRICULTURE",
   "description": "DEPARTMENT OF AGRICULTURE – Amends existing law to revise provisions regarding rulemaking.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0100",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "H0113",
   "issue": "Water Rights & Supply",
   "subject": "BIG PAYETTE AND CASCADE LAKES",
   "description": "BIG PAYETTE AND CASCADE LAKES – Repeals and adds to existing law to establish the Big Payette and Cascade Lakes Water Quality Act.",
   "status": "H Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0113",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "H0118",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Amends existing law to prohibit the Department of Lands from engaging legal counsel from the Attorney General’s office.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0118",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2021,
   "number": "H0126",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends and adds to existing law to establish provisions regarding industrial hemp.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "242",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0126",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2021,
   "number": "H0166",
   "issue": "Production & Commodities",
   "subject": "DOMESTIC CERVIDAE",
   "description": "DOMESTIC CERVIDAE – Amends existing law to remove the prohibition of holding reindeer for domestic purposes north of the Salmon River.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "245",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0166",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0167",
   "issue": "Production & Commodities",
   "subject": "DEPARTMENT OF AGRICULTURE",
   "description": "DEPARTMENT OF AGRICULTURE – Amends existing law to revise provisions regarding rulemaking.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "128",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0167",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0182",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to existing law to provide for irrigation corporation boundary adjustments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "156",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0182",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0183",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding extensions of time for construction, work, or application of water to full beneficial use.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0183",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2021,
   "number": "H0184",
   "issue": "Water Rights & Supply",
   "subject": "WATER RIGHTS",
   "description": "WATER RIGHTS – Amends existing law to revise provisions regarding notification of change in ownership of water rights.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "157",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0184",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0185",
   "issue": "Water Rights & Supply",
   "subject": "FLOOD CONTROL DISTRICTS",
   "description": "FLOOD CONTROL DISTRICTS – Amends existing law to provide that lands annexed to a district may be contiguous or noncontiguous to the existing district.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "158",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0185",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0186",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding notices of claim associated with the use of stockwater on federal land and to revise provisions regarding the director’s determination of specified elements to define and administer the water rights acquired under state law.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "159",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0186",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0236",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding the water management account.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0236",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2021,
   "number": "H0237",
   "issue": "Legislative & Regulatory Process",
   "subject": "SAGE GROUSE",
   "description": "SAGE GROUSE – Adds to existing law to provide for a sage grouse preservation program and to provide for certification.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0237",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "H0252",
   "issue": "Legislative & Regulatory Process",
   "subject": "PROPERTY ASSESSMENTS",
   "description": "PROPERTY ASSESSMENTS – Amends existing law to revise provisions regarding the assessment of certain property actively devoted to agriculture.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "270",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0252",
   "sponsor": "REVENUE AND TAXATION COMMITTEE",
   "actionCount": 20
  },
  {
   "year": 2021,
   "number": "H0266",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to existing law to provide for cloud seeding in Idaho.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "256",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0266",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "H0267",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding the water management account.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "161",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0267",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2021,
   "number": "H0268",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding extensions of time for construction, work, or application of water to full beneficial use.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "162",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0268",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2021,
   "number": "H0297",
   "issue": "Water Rights & Supply",
   "subject": "SOIL CONSERVATION DISTRICTS",
   "description": "SOIL CONSERVATION DISTRICTS – Amends and repeals existing law to revise membership provisions regarding the Idaho State Soil and Water Conservation Commission and to revise provisions regarding changes to the number of district supervisors.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0297",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "H0307",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Repeals and amends existing law to revise right-of-way provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "250",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0307",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2021,
   "number": "H0404",
   "issue": "Production & Commodities",
   "subject": "VETERINARIANS",
   "description": "VETERINARIANS – Amends existing law to provide for indirect supervision and the offering of services to the public by allied health professionals.",
   "status": "H W/M",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/H0404",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "HCR007",
   "issue": "Land & Public Lands",
   "subject": "NATURAL RESOURCE ISSUES STUDY",
   "description": "NATURAL RESOURCE ISSUES STUDY – States findings of the Legislature and authorizes the Legislative Council to appoint a committee to undertake and complete a study of natural resource issues.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/HCR007",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2021,
   "number": "HCR008",
   "issue": "Land & Public Lands",
   "subject": "PAYMENTS IN LIEU OF TAXES",
   "description": "PAYMENTS IN LIEU OF TAXES – States findings of the Legislature and directs the Committee on Federalism to study the fair taxable value of certain federal lands.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/HCR008",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2021,
   "number": "HCR018",
   "issue": "Legislative & Regulatory Process",
   "subject": "ARPA FUNDS",
   "description": "ARPA FUNDS – States findings of the Legislature and creates a legislative interim study committee to study and make recommendations regarding the expenditure of federal funds received for water infrastructure purposes under the American Rescue Plan Act of 2021.",
   "status": "S 10th Ord",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/HCR018",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2021,
   "number": "HCR021",
   "issue": "Water Rights & Supply",
   "subject": "LEMHI BASIN",
   "description": "LEMHI BASIN – States findings of the legislature and directs the Idaho Water Resource Board to continue to work expeditiously with local water users to complete a comprehensive settlement that resolves current tensions and conflicts over the use of Lemhi Basin high flows.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/HCR021",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2021,
   "number": "S1005",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – Amends existing law to authorize water districts to charge fees to certain water delivery organizations and water users.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "107",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1005",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 19
  },
  {
   "year": 2021,
   "number": "S1015",
   "issue": "Water Rights & Supply",
   "subject": "DOMESTIC WATER",
   "description": "DOMESTIC WATER – Repeals existing law relating to the protection of domestic water.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "108",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1015",
   "sponsor": "HEALTH AND WELFARE COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2021,
   "number": "S1020",
   "issue": "Legislative & Regulatory Process",
   "subject": "LANDOWNERS",
   "description": "LANDOWNERS – Amends existing law regarding the limitation of liability of landowners toward persons entering land for recreational purposes.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "109",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1020",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 19
  },
  {
   "year": 2021,
   "number": "S1072",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law regarding the filling of vacancies.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "111",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1072",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2021,
   "number": "S1073",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Amends existing law to provide that certain real property is not subject to adverse possession.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "112",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1073",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2021,
   "number": "S1074",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Repeals and amends existing law to revise right-of-way provisions.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1074",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2021,
   "number": "S1079",
   "issue": "Legislative & Regulatory Process",
   "subject": "ENVIRONMENTAL QUALITY",
   "description": "ENVIRONMENTAL QUALITY – Adds to existing law to provide for the Agricultural Best Management Practices (BMP) Fund.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "175",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1079",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 23
  },
  {
   "year": 2021,
   "number": "S1090",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Amends existing law to revise provisions regarding legal representation of the Idaho Department of Lands.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1090",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "S1106",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING",
   "description": "LOCAL LAND USE PLANNING – Amends existing law to provide that local ordinances shall not apply to state and local transportation systems and essential facilities.",
   "status": "S Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1106",
   "sponsor": "LOCAL GOVERNMENT AND TAXATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2021,
   "number": "S1122",
   "issue": "Water Rights & Supply",
   "subject": "SOIL CONSERVATION",
   "description": "SOIL CONSERVATION – Amends existing law to revise references to soil conservation districts and the state Soil and Water Conservation Commission and to remove provisions regarding the Idaho OnePlan.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1122",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2021,
   "number": "S1211",
   "issue": "Wildlife & Depredation",
   "subject": "WOLVES",
   "description": "WOLVES – Amends existing law to revise provisions regarding the powers and duties of the Idaho Wolf Depredation Control Board, wolf control assessments, the taking of wolves, and the control of depredation of wolves on livestock, domestic animals, and wildlife populations.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "307",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/S1211",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2021,
   "number": "SCR104",
   "issue": "Water Rights & Supply",
   "subject": "RIRIE RESERVOIR",
   "description": "RIRIE RESERVOIR – States findings of the Legislature and supports the Ririe Reservoir project to more properly balance Ririe Reservoir water supply and irrigation supplies with adequate flood control.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/SCR104",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 20
  },
  {
   "year": 2021,
   "number": "SJM103",
   "issue": "Water Rights & Supply",
   "subject": "COLUMBIA-SNAKE RIVER SYSTEM",
   "description": "COLUMBIA-SNAKE RIVER SYSTEM – States findings of the Legislature, opposes the removal or breaching of the dams on the Columbia-Snake River System and its tributaries, and recognizes certain benefits provided by the Port of Lewiston.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2021/legislation/SJM103",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "H0455",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Amends and repeals existing law to revise provisions regarding certain fees and to remove provisions regarding certain inspection fees, tonnage fees and reports, and the artificial production of rainfall.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "27",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0455",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2022,
   "number": "H0456",
   "issue": "Production & Commodities",
   "subject": "INVASIVE SPECIES FUND",
   "description": "INVASIVE SPECIES FUND – Amends existing law to revise fee provisions.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0456",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0466",
   "issue": "Production & Commodities",
   "subject": "CONFINED ANIMAL FEEDING OPERATIONS",
   "description": "CONFINED ANIMAL FEEDING OPERATIONS – Adds to existing law to provide for the Confined Animal Feeding Operations Improvement Fund and Committee.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0466",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2022,
   "number": "H0467",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding loans from the revolving account.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "90",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0467",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2022,
   "number": "H0468",
   "issue": "Land & Public Lands",
   "subject": "ENDOWMENT LAND",
   "description": "ENDOWMENT LAND – Adds to existing law to provide for certain notices and to provide for violations and penalties.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0468",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0530",
   "issue": "Production & Commodities",
   "subject": "IDAHO HOP GROWER’S COMMISSION",
   "description": "IDAHO HOP GROWER’S COMMISSION – Adds to existing law to authorize the commission to promote beer made with Idaho-grown hops.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "89",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0530",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2022,
   "number": "H0558",
   "issue": "Water Rights & Supply",
   "subject": "STOCKWATER",
   "description": "STOCKWATER – Amends existing law to revise provisions regarding forfeiture of stockwater rights.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0558",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0559",
   "issue": "Production & Commodities",
   "subject": "CONFINED ANIMAL FEEDING OPERATIONS",
   "description": "CONFINED ANIMAL FEEDING OPERATIONS – Adds to existing law to provide for the confined animal feeding operations improvement fund and committee.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "51",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0559",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "H0584",
   "issue": "Water Rights & Supply",
   "subject": "ANDERSON RANCH DAM",
   "description": "ANDERSON RANCH DAM – Provides legislative intent regarding the Anderson Ranch Dam raise project.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "214",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0584",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2022,
   "number": "H0587",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Amends and adds to existing law to revise provisions regarding the land, mineral, and grazing division, to provide for certain price comparisons, and to provide for an ombudsman.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0587",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0606",
   "issue": "Production & Commodities",
   "subject": "RIGHT TO FARM",
   "description": "RIGHT TO FARM – Amends existing law to revise a definition.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "116",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0606",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "H0608",
   "issue": "Water Rights & Supply",
   "subject": "STOCKWATER",
   "description": "STOCKWATER – Amends existing law to revise provisions regarding forfeiture of stockwater rights.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "215",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0608",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "H0623",
   "issue": "Land & Public Lands",
   "subject": "TRESPASS",
   "description": "TRESPASS – Amends existing law to provide that a process server serving legal documents is not committing civil or criminal trespass.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0623",
   "sponsor": "JUDICIARY, RULES AND ADMINISTRATION COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2022,
   "number": "H0641",
   "issue": "Production & Commodities",
   "subject": "VETERINARIANS",
   "description": "VETERINARIANS – Amends existing law to provide for indirect supervision and the offering of services to the public by allied health professionals.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0641",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0642",
   "issue": "Water Rights & Supply",
   "subject": "SOIL CONSERVATION DISTRICTS",
   "description": "SOIL CONSERVATION DISTRICTS – Amends and repeals existing law to revise provisions regarding the Soil and Water Conservation Commission and to revise provisions regarding supervisors.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "271",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0642",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2022,
   "number": "H0647",
   "issue": "Legislative & Regulatory Process",
   "subject": "PERSONHOOD",
   "description": "PERSONHOOD – Adds to existing law to provide that environmental elements, artificial intelligence, animals, and inanimate objects shall not be granted personhood.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0647",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2022,
   "number": "H0696",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Amends existing law to revise provisions regarding legal representation of the Idaho Department of Lands.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0696",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "H0720",
   "issue": "Legislative & Regulatory Process",
   "subject": "PERSONHOOD",
   "description": "PERSONHOOD – Adds to existing law to provide that environmental elements, artificial intelligence, nonhuman animals, and inanimate objects shall not be granted personhood.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "322",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0720",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2022,
   "number": "H0749",
   "issue": "Water Rights & Supply",
   "subject": "LEMHI BASIN",
   "description": "LEMHI BASIN – Adds to existing law to establish provisions regarding the Lemhi Basin Comprehensive Settlement Agreement.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "290",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/H0749",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2022,
   "number": "HCR037",
   "issue": "Legislative & Regulatory Process",
   "subject": "FEE RULES",
   "description": "FEE RULES – HOUSE AND SENATE AGRICULTURAL AFFAIRS COMMITTEES – Stating findings of the Legislature and approving administrative rules that impose a fee or charge reviewed by the House and Senate Agricultural Affairs Committees.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/HCR037",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2022,
   "number": "S1227",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Repeals existing law relating to the Coeur d’Alene River and Lake Commission.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "41",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1227",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "S1228",
   "issue": "Land & Public Lands",
   "subject": "FENCES",
   "description": "FENCES – Repeals existing law relating to inclosures of reservoirs and dumps.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "76",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1228",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2022,
   "number": "S1251",
   "issue": "Land & Public Lands",
   "subject": "STATE LANDS",
   "description": "STATE LANDS – Amends existing law to provide for written agreement of permittees and private right holders prior to the exchange of federally managed lands.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1251",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "S1252",
   "issue": "Land & Public Lands",
   "subject": "TAYLOR GRAZING ACT",
   "description": "TAYLOR GRAZING ACT – Amends existing law to revise provisions regarding grazing preference rights.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1252",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "S1275",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding nominee oaths.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "106",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1275",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2022,
   "number": "S1276",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION AND CANAL COMPANIES",
   "description": "IRRIGATION AND CANAL COMPANIES – Amends existing law to revise provisions regarding notice.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "105",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1276",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2022,
   "number": "S1277",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding the qualification of voters.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "104",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1277",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2022,
   "number": "S1278",
   "issue": "Legislative & Regulatory Process",
   "subject": "REAL PROPERTY",
   "description": "REAL PROPERTY – Adds to existing law to provide that certain appurtenant water rights and water entitlements and obligations shall pass with the transfer of real property.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1278",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2022,
   "number": "S1312",
   "issue": "Land & Public Lands",
   "subject": "FENCES",
   "description": "FENCES – Amends existing law to revise provisions regarding the careless exposure of barbed wire and to revise penalties.",
   "status": "S Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1312",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "S1313",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to provide the director of the Department of Water Resources or the watermaster shall administer certain storage water rights.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1313",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "S1344",
   "issue": "Production & Commodities",
   "subject": "RURAL VETERINARIANS LOAN REPAYMENT PROGRAM",
   "description": "RURAL VETERINARIANS LOAN REPAYMENT PROGRAM – Adds to existing law to establish a loan repayment program for rural veterinarians who treat large animals.",
   "status": "S Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1344",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2022,
   "number": "S1345",
   "issue": "Land & Public Lands",
   "subject": "FENCES",
   "description": "FENCES – Amends existing law to revise provisions regarding the careless exposure of barbed wire and to revise penalties.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1345",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2022,
   "number": "S1372",
   "issue": "Land & Public Lands",
   "subject": "LANDS",
   "description": "LANDS – Amends existing law to provide for legal representation.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1372",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2022,
   "number": "S1380",
   "issue": "Production & Commodities",
   "subject": "RURAL VETERINARIANS LOAN REPAYMENT PROGRAM",
   "description": "RURAL VETERINARIANS LOAN REPAYMENT PROGRAM – Adds to existing law to establish a loan repayment program for rural veterinarians who treat large animals.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2022/legislation/S1380",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2023,
   "number": "H0076",
   "issue": "Legislative & Regulatory Process",
   "subject": "HOMEOWNER’S ASSOCIATIONS",
   "description": "HOMEOWNER’S ASSOCIATIONS – Amends and adds to existing law to prohibit homeowner’s associations from restricting the right to grow and raise food.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0076",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2023,
   "number": "H0094",
   "issue": "Production & Commodities",
   "subject": "NOXIOUS WEEDS",
   "description": "NOXIOUS WEEDS – Amends existing law to revise provisions regarding county duties associated with certain notices.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "30",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0094",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2023,
   "number": "H0095",
   "issue": "Production & Commodities",
   "subject": "COMMERCIAL FEED",
   "description": "COMMERCIAL FEED – Amends existing law to clarify that animal remedies for certain animals that include ingredients from industrial hemp are not considered adulterated.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "28",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0095",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2023,
   "number": "H0119",
   "issue": "Water Rights & Supply",
   "subject": "FLOOD DISTRICTS",
   "description": "FLOOD DISTRICTS – Amends existing law to revise provisions regarding flood control district commissioners.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "56",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0119",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2023,
   "number": "H0156",
   "issue": "Wildlife & Depredation",
   "subject": "PREDATORY WILDLIFE",
   "description": "PREDATORY WILDLIFE – Amends existing law to classify rattlesnakes as predatory wildlife.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "138",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0156",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2023,
   "number": "H0173",
   "issue": "Legislative & Regulatory Process",
   "subject": "PROPERTY",
   "description": "PROPERTY – Amends existing law to provide that a foreign government or foreign state-controlled enterprise shall not purchase, acquire, or hold any interest in certain types of property in Idaho.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "251",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0173",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2023,
   "number": "H0183",
   "issue": "Water Rights & Supply",
   "subject": "BIG PAYETTE LAKE WATER QUALITY ACT",
   "description": "BIG PAYETTE LAKE WATER QUALITY ACT – Amends existing law to provide for legislative intent, to provide a date upon which the council shall be dissolved, to revise the declaration of policies and purposes, to revise the duties of the council, and to revise lake management plan provisions.",
   "status": "H W/M",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0183",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2023,
   "number": "H0349",
   "issue": "Production & Commodities",
   "subject": "HERD DISTRICTS",
   "description": "HERD DISTRICTS – Amends existing law to provide that the owner of certain livestock shall not be liable for damage caused by such livestock that stray from an open range to a herd district unless the district is enclosed by fences, cattle guards, or cattle gates.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "261",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0349",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2023,
   "number": "H0377",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Adds to existing law to provide for agriculture protection areas.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/H0377",
   "sponsor": "ANDRUS",
   "actionCount": 2
  },
  {
   "year": 2023,
   "number": "HCR003",
   "issue": "Land & Public Lands",
   "subject": "NATURAL RESOURCE ISSUES STUDY",
   "description": "NATURAL RESOURCE ISSUES STUDY – States findings of the Legislature and authorizes the Legislative Council to appoint a committee to undertake and complete a study of natural resource issues.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HCR003",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2023,
   "number": "HCR004",
   "issue": "Land & Public Lands",
   "subject": "LAVA RIDGE",
   "description": "LAVA RIDGE – States findings of the Legislature, expresses concern over the proposed Lava Ridge Project, and supports a no-build option.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HCR004",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2023,
   "number": "HCR007",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and supports ongoing investments in the state’s water infrastructure.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HCR007",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2023,
   "number": "HCR010",
   "issue": "Legislative & Regulatory Process",
   "subject": "",
   "description": "Rule approval, environment",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HCR010",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2023,
   "number": "HJM003",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and urges the Governor and the congressional delegation to oppose the federal lawsuit against Idaho’s stockwater forfeiture procedure.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HJM003",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2023,
   "number": "HJM004",
   "issue": "Water Rights & Supply",
   "subject": "WATER QUALITY STANDARDS",
   "description": "WATER QUALITY STANDARDS – States findings of the Legislature declaring opposition to EPA proposed rules regarding water quality standards.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HJM004",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2023,
   "number": "HJM005",
   "issue": "Wildlife & Depredation",
   "subject": "GRIZZLY BEAR",
   "description": "GRIZZLY BEAR – States findings of the Legislature and urges the delisting of grizzly bear in the lower 48 states.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/HJM005",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2023,
   "number": "S1021",
   "issue": "Water Rights & Supply",
   "subject": "PRIEST LAKE",
   "description": "PRIEST LAKE – Amends existing law to prohibit certain outlet control structures.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "95",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1021",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2023,
   "number": "S1032",
   "issue": "Water Rights & Supply",
   "subject": "WATER MANAGEMENT ACCOUNT",
   "description": "WATER MANAGEMENT ACCOUNT – Amends existing law to revise provisions regarding expenditures, to provide for the selection of projects, and to revise provisions regarding loans and grants.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "96",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1032",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2023,
   "number": "S1033",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Adds to existing law to provide for the appropriation of ground water for supplemental irrigation use.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "97",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1033",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2023,
   "number": "S1036",
   "issue": "Production & Commodities",
   "subject": "RAW MILK",
   "description": "RAW MILK – Amends existing law to revise provisions regarding raw milk and raw milk products.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "113",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1036",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2023,
   "number": "S1049",
   "issue": "Land & Public Lands",
   "subject": "ENDOWMENT LAND",
   "description": "ENDOWMENT LAND – Adds to existing law to provide for notice of restriction, regulation, and prohibition on endowment land and to provide for punishment and violations.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "80",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1049",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 19
  },
  {
   "year": 2023,
   "number": "S1063",
   "issue": "Land & Public Lands",
   "subject": "FENCES",
   "description": "FENCES – Amends existing law to revise provisions regarding the careless exposure of barbed wire and to revise penalties.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1063",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2023,
   "number": "S1073",
   "issue": "Land & Public Lands",
   "subject": "PLANNING AND ZONING",
   "description": "PLANNING AND ZONING – Amends existing law to revise provisions regarding comprehensive plans and annexing an area of city impact.",
   "status": "H W/M",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1073",
   "sponsor": "LOCAL GOVERNMENT AND TAXATION COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2023,
   "number": "S1084",
   "issue": "Wildlife & Depredation",
   "subject": "WILDLIFE",
   "description": "WILDLIFE – Adds to existing law to provide an exception to requirements for wildlife held captive in Idaho.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "150",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1084",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2023,
   "number": "S1112",
   "issue": "Water Rights & Supply",
   "subject": "BEAR LAKE",
   "description": "BEAR LAKE – Adds to existing law to recognize Bear Lake’s benefits and to provide for its enhancement, protection, and preservation.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "176",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/S1112",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2023,
   "number": "SCR102",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURAL ISSUES STUDY",
   "description": "AGRICULTURAL ISSUES STUDY – States findings of the Legislature and authorizes the Legislative Council to appoint a committee to undertake and complete a study of agricultural issues.",
   "status": "S Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/SCR102",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2023,
   "number": "SCR103",
   "issue": "Legislative & Regulatory Process",
   "subject": "RULE APPROVAL",
   "description": "RULE APPROVAL – SENATE AGRICULTURAL AFFAIRS AND HOUSE AGRICULTURAL AFFAIRS COMMITTEES – States findings of the Legislature and approves fee rules of the Department of Agriculture, the Idaho Sheep and Goat Health Board, and the Division of Occupational and Professional Licenses reviewed by the Senate Agricultural Affairs Committee and the House Agricultural Affairs Committee.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2023/legislation/SCR103",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2024,
   "number": "H0402",
   "issue": "Water Rights & Supply",
   "subject": "INJECTION WELLS",
   "description": "INJECTION WELLS – Amends existing law to remove and revise provisions regarding class II injection wells.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "20",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0402",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "H0403",
   "issue": "Water Rights & Supply",
   "subject": "SOIL CONSERVATION DISTRICTS",
   "description": "SOIL CONSERVATION DISTRICTS – Amends existing law to establish provisions regarding a reduction in the number of supervisors and to revise provisions regarding terms of office, the filling of vacancies, and quorums.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "39",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0403",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 20
  },
  {
   "year": 2024,
   "number": "H0434",
   "issue": "Land & Public Lands",
   "subject": "STATE LAND LEASES",
   "description": "STATE LAND LEASES – Adds to existing law to provide for standard maintenance and repair terms and conditions and to provide for remediation.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0434",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "H0467",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION AND DRAINAGE",
   "description": "IRRIGATION AND DRAINAGE – Amends existing law to revise provisions regarding certain special assessments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "60",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0467",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2024,
   "number": "H0468",
   "issue": "Land & Public Lands",
   "subject": "RANGELAND",
   "description": "RANGELAND – Adds to existing law to establish the Rangeland Improvement Act.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "47",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0468",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2024,
   "number": "H0472",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Amends existing law to revise provisions regarding the inspection of private premises.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "28",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0472",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "H0473",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Adds to existing law to provide for agricultural protection areas.",
   "status": "H Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0473",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "H0474",
   "issue": "Production & Commodities",
   "subject": "PESTICIDES AND CHEMIGATION",
   "description": "PESTICIDES AND CHEMIGATION – Adds to existing law to provide for false reports of damage claims.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "88",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0474",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2024,
   "number": "H0485",
   "issue": "Wildlife & Depredation",
   "subject": "DEPREDATION",
   "description": "DEPREDATION – Adds to existing law to provide for compensation for depredation of livestock by grizzly bear and wolves.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0485",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "H0507",
   "issue": "Land & Public Lands",
   "subject": "TIMBER",
   "description": "TIMBER – Amends existing law to revise provisions regarding security requirements in certain actions or proceedings involving the sale of timber.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "89",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0507",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2024,
   "number": "H0536",
   "issue": "Production & Commodities",
   "subject": "CERVIDAE",
   "description": "CERVIDAE – Adds to existing law to provide for fencing when under quarantine, to provide for hunting or slaughter during quarantine, and to provide for the lifting of quarantine.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0536",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "H0540",
   "issue": "Water Rights & Supply",
   "subject": "FLOOD CONTROL DISTRICTS",
   "description": "FLOOD CONTROL DISTRICTS – Amends existing law to revise provisions regarding flood control districts.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "175",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0540",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "H0549",
   "issue": "Production & Commodities",
   "subject": "CHEMIGATION",
   "description": "CHEMIGATION – Amends existing law to revise provisions regarding pesticide and chemigation applicators and licensing, chemical suppliers, and inspections.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "52",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0549",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "H0591",
   "issue": "Production & Commodities",
   "subject": "CERVIDAE",
   "description": "CERVIDAE – Adds to existing law to provide for fencing and harvest during quarantine and to provide for the application of quarantine.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "108",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0591",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2024,
   "number": "H0592",
   "issue": "Wildlife & Depredation",
   "subject": "DEPREDATION",
   "description": "DEPREDATION – Adds to existing law to provide for compensation for depredation of livestock by grizzly bear and wolves.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "51",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0592",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "H0608",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURE",
   "description": "AGRICULTURE – Adds to existing law to provide for agricultural protection areas.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "215",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0608",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2024,
   "number": "H0611",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to existing law to provide conditions for the issuance of orders establishing or revising the baseline methodology for determining material injury and to provide for preparation of such orders at any time of the year.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0611",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "H0612",
   "issue": "Wildlife & Depredation",
   "subject": "WOLF DEPREDATION CONTROL BOARD",
   "description": "WOLF DEPREDATION CONTROL BOARD – Amends existing law to provide for compensation and a procedure.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "203",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0612",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2024,
   "number": "H0614",
   "issue": "Land & Public Lands",
   "subject": "FORESTS",
   "description": "FORESTS – Amends and adds to existing law to provide for duties and authority of the Idaho Department of Lands and to provide for the Good Neighbor Authority Fund.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "243",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0614",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2024,
   "number": "H0653",
   "issue": "Production & Commodities",
   "subject": "PESTICIDES",
   "description": "PESTICIDES – Adds to existing law to provide for warning labels.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0653",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2024,
   "number": "H0687",
   "issue": "Water Rights & Supply",
   "subject": "KOOTENAI RIVER",
   "description": "KOOTENAI RIVER – Amends and adds to existing law to provide for the Kootenai River Water Rights Adjudication.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "223",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0687",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2024,
   "number": "H0707",
   "issue": "Production & Commodities",
   "subject": "ESTRAYS",
   "description": "ESTRAYS – Amends and adds to existing law to revise provisions regarding certain time requirements, penalties and damages, and charges for care and to establish provisions regarding willfully allowing estrays.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0707",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2024,
   "number": "H0712",
   "issue": "Production & Commodities",
   "subject": "ESTRAYS",
   "description": "ESTRAYS – Amends and adds to existing law to revise provisions regarding certain time requirements, penalties and damages, and charges for care and to establish provisions regarding willfully and wantonly allowing estrays.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "263",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/H0712",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2024,
   "number": "HCR022",
   "issue": "Water Rights & Supply",
   "subject": "WATER RESOURCES",
   "description": "WATER RESOURCES – States findings of the Legislature and resolves that the Eastern Snake Plain Aquifer be managed by the Idaho Department of Water Resources in a manner consistent with the prior appropriation doctrine as defined by Idaho law.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HCR022",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "HCR037",
   "issue": "Legislative & Regulatory Process",
   "subject": "",
   "description": "Rule approval, dept env quality",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HCR037",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2024,
   "number": "HCR044",
   "issue": "Legislative & Regulatory Process",
   "subject": "",
   "description": "Rule approval, dept env quality",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HCR044",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2024,
   "number": "HCR046",
   "issue": "Land & Public Lands",
   "subject": "TIMBER AND GRAZING LANDS",
   "description": "TIMBER AND GRAZING LANDS – States findings of the Legislature and supports certain acquisitions of timber and grazing lands.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HCR046",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2024,
   "number": "HCR049",
   "issue": "Legislative & Regulatory Process",
   "subject": "",
   "description": "Rule approval, lands, mining",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HCR049",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2024,
   "number": "HJM006",
   "issue": "Land & Public Lands",
   "subject": "LANDS",
   "description": "LANDS – States findings of the Legislature and opposes the Bureau of Land Management’s proposed rule entitled “Conservation and Landscape Health.”",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HJM006",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2024,
   "number": "HJM009",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and recommends to the Federal Energy Regulatory Commission that flows of the Snake River at and below Hells Canyon Dam be maintained at a minimum of 8500 CFS from May 15 to October 1.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HJM009",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2024,
   "number": "HJM010",
   "issue": "Wildlife & Depredation",
   "subject": "GRIZZLY BEAR",
   "description": "GRIZZLY BEAR – States findings of the Legislature and formally declares the State of Idaho’s commitment to the principles of wildlife management that prioritize human safety, economic stability, and the preservation of the state’s natural heritage.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/HJM010",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 1
  },
  {
   "year": 2024,
   "number": "S1243",
   "issue": "Land & Public Lands",
   "subject": "GRAZING",
   "description": "GRAZING – Adds to existing law to provide for permits.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "38",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1243",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2024,
   "number": "S1245",
   "issue": "Production & Commodities",
   "subject": "PESTICIDES",
   "description": "PESTICIDES – Adds to existing law to allow certain labels to satisfy any requirements for a warning regarding health or safety or any other provision or doctrine of state law.",
   "status": "S FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1245",
   "sponsor": "COMMERCE AND HUMAN RESOURCES COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2024,
   "number": "S1257",
   "issue": "Water Rights & Supply",
   "subject": "NAVIGATIONAL ENCROACHMENTS",
   "description": "NAVIGATIONAL ENCROACHMENTS – Amends existing law to define a phrase.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1257",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "S1279",
   "issue": "Water Rights & Supply",
   "subject": "NAVIGATIONAL ENCROACHMENTS",
   "description": "NAVIGATIONAL ENCROACHMENTS – Amends existing law to define a phrase.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "121",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1279",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "S1292",
   "issue": "Land & Public Lands",
   "subject": "LANDS",
   "description": "LANDS – Amends, repeals, and adds to existing law to provide for legal representation.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "210",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1292",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2024,
   "number": "S1302",
   "issue": "Production & Commodities",
   "subject": "ANIMALS",
   "description": "ANIMALS – Adds to existing law to provide for the protection of working animals.",
   "status": "S Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1302",
   "sponsor": "LOCAL GOVERNMENT AND TAXATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "S1305",
   "issue": "Land & Public Lands",
   "subject": "URBAN AGRICULTURE",
   "description": "URBAN AGRICULTURE – Adds to existing law to provide legislative findings and to define terms.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "176",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1305",
   "sponsor": "LOCAL GOVERNMENT AND TAXATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2024,
   "number": "S1322",
   "issue": "Production & Commodities",
   "subject": "INVASIVE SPECIES",
   "description": "INVASIVE SPECIES – Amends and adds to existing law to provide requirements for launch and transport of conveyances and to provide that a portion of annual revenue deposited in the invasive species fund may be made available to counties, cities, and other local entities for certain equipment and supplies.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "122",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1322",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "S1337",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding irrigation district lands.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "157",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1337",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2024,
   "number": "S1338",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to provide for the modification of boundaries of divisions in irrigation districts.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "92",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1338",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "S1339",
   "issue": "Legislative & Regulatory Process",
   "subject": "RIGHTS-OF-WAY",
   "description": "RIGHTS-OF-WAY – Amends, repeals, and adds to existing law regarding irrigation and drainage rights-of-way.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "93",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1339",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "S1341",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Adds to existing law to establish provisions regarding common ground water supply for the Eastern Snake Plain Aquifer.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "110",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1341",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 17
  },
  {
   "year": 2024,
   "number": "S1342",
   "issue": "Land & Public Lands",
   "subject": "GRAZING LEASES",
   "description": "GRAZING LEASES – Amends existing law to exclude grazing leases from certain hearing requirements and to provide that all state lands may be leased for a period of up to 40 years for grazing leases.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "102",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1342",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2024,
   "number": "S1370",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding the delivery of water within subdivisions and certain civil actions and to provide for consideration of ground water when amending, repealing, or adopting a comprehensive plan.",
   "status": "S Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1370",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "S1403",
   "issue": "Land & Public Lands",
   "subject": "PLANNING AND ZONING",
   "description": "PLANNING AND ZONING – Amends existing law to revise provisions regarding comprehensive plans and areas of impact.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "227",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1403",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2024,
   "number": "S1432",
   "issue": "Production & Commodities",
   "subject": "PESTICIDES",
   "description": "PESTICIDES – Adds to existing law to provide for warning labels.",
   "status": "S Com/HuRes",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1432",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2024,
   "number": "S1443",
   "issue": "Land & Public Lands",
   "subject": "ENDOWMENT TRUST LANDS",
   "description": "ENDOWMENT TRUST LANDS – Adds to existing law to clarify the duties of the state board of land commissioners in the lease of state endowment trust lands, to require bonds under certain circumstances, and to provide for rulemaking.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/S1443",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2024,
   "number": "SCR111",
   "issue": "Production & Commodities",
   "subject": "VETERINARIANS",
   "description": "VETERINARIANS – States findings of the Legislature and authorizes the State Board of Education to commence preliminary conversations with the state of Utah to establish an operating agreement for Idaho students to participate in Utah’s veterinary program.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/SCR111",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2024,
   "number": "SCR126",
   "issue": "Legislative & Regulatory Process",
   "subject": "",
   "description": "Rule approval, exception, resources",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/SCR126",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2024,
   "number": "SJM103",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and opposes the removal or breaching of the dams on the Columbia-Snake River system and its tributaries.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2024/legislation/SJM103",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2025,
   "number": "H0024",
   "issue": "Production & Commodities",
   "subject": "ALTERNATIVE ANIMAL PROTEINS",
   "description": "ALTERNATIVE ANIMAL PROTEINS – Adds to existing law to establish provisions regarding alternative animal protein labeling, oversight, and penalties.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0024",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0073",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding water districts, assessments, and measuring devices.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0073",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0082",
   "issue": "Wildlife & Depredation",
   "subject": "LIVESTOCK DEPREDATION CLAIMS",
   "description": "LIVESTOCK DEPREDATION CLAIMS – Amends existing law to provide for the payment of depredation claims that are deemed possible.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "102",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0082",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2025,
   "number": "H0105",
   "issue": "Production & Commodities",
   "subject": "VETERINARY PRACTICES",
   "description": "VETERINARY PRACTICES – Amends existing law to revise a provision related to veterinary medical practice ownership.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0105",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0129",
   "issue": "Land & Public Lands",
   "subject": "LAND BANK FUND",
   "description": "LAND BANK FUND – Amends existing law to extend the time that proceeds can be held in the land bank fund.",
   "status": "S 14th Ord",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0129",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2025,
   "number": "H0161",
   "issue": "Water Rights & Supply",
   "subject": "FLOOD CONTROL DISTRICTS",
   "description": "FLOOD CONTROL DISTRICTS – Amends existing law related to meetings, compensation, and the powers and duties of the board of commissioners of a flood control district.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "154",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0161",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2025,
   "number": "H0173",
   "issue": "Production & Commodities",
   "subject": "ALFALFA AND CLOVER SEED",
   "description": "ALFALFA AND CLOVER SEED – Amends existing law to revise the composition of the commission and to increase assessments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "138",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0173",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2025,
   "number": "H0191",
   "issue": "Water Rights & Supply",
   "subject": "IDAHO WATER RESOURCE BOARD",
   "description": "IDAHO WATER RESOURCE BOARD – Amends existing law to provide term limits for board members.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0191",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0193",
   "issue": "Water Rights & Supply",
   "subject": "STATE WATER PLAN",
   "description": "STATE WATER PLAN – Adds to existing law to provide for the establishment of a certain Eastern Snake Plain Aquifer recharge goal in the state water plan.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0193",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0194",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding water districts and assessments.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "141",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0194",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2025,
   "number": "H0195",
   "issue": "Wildlife & Depredation",
   "subject": "FISH AND GAME",
   "description": "FISH AND GAME – Amends existing law to provide for notification of a proposed transplant or relocation of wildlife and approval from a board of county commissioners if a hearing on the same is requested and to require testing of certain animals.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0195",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0197",
   "issue": "Water Rights & Supply",
   "subject": "EASTERN SNAKE PLAIN AQUIFER RECHARGE",
   "description": "EASTERN SNAKE PLAIN AQUIFER RECHARGE – Amends and adds to existing law to provide for the diversion of water for aquifer recharge purposes.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0197",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0233",
   "issue": "Land & Public Lands",
   "subject": "AGRICULTURAL PROTECTION AREAS",
   "description": "AGRICULTURAL PROTECTION AREAS – Amends and adds to existing law to revise the Agricultural Protection Area Act.",
   "status": "H Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0233",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0302",
   "issue": "Wildlife & Depredation",
   "subject": "FISH AND GAME",
   "description": "FISH AND GAME – Amends existing law to provide for notification of a proposed transplant or relocation of wildlife and approval from a board of county commissioners if a hearing on the same is requested and to require testing of certain animals.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0302",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0334",
   "issue": "Water Rights & Supply",
   "subject": "STATE WATER PLAN",
   "description": "STATE WATER PLAN – Adds to existing law to provide for the establishment of a Eastern Snake Plain Aquifer managed recharge goal in the state water plan.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0334",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2025,
   "number": "H0348",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING",
   "description": "LOCAL LAND USE PLANNING – Adds to existing law to establish provisions regarding conditional use permits for the construction of energy facilities.",
   "status": "H Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0348",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0387",
   "issue": "Land & Public Lands",
   "subject": "WINDMILL BONDING",
   "description": "WINDMILL BONDING – Adds to existing law to provide a decommissioning bond for wind turbines within the State of Idaho.",
   "status": "H Gen Ord",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0387",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2025,
   "number": "H0389",
   "issue": "Land & Public Lands",
   "subject": "UNCONTROLLED FIRES",
   "description": "UNCONTROLLED FIRES – Amends and adds to existing law to provide that a fire burning out of control on federal land in Idaho is a nuisance and cost recovery actions related to such fires are subject to a statute of limitations after ten years, and to allow the governor to direct state resources to suppress fires on federal land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "277",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0389",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2025,
   "number": "H0404",
   "issue": "Land & Public Lands",
   "subject": "URBAN AGRICULTURE",
   "description": "URBAN AGRICULTURE – Amends and adds to existing law to provide for residential chicken ownership.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0404",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "H0429",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING",
   "description": "LOCAL LAND USE PLANNING – Amends existing law to require a school district that receives mitigation fees to adopt a capacity plan and to use such moneys in accordance with such plan.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0429",
   "sponsor": "BRUCE",
   "actionCount": 1
  },
  {
   "year": 2025,
   "number": "H0456",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends existing law to provide an exception for negligent violations.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0456",
   "sponsor": "ANDRUS",
   "actionCount": 1
  },
  {
   "year": 2025,
   "number": "H0478",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends and adds to existing law to provide for the sale of industrial hemp products.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/H0478",
   "sponsor": "ANDRUS",
   "actionCount": 1
  },
  {
   "year": 2025,
   "number": "HCR003",
   "issue": "Land & Public Lands",
   "subject": "NATURAL RESOURCE ISSUES STUDY",
   "description": "NATURAL RESOURCE ISSUES STUDY – States findings of the Legislature and authorizes the Legislative Council to appoint a committee to undertake and complete a study of natural resource issues.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/HCR003",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "HCR008",
   "issue": "Land & Public Lands",
   "subject": "LAVA RIDGE",
   "description": "LAVA RIDGE – States findings of the Legislature, expresses concern and opposition towards the Lava Ridge wind energy project, and requests that the State of Idaho monitor the project and assist in applicable reviews.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/HCR008",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2025,
   "number": "HJM004",
   "issue": "Wildlife & Depredation",
   "subject": "GRIZZLY BEAR",
   "description": "GRIZZLY BEAR – States findings of the Legislature and calls upon the federal government to delist grizzly bears and review the Endangered Species Act.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/HJM004",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 19
  },
  {
   "year": 2025,
   "number": "HJM005",
   "issue": "Land & Public Lands",
   "subject": "LAVA RIDGE",
   "description": "LAVA RIDGE – States findings of the Legislature, expresses concern and opposition towards the Lava Ridge wind energy project, and requests additional federal intervention.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/HJM005",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2025,
   "number": "HR015",
   "issue": "Legislative & Regulatory Process",
   "subject": "RULE APPROVAL",
   "description": "RULE APPROVAL – HOUSE RESOURCES AND CONSERVATION COMMITTEE – States findings of the House of Representatives and provides that all temporary and pending rules of the Idaho Department of Fish and Game, the Idaho Department of Lands, the Division of Occupational and Professional Licenses, the Department of Parks and Recreation, and the Idaho Department of Water Resources have been reviewed and approved by the House Resources and Conservation Committee, with an exception.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/HR015",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2025,
   "number": "S1011",
   "issue": "Wildlife & Depredation",
   "subject": "FISH AND GAME",
   "description": "FISH AND GAME – Amends existing law to provide requirements for members of winter feeding advisory committees.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "121",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1011",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2025,
   "number": "S1012",
   "issue": "Wildlife & Depredation",
   "subject": "IDAHO DEPREDATING WILDLIFE APPEALS BOARD",
   "description": "IDAHO DEPREDATING WILDLIFE APPEALS BOARD – Amends and adds to existing law to establish the Idaho Depredating Wildlife Appeals Board and to exempt the board from open meeting requirements.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "54",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1012",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1016",
   "issue": "Production & Commodities",
   "subject": "BRANDS",
   "description": "BRANDS – Amends and adds to existing law to revise provisions regarding certain fees.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "160",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1016",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1026",
   "issue": "Land & Public Lands",
   "subject": "URBAN AGRICULTURE",
   "description": "URBAN AGRICULTURE – Amends and adds to existing law to revise a definition and permit residential chicken ownership.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1026",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2025,
   "number": "S1033",
   "issue": "Production & Commodities",
   "subject": "RIGHT TO FARM ACT",
   "description": "RIGHT TO FARM ACT – Amends and adds to existing law to provide penalties for certain complaints filed against agricultural operations.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "147",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1033",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1040",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding irrigation district contracts.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "37",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1040",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1041",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to revise provisions regarding distributing laterals, ditches, or other conduits.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "38",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1041",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1053",
   "issue": "Land & Public Lands",
   "subject": "FENCES",
   "description": "FENCES – Amends existing law to provide for landowner responsibility for erecting and maintaining fences adjoining federal lands.",
   "status": "H Held at Desk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1053",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2025,
   "number": "S1054",
   "issue": "Production & Commodities",
   "subject": "BEANS",
   "description": "BEANS – Amends existing law to revise provisions regarding the Idaho Bean Commission and tax levies on beans.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "162",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1054",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1060",
   "issue": "Water Rights & Supply",
   "subject": "WATER RIGHTS",
   "description": "WATER RIGHTS – Adds to existing law to establish requirements for distribution of water.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1060",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "S1061",
   "issue": "Water Rights & Supply",
   "subject": "WATER LAW",
   "description": "WATER LAW – Amends existing law regarding the director’s ability to issue orders regarding methodologies for determining material injury under the rules for conjunctive management.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "128",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1061",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2025,
   "number": "S1062",
   "issue": "Land & Public Lands",
   "subject": "STATE LANDS",
   "description": "STATE LANDS – Amends existing law to establish requirements for commercial land use authorizations on state endowment land.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1062",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2025,
   "number": "S1063",
   "issue": "Land & Public Lands",
   "subject": "URBAN AGRICULTURE",
   "description": "URBAN AGRICULTURE – Amends existing law to provide a definition for “small-scale livestock”.",
   "status": "S 14th Ord",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1063",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2025,
   "number": "S1064",
   "issue": "Water Rights & Supply",
   "subject": "CLOUD SEEDING",
   "description": "CLOUD SEEDING – Amends and adds to existing law to revise provisions regarding cloud seeding.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1064",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2025,
   "number": "S1065",
   "issue": "Water Rights & Supply",
   "subject": "WEATHER MODIFICATION",
   "description": "WEATHER MODIFICATION – Amends, repeals, and adds to existing law to prohibit unauthorized weather modification activities and to provide penalties, enforcement, and exceptions.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1065",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "S1082",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends existing law to provide that liens for irrigation district assessments have a first priority over other liens.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "148",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1082",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2025,
   "number": "S1083",
   "issue": "Water Rights & Supply",
   "subject": "DOMESTIC WATER USE",
   "description": "DOMESTIC WATER USE – Amends existing law related to domestic use of water and to provide for delivery, planning, and enforcement.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "129",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1083",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2025,
   "number": "S1084",
   "issue": "Water Rights & Supply",
   "subject": "WATER SUPPLY BANK",
   "description": "WATER SUPPLY BANK – Amends existing law to provide that the forfeiture period restarts upon removal of a water right from the water supply bank.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "149",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1084",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2025,
   "number": "S1086",
   "issue": "Land & Public Lands",
   "subject": "TRESPASS",
   "description": "TRESPASS – Adds to existing law to establish provisions regarding a violation of landowner rules for permissible use.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1086",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2025,
   "number": "S1128",
   "issue": "Water Rights & Supply",
   "subject": "WATER MANAGEMENT ACCOUNT",
   "description": "WATER MANAGEMENT ACCOUNT – Adds to existing law to provide for the funding of water infrastructure projects.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1128",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2025,
   "number": "S1133",
   "issue": "Land & Public Lands",
   "subject": "AGRICULTURAL PROTECTION AREAS",
   "description": "AGRICULTURAL PROTECTION AREAS – Amends, repeals, and adds to existing law to revise the Agricultural Protection Area Act.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "241",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1133",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2025,
   "number": "S1166",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING",
   "description": "LOCAL LAND USE PLANNING – Adds to existing law to establish provisions restricting the siting of new or expansion of homeless shelters.",
   "status": "S Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1166",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2025,
   "number": "S1167",
   "issue": "Water Rights & Supply",
   "subject": "WEATHER MODIFICATION DISTRICTS",
   "description": "WEATHER MODIFICATION DISTRICTS – Repeals existing law to remove provisions regarding weather modification.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "254",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1167",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2025,
   "number": "S1187",
   "issue": "Land & Public Lands",
   "subject": "AGRICULTURAL PROTECTION AREAS",
   "description": "AGRICULTURAL PROTECTION AREAS – Amends Senate Bill 1133 to revise the Agricultural Protection Area Act.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "308",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/S1187",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2025,
   "number": "SCR110",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and supports the 2024 Stipulated Mitigation Plan between water users and revising the State Water Plan to establish an Eastern Snake Plain Aquifer recharge goal.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SCR110",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2025,
   "number": "SCR112",
   "issue": "Legislative & Regulatory Process",
   "subject": "RULE REJECTION",
   "description": "RULE REJECTION – STATE GRAZING LEASES – States findings of the Legislature and rejects certain rules of the Idaho Department of Lands relating to state grazing leases.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SCR112",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 9
  },
  {
   "year": 2025,
   "number": "SJM101",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and recommends studies to identify and construct additional water storage in Idaho including the possible reconstruction of the Teton Dam.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SJM101",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2025,
   "number": "SJM104",
   "issue": "Wildlife & Depredation",
   "subject": "CAMAS NATIONAL WILDLIFE REFUGE",
   "description": "CAMAS NATIONAL WILDLIFE REFUGE – States findings of the Legislature and requests an expedited permitting process to clean Camas Creek and a transfer of the ownership of the refuge.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SJM104",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2025,
   "number": "SJM105",
   "issue": "Water Rights & Supply",
   "subject": "ALBENI FALLS DAM",
   "description": "ALBENI FALLS DAM – States findings of the Legislature and requests federal intervention regarding the repair, operation, and ownership of Albeni Falls Dam.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SJM105",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 5
  },
  {
   "year": 2025,
   "number": "SR104",
   "issue": "Legislative & Regulatory Process",
   "subject": "RULE APPROVAL",
   "description": "RULE APPROVAL – SENATE AGRICULTURAL AFFAIRS COMMITTEE – States findings of the Legislature and provides that all temporary and pending rules of the Idaho State Department of Agriculture, the Idaho Sheep and Goat Health Board, the Division of Occupational and Professional Licenses, and the Idaho Oilseed Commission have been reviewed and approved by the Senate Agricultural Affairs Committee.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SR104",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2025,
   "number": "SR111",
   "issue": "Legislative & Regulatory Process",
   "subject": "RULE APPROVAL",
   "description": "RULE APPROVAL – SENATE RESOURCES AND ENVIRONMENT COMMITTEE – States findings of the Senate and provides that all temporary and pending rules of the Idaho Department of Fish and Game, the Idaho Department of Lands, the Idaho Division of Occupational and Professional Licenses, the Idaho Department of Parks and Recreation, the Idaho Department of Water Resources, and the Idaho Department of Environmental Quality have been reviewed and approved by the Senate Resources and Environment Committee, with an exception.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2025/legislation/SR111",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2026,
   "number": "H0502",
   "issue": "Land & Public Lands",
   "subject": "IDAHO FOREST PRODUCTS COMMISSION",
   "description": "IDAHO FOREST PRODUCTS COMMISSION – Amends existing law to revise provisions regarding the Idaho Forest Products Commission.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "8",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0502",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2026,
   "number": "H0503",
   "issue": "Water Rights & Supply",
   "subject": "SOIL AND WATER CONSERVATION COMMISSION",
   "description": "SOIL AND WATER CONSERVATION COMMISSION – Amends existing law to provide that the commission be established in the Idaho Department of Water Resources.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "58",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0503",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2026,
   "number": "H0511",
   "issue": "Land & Public Lands",
   "subject": "PRIVATE FOREST LAND",
   "description": "PRIVATE FOREST LAND – Amends existing law to revise the surcharge associated with improved forest land.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "27",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0511",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2026,
   "number": "H0536",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURAL PESTS",
   "description": "AGRICULTURAL PESTS – Amends existing law to revise provisions regarding agricultural pests.",
   "status": "H Loc Gov",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0536",
   "sponsor": "LOCAL GOVERNMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0567",
   "issue": "Water Rights & Supply",
   "subject": "DEPARTMENT OF WATER RESOURCES",
   "description": "DEPARTMENT OF WATER RESOURCES – Repeals existing law to remove outdated or unnecessary provisions.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0567",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2026,
   "number": "H0568",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Repeals existing law to remove outdated or unnecessary provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "76",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0568",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "H0587",
   "issue": "Land & Public Lands",
   "subject": "RANGELAND IMPROVEMENT",
   "description": "RANGELAND IMPROVEMENT – Amends existing law to allow continuous appropriation of the rangeland improvement account.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "21",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0587",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2026,
   "number": "H0630",
   "issue": "Wildlife & Depredation",
   "subject": "AIRBORNE CONTROL OF PREDATORY ANIMALS",
   "description": "AIRBORNE CONTROL OF PREDATORY ANIMALS – Amends existing law to provide for shooting of coyotes, wolves, and red foxes from aircraft.",
   "status": "S FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0630",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "H0631",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURAL CERTIFICATES OF FREE SALE",
   "description": "AGRICULTURAL CERTIFICATES OF FREE SALE – Amends existing law to integrate IDAPA 02.01.05 into Idaho Code.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "216",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0631",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "H0651",
   "issue": "Wildlife & Depredation",
   "subject": "DEPREDATION CLAIMS",
   "description": "DEPREDATION CLAIMS – Amends existing law to revise provisions regarding the payment of depredation claims.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0651",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0653",
   "issue": "Wildlife & Depredation",
   "subject": "WILDLIFE",
   "description": "WILDLIFE – Amends existing law to revise provisions regarding wildlife relocation.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0653",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0662",
   "issue": "Production & Commodities",
   "subject": "MILK TESTING",
   "description": "MILK TESTING – Amends existing law to revise provisions regarding milk and cream testing methods.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "74",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0662",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "H0669",
   "issue": "Water Rights & Supply",
   "subject": "CLOUD SEEDING",
   "description": "CLOUD SEEDING – Amends, repeals, and adds to existing law to revise provisions regarding cloud seeding activities.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0669",
   "sponsor": "CAYLER",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0676",
   "issue": "Water Rights & Supply",
   "subject": "GEOTHERMAL",
   "description": "GEOTHERMAL – Amends existing law to provide for the municipal use of geothermal water.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "65",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0676",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "H0678",
   "issue": "Wildlife & Depredation",
   "subject": "TRAPPING",
   "description": "TRAPPING – Adds to existing law to provide for the checking of wolf traps.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "242",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0678",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 18
  },
  {
   "year": 2026,
   "number": "H0705",
   "issue": "Land & Public Lands",
   "subject": "LAND USE PLANNING",
   "description": "LAND USE PLANNING – Adds to existing law to establish provisions allowing for multifamily residential housing developments in areas zoned for commercial use.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0705",
   "sponsor": "BUSINESS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0737",
   "issue": "Land & Public Lands",
   "subject": "NATURAL RESOURCES",
   "description": "NATURAL RESOURCES – Amends, repeals, and adds to existing law to merge the Office of Species Conservation and the Office of Energy and Mineral Resources.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "66",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0737",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "H0771",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends and adds to existing law to provide for the sale of industrial hemp products.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0771",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0772",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends existing law to provide for negligent violations.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "293",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0772",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "H0781",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURAL PESTS",
   "description": "AGRICULTURAL PESTS – Amends existing law to revise provisions regarding agricultural pests.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0781",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2026,
   "number": "H0789",
   "issue": "Water Rights & Supply",
   "subject": "THE COEUR D’ALENE TRIBE WATER RIGHTS",
   "description": "THE COEUR D’ALENE TRIBE WATER RIGHTS – Amends and adds to existing law to establish provisions regarding the 2026 Coeur d’Alene Tribe water rights settlement agreement and to provide for the Coeur d’Alene tribal water supply bank.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "181",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0789",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "H0801",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING ACT",
   "description": "LOCAL LAND USE PLANNING ACT – Adds to existing law to provide for regulation of development on religious land.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0801",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0802",
   "issue": "Land & Public Lands",
   "subject": "LAND USE PLANNING",
   "description": "LAND USE PLANNING – Adds to existing law to establish provisions allowing for multifamily residential housing developments in areas zoned for commercial use.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0802",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0826",
   "issue": "Production & Commodities",
   "subject": "HONEY INDUSTRY",
   "description": "HONEY INDUSTRY – Amends, repeals, and adds to existing law to revise provisions regarding the Idaho Honey Commission.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "218",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0826",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2026,
   "number": "H0879",
   "issue": "Production & Commodities",
   "subject": "INDUSTRIAL HEMP",
   "description": "INDUSTRIAL HEMP – Amends existing law to provide for the sale of hemp products intended for human ingestion or inhalation.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "292",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0879",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2026,
   "number": "H0895",
   "issue": "Water Rights & Supply",
   "subject": "DATA CENTERS",
   "description": "DATA CENTERS – Adds to existing law to establish limitations on consumptive use of water for cooling certain data centers.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "291",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0895",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "H0910",
   "issue": "Land & Public Lands",
   "subject": "STATE LAND",
   "description": "STATE LAND – Adds to existing law to provide for managed recreation opportunities on state endowment lands.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0910",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2026,
   "number": "H0911",
   "issue": "Water Rights & Supply",
   "subject": "PUBLIC UTILITIES",
   "description": "PUBLIC UTILITIES – Adds to existing law to provide for new large loads.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "335",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0911",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "H0937",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING ACT",
   "description": "LOCAL LAND USE PLANNING ACT – Adds to existing law to provide for regulation of development on religious land.",
   "status": "H Bus",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0937",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "H0957",
   "issue": "Water Rights & Supply",
   "subject": "DEPARTMENT OF WATER RESOURCES",
   "description": "DEPARTMENT OF WATER RESOURCES – Repeals existing law to remove outdated or unnecessary provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "310",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0957",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2026,
   "number": "H0977",
   "issue": "Water Rights & Supply",
   "subject": "CLOUD SEEDING",
   "description": "CLOUD SEEDING – Amends existing law to revise provisions regarding cloud seeding.",
   "status": "H Filed Office Chief Clerk",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/H0977",
   "sponsor": "HOSTETLER",
   "actionCount": 1
  },
  {
   "year": 2026,
   "number": "HJM009",
   "issue": "Land & Public Lands",
   "subject": "FEDERAL LAND POLICY AND MANAGEMENT ACT",
   "description": "FEDERAL LAND POLICY AND MANAGEMENT ACT – States findings of the Legislature and requests federal intervention to ensure proper application of FLPMA.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJM009",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "HJM013",
   "issue": "Water Rights & Supply",
   "subject": "CLEAN WATER ACT",
   "description": "CLEAN WATER ACT – States findings of the Legislature and requests federal action.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJM013",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2026,
   "number": "HJM014",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – States findings of the Legislature and supports increasing water storage in the state.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJM014",
   "sponsor": "RESOURCES AND CONSERVATION COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2026,
   "number": "HJM015",
   "issue": "Water Rights & Supply",
   "subject": "WEATHER MODIFICATION",
   "description": "WEATHER MODIFICATION – States findings of the Legislature and requests federal action.",
   "status": "H Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJM015",
   "sponsor": "ENVIRONMENT, ENERGY AND TECHNOLOGY COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "HJM022",
   "issue": "Wildlife & Depredation",
   "subject": "PREDATORY BIRDS",
   "description": "PREDATORY BIRDS – States findings of the Legislature and supports curtailment of the pelican population.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJM022",
   "sponsor": "WAYS AND MEANS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2026,
   "number": "HJR008",
   "issue": "Land & Public Lands",
   "subject": "PUBLIC LANDS",
   "description": "PUBLIC LANDS – Proposes an amendment to the state constitution regarding state-owned lands.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJR008",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "HJR010",
   "issue": "Land & Public Lands",
   "subject": "PUBLIC LANDS",
   "description": "PUBLIC LANDS – Proposes an amendment to the state constitution regarding state-owned lands.",
   "status": "H St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/HJR010",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "S1222",
   "issue": "Water Rights & Supply",
   "subject": "DOMESTIC WELLS",
   "description": "DOMESTIC WELLS – Amends existing law to revise provisions regarding the domestic use of water.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "2",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1222",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2026,
   "number": "S1223",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – Amends existing law to authorize water districts to charge certain fees.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1223",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "S1241",
   "issue": "Production & Commodities",
   "subject": "ANIMALS",
   "description": "ANIMALS – Adds to existing law to provide for the protection of working animals.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "105",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1241",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2026,
   "number": "S1242",
   "issue": "Production & Commodities",
   "subject": "POTATO COMMISSION",
   "description": "POTATO COMMISSION – Amends and repeals existing law to remove outdated provisions.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "55",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1242",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2026,
   "number": "S1265",
   "issue": "Water Rights & Supply",
   "subject": "PETROLEUM CLEAN WATER TRUST FUND ACT",
   "description": "PETROLEUM CLEAN WATER TRUST FUND ACT – Amends existing law by removing outdated or unnecessary provisions related to the Petroleum Clean Water Trust Fund.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "17",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1265",
   "sponsor": "HEALTH AND WELFARE COMMITTEE",
   "actionCount": 15
  },
  {
   "year": 2026,
   "number": "S1269",
   "issue": "Water Rights & Supply",
   "subject": "CLOUD SEEDING",
   "description": "CLOUD SEEDING – Amends and adds to existing law to revise provisions regarding cloud seeding programs.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "86",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1269",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 11
  },
  {
   "year": 2026,
   "number": "S1270",
   "issue": "Production & Commodities",
   "subject": "CELL-CULTIVATED ANIMAL PROTEINS",
   "description": "CELL-CULTIVATED ANIMAL PROTEINS – Adds to existing law to establish provisions regarding cell-cultivated animal protein labeling, oversight, and penalties.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "247",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1270",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "S1271",
   "issue": "Production & Commodities",
   "subject": "RATS",
   "description": "RATS – Adds to existing law to declare certain rats a public health and safety nuisance and to require abatement.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1271",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "S1278",
   "issue": "Land & Public Lands",
   "subject": "LOCAL LAND USE PLANNING ACT",
   "description": "LOCAL LAND USE PLANNING ACT – Adds to existing law to provide for regulation of development on religious land.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1278",
   "sponsor": "LOCAL GOVERNMENT AND TAXATION COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "S1283",
   "issue": "Production & Commodities",
   "subject": "AGRICULTURAL PROJECTS",
   "description": "AGRICULTURAL PROJECTS – Amends and adds to existing law to provide for the Idaho Direct to Consumer Commerce Act.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "91",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1283",
   "sponsor": "AGRICULTURAL AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "S1304",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION",
   "description": "IRRIGATION – Amends existing law regarding irrigation conduits and rights-of-way.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "109",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1304",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "S1305",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – Amends existing law to authorize water districts to charge certain fees.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "110",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1305",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2026,
   "number": "S1306",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding irrigation district hearings.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "111",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1306",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "S1307",
   "issue": "Water Rights & Supply",
   "subject": "WATER",
   "description": "WATER – Amends, repeals, and adds to existing law to provide for the delivery of water.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "112",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1307",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "S1328",
   "issue": "Land & Public Lands",
   "subject": "DEPARTMENT OF LANDS",
   "description": "DEPARTMENT OF LANDS – Amends existing law regarding counsel for the Department of Lands.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1328",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2026,
   "number": "S1337",
   "issue": "Water Rights & Supply",
   "subject": "IRRIGATION DISTRICTS",
   "description": "IRRIGATION DISTRICTS – Amends existing law to revise provisions regarding irrigation district directors.",
   "status": "LAW",
   "outcome": "enacted",
   "chapter": "114",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1337",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 12
  },
  {
   "year": 2026,
   "number": "S1342",
   "issue": "Production & Commodities",
   "subject": "EGGS",
   "description": "EGGS – Amends and adds to existing law to provide for household egg production.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1342",
   "sponsor": "JUDICIARY AND RULES COMMITTEE",
   "actionCount": 6
  },
  {
   "year": 2026,
   "number": "S1397",
   "issue": "Water Rights & Supply",
   "subject": "WASTEWATER CORPORATIONS",
   "description": "WASTEWATER CORPORATIONS – Amends and adds to existing law to provide when wastewater corporations may be a public utility.",
   "status": "H FAILED",
   "outcome": "failed",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1397",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 8
  },
  {
   "year": 2026,
   "number": "S1413",
   "issue": "Land & Public Lands",
   "subject": "STATE LANDS",
   "description": "STATE LANDS – Amends existing law to extend the length for commercial leases on endowment lands.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1413",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "S1445",
   "issue": "Production & Commodities",
   "subject": "INVASIVE SPECIES",
   "description": "INVASIVE SPECIES – Adds to existing law to provide that certain rats are invasive species.",
   "status": "H Agric Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/S1445",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 4
  },
  {
   "year": 2026,
   "number": "SCR115",
   "issue": "Water Rights & Supply",
   "subject": "SOIL CONSERVATION AND WATER RESOURCES",
   "description": "SOIL CONSERVATION AND WATER RESOURCES – States findings of the Legislature and supports the consolidation of the Soil and Water Conservation Commission into the Idaho Department of Water Resources.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR115",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 16
  },
  {
   "year": 2026,
   "number": "SCR116",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – States findings of the Legislature and supports various water projects within Water District 1.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR116",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 14
  },
  {
   "year": 2026,
   "number": "SCR117",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – States findings of the Legislature and supports various water projects within Water District 4.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR117",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "SCR118",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – States findings of the Legislature and supports various water projects within Water District 3.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR118",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "SCR119",
   "issue": "Water Rights & Supply",
   "subject": "WATER DISTRICTS",
   "description": "WATER DISTRICTS – States findings of the Legislature and supports various water projects within Water District 2.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR119",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "SCR123",
   "issue": "Land & Public Lands",
   "subject": "INTERNATIONAL YEAR OF RANGELANDS AND PASTORALISTS",
   "description": "INTERNATIONAL YEAR OF RANGELANDS AND PASTORALISTS – States findings of the Legislature and supports recognizing 2026 as the International Year of Rangelands and Pastoralists.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SCR123",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "SJM106",
   "issue": "Wildlife & Depredation",
   "subject": "DEPREDATION",
   "description": "DEPREDATION – States findings of the Legislature and calls on the federal government to protect Idaho citizens who file depredation claims.",
   "status": "S Res/Env",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJM106",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 3
  },
  {
   "year": 2026,
   "number": "SJM108",
   "issue": "Wildlife & Depredation",
   "subject": "DEPREDATION",
   "description": "DEPREDATION – States findings of the Legislature and calls on the federal government to protect Idaho citizens who file depredation claims.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJM108",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 13
  },
  {
   "year": 2026,
   "number": "SJM111",
   "issue": "Land & Public Lands",
   "subject": "PUBLIC LANDS",
   "description": "PUBLIC LANDS – States findings of the Legislature and supports retention of public lands in Idaho.",
   "status": "ADOPTED",
   "outcome": "adopted",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJM111",
   "sponsor": "RESOURCES AND ENVIRONMENT COMMITTEE",
   "actionCount": 10
  },
  {
   "year": 2026,
   "number": "SJM115",
   "issue": "Wildlife & Depredation",
   "subject": "PREDATORY BIRDS",
   "description": "PREDATORY BIRDS – States findings of the Legislature and supports curtailment of the pelican population.",
   "status": "H Res/Con",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJM115",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 7
  },
  {
   "year": 2026,
   "number": "SJR102",
   "issue": "Land & Public Lands",
   "subject": "LANDS",
   "description": "LANDS – Proposes an amendment to the state constitution to establish provisions for the management of certain lands granted or acquired from the federal government.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJR102",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 2
  },
  {
   "year": 2026,
   "number": "SJR103",
   "issue": "Land & Public Lands",
   "subject": "LANDS",
   "description": "LANDS – Proposes an amendment to the state constitution to establish provisions for the management of certain lands granted or acquired from the federal government.",
   "status": "S St Aff",
   "outcome": "died",
   "chapter": "",
   "url": "https://legislature.idaho.gov/sessioninfo/2026/legislation/SJR103",
   "sponsor": "STATE AFFAIRS COMMITTEE",
   "actionCount": 7
  }
 ]
}