← 美国政府

近期联邦文件

GET /federal/recent

浏览近期美国联邦公报文件,包括规则、拟议规则、通知和总统文件。支持分页和类型筛选。

查看可视化效果

参数

per_page 可选 默认: 10

Results per page (max 50)

page 可选

Page number

type 可选

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
}