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

5 rows where cert_number = "52-C-0186" 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
6ee3194a0daf8605 LAUGHING PLACE INC 52-C-0186 2017-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcJu&d=%2Fa%2F3d000000pXLt%2F.S.UsgEYpmglIHd9YsswJnxCdRMqZADeYyEeN6hR2ZM&asPdf=false  
5cf4fd997e886f00 LAUGHING PLACE INC 52-C-0186 2017-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdFt&d=%2Fa%2F3d000000pUfS%2FEBeMdGVKrYfzEBtnxZ__ebID6YNFK1trhGfp.h.UxDo&asPdf=false  
1156da92232954ea LAUGHING PLACE INC 52-C-0186 2016-06-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVvH&d=%2Fa%2F3d000000po4l%2FYjH9O.NMQBxcQMRrvqrfXzVg.xJyq5aA6hObnrZ8SaU&asPdf=false  
edfe8c3429c35b1d LAUGHING PLACE INC 52-C-0186 2014-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbf7&d=%2Fa%2F3d000000pWpk%2FtimcZ8Egl.aaCS3cNFsOzjhKhgQfCmUo7ZhE18j8O5s&asPdf=false  
e0ced1bb4bfcc3e2 LAUGHING PLACE INC 52-C-0186 2014-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbOY&d=%2Fa%2F3d000000pm7x%2FvcIiCSIZ_pCRay6hRi5ciXVkkSsu4QOqUYItQnnaTik&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.28ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API