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 = "63-C-0185" 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
a5c9a915087849e5 MARY LYNN CAMPBELL 63-C-0185 2021-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESEwb&d=%2Fa%2F3d000000pRo4%2FZzGjCKOSeXUzZ45AKjDRZZgdGqBznj1_6dz7h1nPvGQ&asPdf=false  
0ee5a4d0d020ce8f MARY LYNN CAMPBELL 63-C-0185 2018-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdkZ&d=%2Fa%2F3d000000pjzZ%2F6YBrwZJi7W6uJmYebxywiSzkWWbpkiINbEAiFGqFRpI&asPdf=false  
be8d59d9ff8b0419 MARY LYNN CAMPBELL 63-C-0185 2017-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeJr&d=%2Fa%2F3d000000pUXO%2FTvmnMO0XGAhE7ABf7I8wStNf9QsxJh55Kq4gCPlP5KA&asPdf=false  
72ca573d73f0314c MARY LYNN CAMPBELL 63-C-0185 2016-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcmC&d=%2Fa%2F3d000000pXAF%2FRFBJX6e_ZVs6iWpBdmJrnTMJaUUmRXEUWCRsgSCA2Sk&asPdf=false  
c2a28cb8625c9f2a MARY LYNN CAMPBELL 63-C-0185 2015-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdCB&d=%2Fa%2F3d000000pdoy%2FDPZ9DZSqO.9U2xnQ2.vYoZHH6J7TJEfDvAYzReIUBII&asPdf=false  
9b2788003e0cc9c9 MARY LYNN CAMPBELL 63-C-0185 2014-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege19&d=%2Fa%2F3d000000pUpH%2F0u9Byhp5HT5oClO_yGkUvJgAr4S3rwKxFUoeaQTmRZc&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 97.4ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API