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

8 rows where cert_number = "74-C-0997" 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
85fbbb0cffeace5a Childrens Kingdom Ministries 74-C-0997 2023-09-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009s1sf&d=%2Fa%2F3d000001mFaC%2FyAA5t9BcMQG4ox0n9WdnHLsau1v0V_j8D7KwFxYp1NQ&asPdf=false  
01e6bdca823318f7 Childrens Kingdom Ministries 74-C-0997 2019-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYap&d=%2Fa%2F3d000000pdl5%2FPLzi14TkXOH5kvTW_rbkCU0mNGjl8gNPWJkWUi3RnTU&asPdf=false  
f1297c9a894d3d08 Childrens Kingdom Ministries 74-C-0997 2019-07-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggTz&d=%2Fa%2F3d000000pmGP%2FavL2hMbIlaMKeGG8phoqO7LIGvkm3JEqcndI6ffGfxw&asPdf=false  
4d860c2f5a9e8032 Childrens Kingdom Ministries 74-C-0997 2017-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXMQ&d=%2Fa%2F3d000000pSCY%2FQALaRAyOG7e_CJAy1EnsTjsv869EZSpTCRbl7VIiObA&asPdf=false  
ab90c4832485ad85 Childrens Kingdom Ministries 74-C-0997 2016-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYeW&d=%2Fa%2F3d000000pmny%2FVQAs8.hNqIXI5c3Uk97QhtxMI5EUa2p1mihehBUEWVE&asPdf=false  
2dd3fe3793c4b190 Childrens Kingdom Ministries 74-C-0997 2015-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZiO&d=%2Fa%2F3d000000pTPb%2FgCbvu.AjdYFKzXgRmDuOWdOyfxvfET17RcKv2y9dhtE&asPdf=false  
7f1f693532e0a80a Childrens Kingdom Ministries 74-C-0997 2015-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeOK&d=%2Fa%2F3d000000pdTT%2Fbyk0seMrcQO4ZpdvdYV7w2hHJ_12B.dSHXbzDxsuqPQ&asPdf=false  
acecdca17e76137d Childrens Kingdom Ministries 74-C-0997 2014-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbMp&d=%2Fa%2F3d000000pWfh%2F4bJmbQnoHSzlEbGhbqKrHJDg41PKrUTQp8KerAs71ow&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 54.353ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API