← Amerikansk forvaltning

Nylige føderale dokumenter

GET /federal/recent

Bla i nylige amerikanske Federal Register-dokumenter, inkludert regler, foreslåtte regler, kunngjøringer og presidentdokumenter. Støtter paginering og typefiltrering.

Se det visualisert

Parametere

per_page valgfri standard: 10

Results per page (max 50)

page valgfri

Page number

type valgfri

Document type: RULE, PRORULE, NOTICE, PRESDOCU

Eksempelforespørsler

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

Livesvar

{
  "data": {
    "count": 10000,
    "documents": [
      {
        "abstract": "The FAA is adopting a new airworthiness directive (AD) for certain Bombardier, Inc., Model BD-700-1A10 and BD-700-1A11 airplanes. This AD was prompted by reports that inappropriate tooling was used to torque the bolts securing the baggage door stop fittings, which may have resulted in an improper torque condition. This AD requires performing a torque check of affected bolts and re-torquing, re- installing, or replacing affected bolts and nuts as applicable. The FAA is issuing this AD to address the unsafe condition on these products.",
        "agencies": [
          "Transportation Department",
          "Federal Aviation Administration"
        ],
        "document_number": "2026-10271",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10271/airworthiness-directives-bombardier-inc-airplanes",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10271.pdf",
        "publication_date": "2026-05-22",
        "title": "Airworthiness Directives; Bombardier, Inc., Airplanes",
        "type": "Rule"
      },
      {
        "abstract": "The FAA is adopting a new airworthiness directive (AD) for all Airbus SAS Model A330-200 series airplanes; Model A330-200 Freighter series airplanes; Model A330-300 series airplanes; and Model A330-841 and -941 airplanes. This AD was prompted by a report of an in-service event and relevant investigation which found that, under specific conditions, a dormant failure of a standby fuel pump could lead to a certain amount of fuel being trapped in the aft section of the inner tank that would be unusable. This AD requires repetitive operational checks of the standby fuel pumps and corrective actions and limits the installation of affected parts under certain conditions. The FAA is issuing this AD to address the unsafe condition on these products.",
        "agencies": [
          "Transportation Department",
          "Federal Aviation Administration"
        ],
        "document_number": "2026-10272",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10272/airworthiness-directives-airbus-sas-airplanes",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10272.pdf",
        "publication_date": "2026-05-22",
        "title": "Airworthiness Directives; Airbus SAS Airplanes",
        "type": "Rule"
      },
      {
        "abstract": "The Environmental Protection Agency (EPA) is taking final action to approve, under the Clean Air Act (CAA or \"Act\"), revisions to the Arizona state implementation plan (SIP). These revisions concern the Arizona Department of Environmental Quality's (ADEQ's) demonstration regarding reasonably available control technology (RACT) requirements for the 2015 ozone national ambient air quality standards (NAAQS or \"standards\") within the Gila County portion of the Phoenix- Mesa ozone nonattainment area.",
        "agencies": [
          "Environmental Protection Agency"
        ],
        "document_number": "2026-10280",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10280/air-plan-revisions-arizona-arizona-department-of-environmental-quality-gila-county-reasonably",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10280.pdf",
        "publication_date": "2026-05-22",
        "title": "Air Plan Revisions; Arizona; Arizona Department of Environmental Quality; Gila County Reasonably Available Control Technology",
        "type": "Rule"
      },
      {
        "abstract": "This regulation establishes an exemption from the requirement of a tolerance for residues of aluminum (CAS Reg. No. 7429-90-5) when used as an inert ingredient (seed treatment colorant) for seed treatment only at not more than 5% of pesticide formulation. Steptoe & Johnson, LLP on behalf of Sun Chemical, submitted a petition to EPA under the Federal Food, Drug, and Cosmetic Act (FFDCA), requesting establishment of an exemption from the requirement of a tolerance. This regulation eliminates the need to establish a maximum permissible level for residues of aluminum, when used in accordance with the terms of those exemptions.",
        "agencies": [
          "Environmental Protection Agency"
        ],
        "document_number": "2026-10267",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10267/aluminum-in-pesticide-formulations-exemption-from-the-requirement-for-a-tolerance",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10267.pdf",
        "publication_date": "2026-05-22",
        "title": "Aluminum in Pesticide Formulations; Exemption From the Requirement for a Tolerance",
        "type": "Rule"
      },
      {
        "abstract": "The U.S. Environmental Protection Agency (EPA) is taking final action to extend the reporting deadline for the Health and Safety Data Reporting Rule under the Toxic Substances Control Act (TSCA) by one year to May 21, 2027.",
        "agencies": [
          "Environmental Protection Agency"
        ],
        "document_number": "2026-10263",
        "html_url": "https://www.federalregister.gov/documents/2026/05/22/2026-10263/reporting-deadline-extension-for-the-health-and-safety-data-reporting-rule-under-toxic-substance",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-22/pdf/2026-10263.pdf",
        "publication_date": "2026-05-22",
        "title": "Reporting Deadline Extension for the Health and Safety Data Reporting Rule Under Toxic Substance Control Act (TSCA) Section 8(d)",
        "type": "Rule"
      }
    ],
    "total_pages": 50
  },
  "success": true
}