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

7 rows where cert_number = "51-C-0089" 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
a14aa0c615c4e4c5 Mutts Gone Nuts LLC 51-C-0089 2017-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdwd&d=%2Fa%2F3d000000pRQe%2Fh1xIiu5S3GusaUkZ3BaPdFIlCac4lZbu7J8lPLMemko&asPdf=false  
75de3d81b9151b55 Mutts Gone Nuts LLC 51-C-0089 2016-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egisd&d=%2Fa%2F3d000000pjw9%2FJe2Cu4e_pETFnZLeUyynu1l8K_0D8Fxm9G3Chhguo2s&asPdf=false  
5caa9f93a97e2a0e Mutts Gone Nuts LLC 51-C-0089 2016-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egntc&d=%2Fa%2F3d000000pdyo%2FydD8J8ELpAE2ePDoDdueJjvuhsG4t_1ttmbPoFTAcRc&asPdf=false  
62f59379d8e46979 Mutts Gone Nuts LLC 51-C-0089 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgigD&d=%2Fa%2F3d000000ppQp%2Fv2QOq2iounTZu_qi5SXcI4SOHf14AhO_pzdBVdiP67U&asPdf=false  
e8cb05873dd61d26 Mutts Gone Nuts LLC 51-C-0089 2015-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeDR&d=%2Fa%2F3d000000pmiI%2FXZe7ggwWg8341VqldoBgb1fi0cgs_7rqB.ehMrtcaN8&asPdf=false  
b95a1d90f9da802d Mutts Gone Nuts LLC 51-C-0089 2015-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkmK&d=%2Fa%2F3d000000plqU%2F1ft47AWhZKEK01w1us4NoNBlaiRc754VYITJFhSvry0&asPdf=false  
4f6e94c025c034f7 Mutts Gone Nuts LLC 51-C-0089 2014-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdKK&d=%2Fa%2F3d000000pmTf%2FyG_M1wQWt7ABQwHxAtEHqvwALBrRBDzN..qWHY1KYNY&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 5.028ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API