GET /federal/recent
Bläddra bland nyligen publicerade dokument i USA:s Federal Register, inklusive regler, föreslagna regler, meddelanden och presidentdokument. Stöder paginering och typfiltrering.
per_page
valfri
standard: 10
Results per page (max 50)
page
valfri
Page number
type
valfri
Document type: RULE, PRORULE, NOTICE, PRESDOCU
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
per_page |
Nej | 10 | Results per page (max 50) |
page |
Nej | - | Page number |
type |
Nej | - | Document type: RULE, PRORULE, NOTICE, PRESDOCU |
curl "https://nordapi.ee/api/v1/federal/recent?per_page=5"
{
"data": {
"count": 10000,
"documents": [
{
"abstract": null,
"agencies": [
"Social Security Administration"
],
"document_number": "2026-10316",
"html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10316/agency-information-collection-activities-comment-request",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10316.pdf",
"publication_date": "2026-05-22",
"title": "Agency Information Collection Activities: Comment Request",
"type": "Notice"
},
{
"abstract": "The U.S. Department of the Treasury's Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons and vessels that have been placed on OFAC's Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC's determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The vessels placed on the SDN List have been identified as property in which a blocked person has an interest.",
"agencies": [
"Treasury Department",
"Foreign Assets Control Office"
],
"document_number": "2026-10259",
"html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10259/notice-of-ofac-sanctions-action",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10259.pdf",
"publication_date": "2026-05-22",
"title": "Notice of OFAC Sanctions Action",
"type": "Notice"
},
{
"abstract": null,
"agencies": [
"Securities and Exchange Commission"
],
"document_number": "2026-10240",
"html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10240/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10240.pdf",
"publication_date": "2026-05-22",
"title": "Self-Regulatory Organizations; The Nasdaq Stock Market LLC; Notice of Filing and Immediate Effectiveness of Proposed Rule Change To Amend Position and Exercise Limit Rules",
"type": "Notice"
},
{
"abstract": "The Secretary of Transportation, as represented by MARAD, is authorized to make determinations regarding the coastwise use of foreign built; certain U.S. built; and U.S. and foreign rebuilt vessels that solely carry no more than twelve passengers for hire. MARAD has received such a determination request and is publishing this notice to solicit comments to assist with determining whether the proposed use of the vessel set forth in the request would have an adverse effect on U.S. vessel builders or U.S. coastwise trade businesses that use U.S.- built vessels in those businesses. Information about the requestor's vessel, including a description of the proposed service, is in the SUPPLEMENTARY INFORMATION section below.",
"agencies": [
"Transportation Department",
"Maritime Administration"
],
"document_number": "2026-10338",
"html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10338/request-notice-use-of-foreign-built-small-passenger-vessel-in-united-states-coastwise-trade-sv-song",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10338.pdf",
"publication_date": "2026-05-22",
"title": "Request Notice: Use of Foreign-Built Small Passenger Vessel in United States Coastwise Trade, S/V SONG OF DAVID",
"type": "Notice"
},
{
"abstract": "The Secretary of Transportation, as represented by MARAD, is authorized to make determinations regarding the coastwise use of foreign built; certain U.S. built; and U.S. and foreign rebuilt vessels that solely carry no more than twelve passengers for hire. MARAD has received such a determination request and is publishing this notice to solicit comments to assist with determining whether the proposed use of the vessel set forth in the request would have an adverse effect on U.S. vessel builders or U.S. coastwise trade businesses that use U.S.- built vessels in those businesses. Information about the requestor's vessel, including a description of the proposed service, is in the SUPPLEMENTARY INFORMATION section below.",
"agencies": [
"Transportation Department",
"Maritime Administration"
],
"document_number": "2026-10324",
"html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10324/request-notice-use-of-foreign-built-small-passenger-vessel-in-united-states-coastwise-trade-sv-6",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10324.pdf",
"publication_date": "2026-05-22",
"title": "Request Notice: Use of Foreign-Built Small Passenger Vessel in United States Coastwise Trade, S/V 6 LINES",
"type": "Notice"
}
],
"total_pages": 50
},
"success": true
}