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

7 rows where cert_number = "93-C-0839" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
98ead5e3f546eb63 BILL SPARACINO 93-C-0839 2018-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnH3&d=%2Fa%2F3d000000pfy7%2F3RFza2qk5TmW44cxnUGS8x8ImjgfcI_KMI2hygM2._4&asPdf=false  
c94dc856e68b0099 BILL SPARACINO 93-C-0839 2018-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmuX&d=%2Fa%2F3d000000pi0m%2FLLq2IPpHm1flryfvelBg9pTuEkQHMYh5S4xObVN9pi4&asPdf=false  
b970b3b9db83ccf7 BILL SPARACINO 93-C-0839 2017-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egghh&d=%2Fa%2F3d000000powl%2FByDdoZ6Bg4AjBDNQnSVtM2QVweBB.CsMe8E5yTJ0nJ0&asPdf=false  
e7f0bcb32375efcc BILL SPARACINO 93-C-0839 2017-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjya&d=%2Fa%2F3d000000pRFr%2F1z7nYK3_.X20mAfLGutmRNXo3n0UIfmetiKlDDSYXk0&asPdf=false  
c3a8b14056dd49ae BILL SPARACINO 93-C-0839 2015-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjHk&d=%2Fa%2F3d000000pjEv%2F2fcu.dWrqMwxvYqlNrNnj5fpoxNNAFIrEElsiSZUwxQ&asPdf=false  
092fe17a670c8793 BILL SPARACINO 93-C-0839 2015-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egngp&d=%2Fa%2F3d000000piA7%2F4TSfVEgCzvSp7MttDXkZx_30qSgK5kriunz8Nuds0Cw&asPdf=false  
c3593d81d4ea6e41 BILL SPARACINO 93-C-0839 2014-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn7d&d=%2Fa%2F3d000000pnI3%2FPgFQAwbjJVfxQW2YtahSG3EkDX5tYShTLJ8bMEx7ZpA&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 229.372ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API