home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

10 rows where cert_number = "15-C-0025" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
e68c9490c92b2626 AMB Training LLC 15-C-0025 2025-12-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vh1Pu&d=%2Fa%2FSJ000007TUzZ%2FdchBfitgbPQbZBZX7x2AjEONtmIXFP.mja9wuFEI6OE&asPdf=false  
d7b1ecb4be15921e AMB Training LLC 15-C-0025 2024-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AfWZO&d=%2Fa%2FSJ000000ms9N%2FTWWFgomT1Ywcb0.XNBT1OqhQH4L1jBq2jsa1Ijnjf8k&asPdf=false  
41f783bb6b3ec330 AMB Training LLC 15-C-0025 2023-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BJUYy&d=%2Fa%2F3d000002EPTT%2FaUDHecXjzEiTxcUFAVYkVuPAu7jnJDXH_Sk0QdXOQkU&asPdf=false  
6861653036f12e4d AMB Training LLC 15-C-0025 2022-10-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awpLD&d=%2Fa%2F3d000000pWAf%2FTxcHIx34mI6oflD_7PCds4TvjT.l__taidkThBBOGX4&asPdf=false  
ec7f84faffb8d01f AMB Training LLC 15-C-0025 2021-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNJtI&d=%2Fa%2F3d000000pW1J%2FhNAAQkGU8XeX_DxdGA9akMkS79bCKcd_IY_eQozy3EY&asPdf=false  
60a9100befcefeb5 AMB Training LLC 15-C-0025 2019-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcGO&d=%2Fa%2F3d000000pW2B%2F.T_KJaySKj0hnNDFr07bRBot2jvny1VNGlxb0F3B1v4&asPdf=false  
a31c210c8bd980fc AMB Training LLC 15-C-0025 2019-07-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZGp&d=%2Fa%2F3d000000pW1H%2Fq5pdS2UzTMJ8INDATQPesmuXuWo_HHRHxI.KaKiKKtw&asPdf=false  
7854e929da41ea95 AMB Training LLC 15-C-0025 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcg1&d=%2Fa%2F3d000000pW1E%2FFy6PFqYeOdxXlJCI6oVSsMRYWQEl9V4Ih1Aq13qhKkI&asPdf=false  
81bfc4266ee9317f AMB Training LLC 15-C-0025 2018-03-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ9S&d=%2Fa%2F3d000000pW2k%2FPsG8ECYFks2tIcIOOKzpPZDbaXGIVA9X9jZVhdwEQvk&asPdf=false  
2ba1f2b89bc816a6 AMB Training LLC 15-C-0025 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPZ&d=%2Fa%2F3d000000pW1K%2FSyUVLEKfEH_KMpXr4fVmj7RSam_X.ei4cuEZcZ6kfrY&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 4.091ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API