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

4 rows where cert_number = "85-T-0010" 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
c68bdf1cef8debab KRYSTAL KIJU JAMEEL WILLIAMS VICTOR TAYLOR 85-T-0010 2020-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglF5&d=%2Fa%2F3d000000pagg%2FNagIFigf555PhF.ElARl3Tt8lZpjZ4NOYRVT6E6IFKI&asPdf=false  
778da7f9f37722ec KRYSTAL KIJU JAMEEL WILLIAMS VICTOR TAYLOR 85-T-0010 2020-01-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcuG&d=%2Fa%2F3d000000ppLI%2F0BK5PE_Gb7cs7xEqNkO_uMOdrxKWNE1rG4V5e9dKITQ&asPdf=false  
c0aef451c14b68a5 KRYSTAL KIJU JAMEEL WILLIAMS VICTOR TAYLOR 85-T-0010 2019-10-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcta&d=%2Fa%2F3d000000pkcD%2Fl9mWAz6ath4H2BNqZX3i3y4ffL1LLhouu6BaVsvymTA&asPdf=false  
20867572df5f3ea3 KRYSTAL KIJU JAMEEL WILLIAMS VICTOR TAYLOR 85-T-0010 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglNp&d=%2Fa%2F3d000000pV36%2FXei1d8wdfc.7BICyrICj1bUuPSY4.5p25Ql05iwaeHs&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.639ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API