How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ATF eRegulations API

A read-only JSON API over the ATF regulations in Title 27 of the Code of Federal Regulations — Parts 447, 478, 479, 555, 646 and 771 — served by ATF's eRegulations deployment. It exposes the full nested regulation text tree at any effective version, the Federal Register notices that amended it with their verbatim amendment instructions, version-to-version diffs, and full-text search. Every state of a regulation is identified by the Federal Register document number that produced it, so regulation text and rulemaking history join on a single key. Anonymous, free and unmetered; ATF publishes no OpenAPI for it, and the description in this repository was modeled by API Evangelist from live probes.

ATF eRegulations API is one of 5 APIs that Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Regulations, Federal-Government, Firearms, Explosives, and Compliance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 7 paths, organized into 4 resource areas, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 2026-09-05.

Requests are made against a single base URL, https://regulations.atf.gov/api.

7 operations 7 paths 10 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-09-05
Base URL
https://regulations.atf.gov/api
Resource Areas
4

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 GET. They span 4 resource areas: Regulations, Notices, Diffs, Search. Each is listed below with its method, path, parameters, and response codes.

Regulations 3

The CFR part tree and its effective versions.

GET
/regulation
List every regulation part and effective version eRegulations holds
listRegulationVersions → 200
GET
/regulation/{part}
List the effective versions of one CFR part
listPartVersions 1 param → 200
GET
/regulation/{part}/{version}
Retrieve the full node tree for one version of a CFR part
getRegulationTree 2 params → 200
Notices 2

Federal Register notices that amend the ATF parts.

GET
/notice
List Federal Register notices affecting the ATF parts
listNotices 1 param → 200
GET
/notice/{documentNumber}
Retrieve one Federal Register notice with its amendment instructions
getNotice 1 param → 200
Diffs 1

Structural differences between two versions of a part.

GET
/diff/{part}/{older}/{newer}
Difference between two versions of a CFR part
getVersionDiff 3 params → 200
Search 1

Full-text search across regulation text.

GET
/search
Full-text search across regulation text
searchRegulationText 4 params → 200400

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Notice (20 properties), SearchHit (9 properties), RegulationNode (6 properties), NoticeSummary (4 properties). Each schema is shown below with its type and property counts.

VersionList
object
1 property 1 required
RegulationVersion
object
3 properties 3 required
RegulationNode
object
6 properties 4 required
NoticeList
object
1 property 1 required
NoticeSummary
object
4 properties 3 required
Notice
object
20 properties 3 required
Amendment
object
3 properties
SearchResults
object
2 properties 2 required
SearchHit
object
9 properties
ValidationError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bureau-of-alcohol-tobacco-firearms-and-explosives-atf--eregulations-openapi.yml Raw ↑

Other APIs Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) publishes across the network.

ATF Firearms Trace Data
ATF Federal Firearms Licensee (FFL) Listing
ATF Federal Firearm Licensee Locations (ArcGIS Feature Service)
ATF Office Locations (ArcGIS Feature Service)
Where this information came from

This is an independent, third-party profile of ATF eRegulations API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.