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

8 rows where cert_number = "14-C-0058" 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
7eb2c01d50a95bb7 Lance E Gifford 14-C-0058 2019-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego5p&d=%2Fa%2F3d000000pbtD%2FwmoGLj.3aOUCbOeTCB5aD7rFfQpE2cRXiTqXIeGyjR4&asPdf=false  
37cedd3fc6a5b9ae Lance E Gifford 14-C-0058 2018-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoQ7&d=%2Fa%2F3d000000pbtN%2FDdvS6_52uzMblC7AU.yVB.UMD0MXR_nPKxO9WJ0HJ0w&asPdf=false  
f9806eb4f8e5ce4e Lance E Gifford 14-C-0058 2018-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfau&d=%2Fa%2F3d000000padL%2FnxqVPsbcxKfa0yWCHAAHxiZrTG6an.3ZvxliHSUDBCA&asPdf=false  
537f84e6b687783e Lance E Gifford 14-C-0058 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghmX&d=%2Fa%2F3d000000pX3g%2FgI6tAZZVBEbBFH7qzbSp3ct3IeqYX2nXU4wvlCDgNn4&asPdf=false  
b5429847f45cc685 Lance E Gifford 14-C-0058 2015-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghmZ&d=%2Fa%2F3d000000pSRg%2FZSSrKiflT4AQYQb5iIqOc0evJdC7S1J2C1k1uXHKgH0&asPdf=false  
21f7df64c827b6eb Lance E Gifford 14-C-0058 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdgz&d=%2Fa%2F3d000000poqs%2FcnStkpM4BwiUTLmfHfmjGOYTLyt1USFBY9G1SrCbjR0&asPdf=false  
8a7e66970b316dd4 Lance E Gifford 14-C-0058 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoSF&d=%2Fa%2F3d000000pbt5%2FBKSTyujQXOgmOsDA4AgwUx0a3oteo4HCx346d6Hgzn8&asPdf=false  
e4f0ff95ec013072 Lance E Gifford 14-C-0058 2014-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eger0&d=%2Fa%2F3d000000pke1%2FS.8in_PMSPhgsWu0jhe_QOPS8dDykT8N5MxtWrHXHEM&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 5.89ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API