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 = "86-C-0119" 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
362e6a70c687cfe7 HAL J "TEX' EARNHARDT JR. 86-C-0119 2017-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5N&d=%2Fa%2F3d000000pRg6%2Fo_rOerZ7U7lvya9n7Tvx6AbID.6Ic2_rdOTfY2Me.Ak&asPdf=false  
b60d6f0c15918d1d HAL J "TEX' EARNHARDT JR. 86-C-0119 2016-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghfP&d=%2Fa%2F3d000000piAi%2FdUnjKooP13nObRNG5Ust8iNP1EeK1Dda9ylDc3SGLf0&asPdf=false  
7266b2abd920c222 HAL J "TEX' EARNHARDT JR. 86-C-0119 2015-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghdB&d=%2Fa%2F3d000000pfVv%2F1f0WZ6g7J6MaeZ7WiVXadYNKTlqoNnaC4ByV1s0VkCw&asPdf=false  
5cf2757d78019678 HAL J "TEX' EARNHARDT JR. 86-C-0119 2015-08-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfD0&d=%2Fa%2F3d000000pmpQ%2Fo4cXdd3PgKf85S8Cxv9FRNeNDhbHwJBFnRNmNp1LDjE&asPdf=false  
8dc9b5f1036842e3 HAL J "TEX' EARNHARDT JR. 86-C-0119 2014-11-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeL1&d=%2Fa%2F3d000000pmMK%2Ffpneou6PFpyGa_JP3exw8vhV.gqVhRMfqUC8Kei7Ejo&asPdf=false  
b4ae6e57d980baa4 HAL J "TEX' EARNHARDT JR. 86-C-0119 2014-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAg&d=%2Fa%2F3d000000pmHM%2F91X8CYVSI667BLI48JFirlpYCTntdAhKCv3dj2elFWM&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 55.852ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API