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 = "42-A-0042" 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
ae93fa3ca5af1c1e CAROL BEYER 42-A-0042 2019-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi6s&d=%2Fa%2F3d000000pSfe%2FIM9YwAkvh9ssWT4GehgusawHwc7ut66hKjZuNP_qhbQ&asPdf=false  
eb5148aeb06963cf CAROL BEYER 42-A-0042 2018-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgghJ&d=%2Fa%2F3d000000pmSC%2FjeoGI4Va6tkecjOgbDHME_HzadiqxnmPKwZvdjlF_00&asPdf=false  
d821606acc5bac9f CAROL BEYER 42-A-0042 2017-08-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXVr&d=%2Fa%2F3d000000pb65%2FNYGVE24vtxHnD1NwFth_GH6gKgwbgB2AF34cGPWGbmY&asPdf=false  
c1e45061a2742a2c CAROL BEYER 42-A-0042 2016-08-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWlH&d=%2Fa%2F3d000000pj9W%2F0sVhx7zBg32Ny2oq9xtBlBbQrDWaecm7jRsbyuKUBQg&asPdf=false  
3e52b0f95e21c55e CAROL BEYER 42-A-0042 2016-05-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggR4&d=%2Fa%2F3d000000plBG%2F0UTBHA_wI_lTV8Y7lYp041.iZtM5uwZu7Z7z.1YDcyE&asPdf=false  
ac4cfea7790e60b8 CAROL BEYER 42-A-0042 2015-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkov&d=%2Fa%2F3d000000pSQH%2FLg19IQ7fKKJuiLMKvi9zQLZADTJiZsT7RUEeCHFJ5pc&asPdf=false  
a0e13ff137b42478 CAROL BEYER 42-A-0042 2014-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjZn&d=%2Fa%2F3d000000pSpB%2FwpGdgHTnJQsSm.ymHKVlju20XtT7btEFSLiYzM1sZuE&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 3.504ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API