home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where part_number = 70 and title_number = 50 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 50 · 9 ✖

part_number 1

  • 70 · 9 ✖

agency 1

  • FWS 9
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
50:50:9.0.1.4.21.0.37.1 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.1 Purpose. FWS       All national fish hatchery areas are maintained for the fundamental purpose of the propagation and distribution of fish and other aquatic animal life and managed for the protection of all species of wildlife.
50:50:9.0.1.4.21.0.37.2 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.2 Administrative provisions. FWS       The provisions and regulations set forth in part 25 of this chapter are equally applicable to national fish hatchery areas.
50:50:9.0.1.4.21.0.37.3 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.3 State cooperation in national fish hatchery area management. FWS       State cooperation may be enlisted in management programs including public hunting, fishing, and recreation. The details of these programs shall be mutually agreed upon by the Secretary and the head of the appropriate State agency in cooperative agreements executed for that purpose. Persons entering upon a national fish hatchery area shall comply with all regulations issued by the State agency under the terms of the cooperative agreement.
50:50:9.0.1.4.21.0.37.4 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.4 Prohibited acts. FWS       (a) The prohibited acts enumerated in part 27 of this chapter are equally applicable to national fish hatchery areas. (b) Fishing, taking, seining, or attempting to fish, take, seine, any fish, amphibian, or other aquatic animal on any national fish hatchery area is prohibited except as may be authorized under the provisions of part 71 of this chapter. (c) Hunting, killing, capturing, taking, or attempting to hunt, kill, capture, or take any animal on any national fish hatchery area is prohibited except as may be authorized in the provisions of part 71 of this chapter. (d) Disturbing spawning fish or fish preparing to spawn in ponds, raceways, streams, lakes, traps, and below traps, ladders, fish screens, fishways and racks is prohibited.
50:50:9.0.1.4.21.0.37.5 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.5 Enforcement, penalty, and procedural requirements for violations of parts 25, 26, and 27. FWS       The enforcement, penalty, and procedural requirement provisions set forth in part 28 of this chapter are equally applicable to national fish hatchery areas.
50:50:9.0.1.4.21.0.37.6 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.6 Public entry and use. FWS       The public entry and use provisions set forth in part 26 of this chapter are equally applicable to national fish hatchery areas.
50:50:9.0.1.4.21.0.37.7 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.7 Land-use management. FWS       The land-use management provisions set forth in part 29 of this chapter are equally applicable to national fish hatchery areas.
50:50:9.0.1.4.21.0.37.8 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.8 Range and feral animal management. FWS       The range and feral animal management provisions set forth in part 30 of this chapter are equally applicable to national fish hatchery areas.
50:50:9.0.1.4.21.0.37.9 50 Wildlife and Fisheries I E 70 PART 70—NATIONAL FISH HATCHERIES       § 70.9 Wildlife species management. FWS       The wildlife species management provisions set forth in part 31 of this chapter are equally applicable to national fish hatchery areas, except § 31.15 relating to hunting and fishing, which are treated separately in this part.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 82.695ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API