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 = "47-A-0577" 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
6cf1e35c02b1c062 Kari Eppert 47-A-0577 2019-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj2e&d=%2Fa%2F3d000000pUGm%2FgoqRbvKGYXcUuN2NVv0IDiyhEHZwuaj1H6uE8cDS9_Y&asPdf=false  
25d993d46137e75a Kari Eppert 47-A-0577 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmJ6&d=%2Fa%2F3d000000pojk%2FZVEOBhsSQxA3EpNToBRtX15Ubi0E0aFb81.oI5_KFaQ&asPdf=false  
61ac5d9ac0d439ba Kari Eppert 47-A-0577 2017-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmIw&d=%2Fa%2F3d000000po2U%2FMqCKYUarwisEuR3ku6jMxCoHhyJcnFWJmDMU0YOeuhk&asPdf=false  
b0a9d121004f8d80 Kari Eppert 47-A-0577 2016-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjKT&d=%2Fa%2F3d000000pnsB%2Fgn9eC_vT8KUQVMM7XtfdLZEd0QwTWkBaEgmf4jWgquE&asPdf=false  
4b27658e27daf2cf Kari Eppert 47-A-0577 2015-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjta&d=%2Fa%2F3d000000pjjI%2FxksogUzqnSIF_BNTFwZgpd2VGRKQMjUir1XqLG8Hsew&asPdf=false  
7997117608a48377 Kari Eppert 47-A-0577 2014-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm1d&d=%2Fa%2F3d000000pdUK%2Fju9Wt3EFJZxMirSmUj8T3aOGDJ2ZtAFX5kUkpTv.nAM&asPdf=false  
8f88180562bc09bb Kari Eppert 47-A-0577 2014-07-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKD&d=%2Fa%2F3d000000potp%2F.oX.Zkegr4zQI_9aXvZ0H4FbEJE32HSmrTd1yHRXE1s&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 253.668ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API