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 = "88-C-0214" 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
be3f451ece35ca32 KIDZ L L C 88-C-0214 2019-06-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd5e&d=%2Fa%2F3d000000plXf%2FAeFyyJfcmoGQ.pvxWvfOTFqkDlzkdNoDGeyrQxBmyQc&asPdf=false  
4e0b584be0156627 KIDZ L L C 88-C-0214 2019-03-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdIU&d=%2Fa%2F3d000000pjQD%2FqjyscQJrUTK2iSqw5O.IFIid0w9CMDroCn.9LBdmAOs&asPdf=false  
9140786595b7c800 KIDZ L L C 88-C-0214 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdBc&d=%2Fa%2F3d000000pWXX%2FJ5v0KH2wmBQWxTGi4BkbCLd0m69gzyeCHST63gkwGMc&asPdf=false  
fdd9f5ae74dcc206 KIDZ L L C 88-C-0214 2018-02-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgglW&d=%2Fa%2F3d000000pRxi%2FucH0..qydMKjYUFOAZXWT_BgKuEaxfvH5bmOKPaxZpI&asPdf=false  
03be2f91e9780eba KIDZ L L C 88-C-0214 2017-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDl&d=%2Fa%2F3d000000pfd4%2Fok4OEOl..uQGypTrS5zdhAau3ijHKtD15h1_dTWudFQ&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 592.788ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API