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 = "74-C-1051" 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
0ba8ba65d7f1f3a9 Cole Reeves 74-C-1051 2022-10-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awjZz&d=%2Fa%2F3d000000pVtF%2FjY9mAIGjnYT8G2HCUGSPn64lD6.UtuJrsN7HIBX7CvQ&asPdf=false  
202745e970415289 Cole Reeves 74-C-1051 2019-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPM&d=%2Fa%2F3d000000pVpx%2FpEDJ2srcppVcpOSTdXYndP_6VAb98Ur60Y1CxJojDbY&asPdf=false  
470c02ae88a0c104 Cole Reeves 74-C-1051 2018-08-22   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYKq&d=%2Fa%2F3d000000pVqD%2FvVdFKzzAa5L7LwjHrmV_jrCv58k1NGR5p.k6l23k7TY&asPdf=false  
0518900ab1c3499c Cole Reeves 74-C-1051 2017-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3c&d=%2Fa%2F3d000000pVqa%2FVobJUU_35fzGwDP7Qr.yIp_SzclUY1FpFEgm1oaz230&asPdf=false  
e7b415f5ff6b3713 Cole Reeves 74-C-1051 2016-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYw6&d=%2Fa%2F3d000000pVqn%2FP58WTXAHc6Ia1IngHRRjBAD.CX9WmdEx8PLN.8XPGZA&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 689.688ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API