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 = "33-A-0548" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
f2d8a8e72b8af4d2 R & L KENNEL 33-A-0548 2021-04-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NEmKv&d=%2Fa%2F3d000000pm8W%2Fhh5mN21ODlhVQ8hVXRuSlYy9MuvVlibTCa_DutVbhzI&asPdf=false  
c95e0c16d95b27c1 R & L KENNEL 33-A-0548 2019-04-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjd6&d=%2Fa%2F3d000000pajS%2FlFJKpxpBH.dRpLjRBT2iLlYxoUcKri.Py45VutdSXhY&asPdf=false  
35afba3c98fbd04c R & L KENNEL 33-A-0548 2018-04-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjw9&d=%2Fa%2F3d000000pjCl%2FjNqdMkajFbTaf9vB6GpRFekgKX2OA_OxnjhQSZCvX_E&asPdf=false  
adf116f984f83971 R & L KENNEL 33-A-0548 2016-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqa&d=%2Fa%2F3d000000plMU%2FMRfRY4b3QsUplosM1SeKawIBOmHRGwJRE8FNW7MOo14&asPdf=false  
eeafa721974f24d9 R & L KENNEL 33-A-0548 2015-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggrY&d=%2Fa%2F3d000000pmCw%2FfRWWEF0DgTV91JnlH20jIUDkek6hSa2g8u31Wu6VS7Q&asPdf=false  
19c5140a5e732be2 R & L KENNEL 33-A-0548 2014-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYnU&d=%2Fa%2F3d000000pdTO%2FUuIul9dQrMRgD5VJFFgflOHLA.kKnEx5NAVU8Tdw75c&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.443ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API