cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 367 and title_number = 49 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 49:49:5.1.1.2.9.0.1.1 | 49 | Transportation | III | B | 367 | PART 367—STANDARDS FOR REGISTRATION WITH STATES | § 367.20 [Reserved] | FHWA | |||||||
| 49:49:5.1.1.2.9.0.1.2 | 49 | Transportation | III | B | 367 | PART 367—STANDARDS FOR REGISTRATION WITH STATES | § 367.30 Fees under the Unified Carrier Registration Plan and Agreement for Registration Year 2023. | FHWA | [88 FR 40723, June 22, 2023] | Table 1 to § 367.30—Fees Under the Unified Carrier Registration Plan and Agreement for Registration Year 2023 | |||||
| 49:49:5.1.1.2.9.0.1.3 | 49 | Transportation | III | B | 367 | PART 367—STANDARDS FOR REGISTRATION WITH STATES | § 367.40 Fees under the Unified Carrier Registration Plan and Agreement for Registration Year 2024. | FHWA | [89 FR 51275, June 17, 2024] | Table 1 to § 367.40—Fees Under the Unified Carrier Registration Plan and Agreement for Registration Year 2024 | |||||
| 49:49:5.1.1.2.9.0.1.4 | 49 | Transportation | III | B | 367 | PART 367—STANDARDS FOR REGISTRATION WITH STATES | § 367.50 Fees Under the Unified Carrier Registration Plan and Agreement for Registration Years Beginning in 2025 and Each Subsequent Registration Year Thereafter. | FHWA | [89 FR 51276, June 17, 2024] | Table 1 to § 367.50—Fees Under the Unified Carrier Registration Plan and Agreement for Registration Years Beginning in 2025 and Each Subsequent Registration Year Thereafter |
Advanced export
JSON shape: default, array, newline-delimited, object
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);