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 = "63-B-0185" 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
66d650b4e03aea00 LINDY WALLIS 63-B-0185 2019-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglCV&d=%2Fa%2F3d000000pkst%2FTaV2WGOnvyV188qCkn7jQEV.ahfdbPTpqIxjeSiI5.4&asPdf=false  
ae8d4589d9862f58 LINDY WALLIS 63-B-0185 2018-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfxo&d=%2Fa%2F3d000000pnSB%2FfItoK8tMKPwvrNXxubb0SevAngy6SCKYSQn61jCwVP4&asPdf=false  
3d73069ab1992938 LINDY WALLIS 63-B-0185 2017-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglI6&d=%2Fa%2F3d000000pm3x%2Fy20C9Y58rst5C1KMl07vplaatWojrMC2A.4yinDe0yc&asPdf=false  
7734ef9eb43a3ddd LINDY WALLIS 63-B-0185 2017-05-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0W&d=%2Fa%2F3d000000pUOk%2FMHHEJ6R4qhVQygTiIq9rMVJ7JtP3_gsmA7VF83RKnlU&asPdf=false  
88e649d5b7a1f1a9 LINDY WALLIS 63-B-0185 2016-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egliw&d=%2Fa%2F3d000000pkUP%2FGg0.0zjHRf5zfx6Xs3XuZ7NVMy5OKfE7EeY9XZbWr9M&asPdf=false  
a44f117d24e7488c LINDY WALLIS 63-B-0185 2015-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfXf&d=%2Fa%2F3d000000pUZQ%2FBKHz_0q_02JbP3ZsRUVqCE8fy8M_vV83V8BNWovuJ7M&asPdf=false  
f144b85cdb4f9024 LINDY WALLIS 63-B-0185 2014-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCw&d=%2Fa%2F3d000000pkPo%2FhQZDUvRXFgnF5gbqbtTk.5HLgU8EI18FO_khFkVM0tY&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 66.656ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API