← Gobierno de EE. UU.

Documentos federales recientes

GET /federal/recent

Explore los documentos recientes del Registro Federal de EE. UU., incluidas normas, propuestas de normas, avisos y documentos presidenciales. Admite paginación y filtrado por tipo.

Véalo visualizado

Parametros

per_page opcional predeterminado: 10

Results per page (max 50)

page opcional

Page number

type opcional

Document type: RULE, PRORULE, NOTICE, PRESDOCU

Ejemplos de solicitudes

Uso basico
curl "https://nordapi.ee/api/v1/federal/recent?per_page=5"

Respuesta en vivo

{
  "data": {
    "count": 10000,
    "documents": [
      {
        "abstract": null,
        "agencies": [
          "Commerce Department",
          "Foreign-Trade Zones Board"
        ],
        "document_number": "2026-10340",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10340/foreign-trade-zone-ftz-75-notification-of-proposed-production-activity-essai-inc-semiconductor-test",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10340.pdf",
        "publication_date": "2026-05-22",
        "title": "Foreign-Trade Zone (FTZ) 75, Notification of Proposed Production Activity; Essai, Inc.; (Semiconductor Test Equipment); Chandler, Arizona",
        "type": "Notice"
      },
      {
        "abstract": "The New England Fishery Management Council (Council) is scheduling a public meeting of its Habitat Committee via webinar to consider actions affecting New England fisheries in the exclusive economic zone (EEZ). Recommendations from this group will be brought to the full Council for formal consideration and action, if appropriate.",
        "agencies": [
          "Commerce Department",
          "National Oceanic and Atmospheric Administration"
        ],
        "document_number": "2026-10319",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10319/new-england-fishery-management-council-public-meeting",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10319.pdf",
        "publication_date": "2026-05-22",
        "title": "New England Fishery Management Council; Public Meeting",
        "type": "Notice"
      },
      {
        "abstract": null,
        "agencies": [
          "Commerce Department",
          "National Oceanic and Atmospheric Administration"
        ],
        "document_number": "2026-10260",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10260/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10260.pdf",
        "publication_date": "2026-05-22",
        "title": "Agency Information Collection Activities; Submission to the Office of Management and Budget (OMB) for Review and Approval; Comment Request; Regional Coastal Observing Systems (RCOS)",
        "type": "Notice"
      },
      {
        "abstract": "The New England Fishery Management Council (Council) is scheduling a public meeting of its Joint Herring Committee and Advisory Panel to consider actions affecting New England fisheries in the exclusive economic zone (EEZ). Recommendations from this group will be brought to the full Council for formal consideration and action, if appropriate.",
        "agencies": [
          "Commerce Department",
          "National Oceanic and Atmospheric Administration"
        ],
        "document_number": "2026-10318",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10318/new-england-fishery-management-council-public-meeting",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10318.pdf",
        "publication_date": "2026-05-22",
        "title": "New England Fishery Management Council; Public Meeting",
        "type": "Notice"
      },
      {
        "abstract": "The Assistant Regional Administrator for Sustainable Fisheries, Greater Atlantic Region, NMFS, has made a preliminary determination that an Exempted Fishing Permit (EFP) application contains all of the required information and warrants further consideration. The EFP would allow federally permitted fishing vessels to fish outside fishery regulations in support of exempted fishing activities proposed by Coonamessett Farm Foundation (CFF). Regulations under the Magnuson-Stevens Fishery Conservation and Management Act require publication of this notification to provide interested parties the opportunity to comment on applications for proposed EFPs.",
        "agencies": [
          "Commerce Department",
          "National Oceanic and Atmospheric Administration"
        ],
        "document_number": "2026-10322",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10322/magnuson-stevens-act-provisions-general-provisions-for-domestic-fisheries-application-for-exempted",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10322.pdf",
        "publication_date": "2026-05-22",
        "title": "Magnuson-Stevens Act Provisions; General Provisions for Domestic Fisheries; Application for Exempted Fishing Permits",
        "type": "Notice"
      }
    ],
    "total_pages": 50
  },
  "success": true
}