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

6 rows where cert_number = "32-A-0949" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
3a0469f11cd79ab4 Creek Bottom Kennels LLC 32-A-0949 2025-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000NG6qc&d=%2Fa%2FSJ000002A5N3%2F9izECetH23Dkeu17Mdb4drIASc42XLQzOt_latQgOJ8&asPdf=false  
91872cc86cfd41c8 Creek Bottom Kennels LLC 32-A-0949 2025-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Kr0Mg&d=%2Fa%2FSJ000001sTJ3%2FwL9M9kaq5_k1BwXbdwbcXFytPsXFhH5Gqh7XdVoaCJQ&asPdf=false  
8543ccd7fd621533 Creek Bottom Kennels LLC 32-A-0949 2024-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DNAue&d=%2Fa%2F3d000002shBb%2FumpaX7o_coT_8ntGXN.9VDagbVFNekjiAopApRJDC8k&asPdf=false  
127ef11a857e09af Creek Bottom Kennels LLC 32-A-0949 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv9Ya&d=%2Fa%2F3d000000pc6Y%2FOT9OqKU1augftZ4Uag_ApSVvLLdE.oC8_Y1LFxnmJFc&asPdf=false  
d44fe8ec0dcd3285 Creek Bottom Kennels LLC 32-A-0949 2022-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxHJE&d=%2Fa%2F3d000000pc6i%2FrTq_Y2TQHKBtE0LZBcJqJmeyvFuOziBFFulSoi2Wq1g&asPdf=false  
2064b4e9f42bf2d4 Creek Bottom Kennels LLC 32-A-0949 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9YqR&d=%2Fa%2F3d000000phB8%2Fj4FCl1QpyscQULI99TUDz131VJURWeXr9CHDIRkJSMc&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 310.637ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API