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 = "47-C-0061" 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
12f124c34e6b0ac3 SANTA'S WOODS 47-C-0061 2022-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awjBX&d=%2Fa%2F3d000000pVpi%2FwB5pi6EYhM17gLP6DHo1yTFEEFVvFhEl19A9rDeTTT0&asPdf=false  
b471c4f78ebb1514 SANTA'S WOODS 47-C-0061 2022-08-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw0p4&d=%2Fa%2F3d000000pVpp%2FYrHvhOM1OAF1673r2LLLXYmFnGPfcfmcE4FJ8zaO01M&asPdf=false  
842e266de83dc689 SANTA'S WOODS 47-C-0061 2020-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERcqC&d=%2Fa%2F3d000000pVpL%2FdLJxVdF4ll1_up8b_72EIwOunoeMesAZ8WviPyPYP9U&asPdf=false  
331870b673a3abd3 SANTA'S WOODS 47-C-0061 2020-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjGD&d=%2Fa%2F3d000000pVpE%2FybxsN_9TtuZXfRLLwyEV.epTRHKQrbo0jiHcS1G5W2E&asPdf=false  
5ef787dc4f14a311 SANTA'S WOODS 47-C-0061 2019-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghv0&d=%2Fa%2F3d000000pVp2%2FzsmlEqnwB14SyXeoDAH7uOC5MSMzT_z7b7ZRnapnXIo&asPdf=false  
2c88f43158862ad8 SANTA'S WOODS 47-C-0061 2018-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghlX&d=%2Fa%2F3d000000pVoL%2FM5iMI5FcnTwnMZrIBscLMJTxA7zh4r7qRf39ESwwh.Q&asPdf=false  
01c69965f68859cd SANTA'S WOODS 47-C-0061 2017-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdvj&d=%2Fa%2F3d000000pVog%2FdWtePPVLIOshR2CAJqUS69tpo9sGmzx_Z9h5dYlgA8c&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.692ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API