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

1 row where part_number = 450 and title_number = 50 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 50 · 1 ✖

part_number 1

  • 450 · 1 ✖

agency 1

  • FWS 1
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:11.0.3.11.7.0.1.1 50 Wildlife and Fisheries IV C 450 PART 450—GENERAL PROVISIONS       § 450.01 Definitions FWS     [50 FR 8126, Feb. 28, 1985] The following definitions apply to terms used in this subchapter. Act means the Endangered Species Act of 1973, as amended, 16 U.S.C. 1531, et seq. Agency action means all actions of any kind authorized, funded or carried out, in whole or in part by Federal agencies, including, in the instance of an application for a permit or license, the underlying activity for which the permit or license is sought. Alternative courses of action means all reasonable and prudent alternatives, including both no action and alternatives extending beyond original project objectives and acting agency jurisidiction. Benefits means all benefits of an agency action, both tangible and intangible, including but not limited to economic, environmental and cultural benefits. Biological assessment means the report prepared pursuant to section 7(c) of the Act, 16 U.S.C. 1536(c). Biological opinion means the written statement prepared pursuant to section 7(b) of the Act, 16 U.S.C. 1536(b). Chairman means the Chairman of the Endangered Species Committee, who is the Secretary of the Interior. Committee means the Endangered Species Committee established pursuant to section 7(e) of the Act, 16 U.S.C. 1536(e). Critical habitat refers to those areas listed as Critical Habitat in 50 CFR parts 17 and 226. Destruction or adverse modification is defined at 50 CFR 402.02. Federal agency means any department, agency or instrumentality of the United States. Irreversible or irretrievable commitment of resources means any commitment of resources which has the effect of foreclosing the formulation or implementation of any reasonable or prudent alternatives which would not violate section 7(a)(2) of the Act. Jeopardize the continued existence of is defined at 50 CFR 402.02. Mitigation and enhancement measures means measures, including live propagation, tranplantation, and habitat acquisition and improvement, necessary and appropriate (a) to minimize the adverse effects of a proposed action on listed species or their critical habitat…

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 295.895ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API