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

8 rows where cert_number = "42-A-1427" 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
9a3177ed876707b1 AL BUSEMAN 42-A-1427 2019-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfnc&d=%2Fa%2F3d000000pfNc%2FyGEHZmSwvriFfDm4g4_vtJO2W2rqOn7x_8FbgSYbuPM&asPdf=false  
face79f7cd162864 AL BUSEMAN 42-A-1427 2018-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkJh&d=%2Fa%2F3d000000pdgi%2FwJup1_OyXDoiuu1bh1bGWKxt1pa.JBDTbClkbvBiKgQ&asPdf=false  
15d2eeb3b9c6c371 AL BUSEMAN 42-A-1427 2017-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf42&d=%2Fa%2F3d000000pas4%2FZDwijnWCfmaCZ9UVPTJG_Wl9MkL9UnAyxLBPAL9BKso&asPdf=false  
46f1bb33e46c8c59 AL BUSEMAN 42-A-1427 2016-10-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxGR&d=%2Fa%2F3d000000pSkm%2F_Ye6u_B_wx0MdWqX5x5RWWrivEZWN_K61AjhvuoeWww&asPdf=false  
9cac3f34cc8840b1 AL BUSEMAN 42-A-1427 2016-09-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggB9&d=%2Fa%2F3d000000piBI%2FvUh8yasKoA62b3By3dfugCc.L7i4sQThFg6XAcm2eqg&asPdf=false  
ce3d6e2a1aa0ff0b AL BUSEMAN 42-A-1427 2015-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghkU&d=%2Fa%2F3d000000pkNC%2F5O0D74qjk0SUceOtsTdUnhGbJVPgP1itwv_W2E8erhQ&asPdf=false  
2a790051dcfc2f06 AL BUSEMAN 42-A-1427 2014-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egix5&d=%2Fa%2F3d000000pot1%2FmQ6YrM32pPLURTZnQ5lMLBTN1PjBc23P.8TzW_nQQfE&asPdf=false  
7cd2466c8621e90f AL BUSEMAN 42-A-1427 2014-03-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdR8&d=%2Fa%2F3d000000pghg%2FnoFNSSQmXESPzzv_ReXZKitQ9UN8f_.rbGurpmrujpU&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 20.029ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API