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

6 rows where cert_number = "34-C-0134" 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
acb5a53017924677 CRAIG CALDERONE 34-C-0134 2017-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkE2&d=%2Fa%2F3d000000pm59%2FE5UTKsKOo2s60iBcYBY5X_aB6z7OvEsRVCayGUQDNgU&asPdf=false  
86f74059274d01d6 CRAIG CALDERONE 34-C-0134 2016-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk8c&d=%2Fa%2F3d000000pkp6%2FuJKOV2BEYwp385CjeA7H72gzkM4JGp.BpixdmH8DxTw&asPdf=false  
2ec47c6db4dde3dc CRAIG CALDERONE 34-C-0134 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjSa&d=%2Fa%2F3d000000pTI9%2F8ec2BmI4fVMLcKLXOu28TaGLBG1tHzl6_2BMVcCyOqY&asPdf=false  
d8e321a6ee8f7f90 CRAIG CALDERONE 34-C-0134 2014-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVi&d=%2Fa%2F3d000000pkrW%2FCIafeIItDQjEpTjBIHd49.lcLcSEAwCHvabEPemHt4s&asPdf=false  
300716577cbc814b CRAIG CALDERONE 34-C-0134 2014-09-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg1h&d=%2Fa%2F3d000000petj%2FzbPK7KCgnxdsnUHujUO_snnNst6VCHbo0ujJS93usco&asPdf=false  
1a60def15a04d6aa CRAIG CALDERONE 34-C-0134 2014-06-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfsD&d=%2Fa%2F3d000000poz4%2FvDsDT2ki_fhwAxgO.oF8kFS8zdB1L7qRt5QdLqowGtE&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 2129.481ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API