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 = "42-B-0284" 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
5cdb41bfc1d9725e J H & T C Holdings L L C 42-B-0284 2016-04-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx7z&d=%2Fa%2F3d000000pUqS%2FqYuYs.shdDOXNwiVI.uohrDPhU2ad66MbwxviVbFty0&asPdf=false  
7ab839793704e509 J H & T C Holdings L L C 42-B-0284 2015-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmeM&d=%2Fa%2F3d000000pS6s%2FsN0MC7ADQbnB1iLtwu4r55IfTgb0wppU_rjBkhTmKUQ&asPdf=false  
1a2ec927ca28564a J H & T C Holdings L L C 42-B-0284 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdTh&d=%2Fa%2F3d000000pX1Y%2F.9BJFTMg9Kub3Vuf.O6ZgEugCmLcy55meQqC_WIee9k&asPdf=false  
a46d50f6bafd2c63 J H & T C Holdings L L C 42-B-0284 2014-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkQL&d=%2Fa%2F3d000000pn17%2FktRpTRtAHIl7QmSNa2ghifYKHcNYdTQX4QinzUt.RNg&asPdf=false  
a12091a827b1a9c6 J H & T C Holdings L L C 42-B-0284 2014-02-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYLf&d=%2Fa%2F3d000000pdUi%2F_SiPrjR8wlijRSS2J9rckpr_8_ziPKlkMwUzkMKvX3Q&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 81.595ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API