cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where part_number = 551 and title_number = 46 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 46:46:9.0.1.3.22.0.1.1 | 46 | Shipping | IV | C | 551 | PART 551—ACTIONS TO ADJUST OR MEET CONDITIONS UNFAVORABLE TO SHIPPING IN THE U.S. FOREIGN TRADE | § 551.1 Actions to adjust or meet conditions unfavorable to shipping in specific trades. | FMC | [67 FR 39861, June 11, 2002, as amended at 74 FR 50733, Oct. 1, 2009] | Whenever the Commission determines that conditions unfavorable to shipping exist in the United States foreign trade with any nation and issues rules to adjust or meet such conditions, pursuant to section 19(1)(b) of the Merchant Marine Act, 1920 (46 U.S.C. 42101) and 46 CFR part 551, such rules shall be published in the Federal Register and added to this part. |
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);