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 = "71-C-0110" 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
307296fb437c6268 BUNKY BOGER 71-C-0110 2018-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaUT&d=%2Fa%2F3d000000pRMJ%2F20E6qtr6QF4CPR6YdDuEnwt6m79AVwimxaMe9BzQSxg&asPdf=false  
47e24f3b301677aa BUNKY BOGER 71-C-0110 2018-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcFR&d=%2Fa%2F3d000000pnJe%2FUSsma3STEtlNsvUnPG3_6b91elcqdz1oZ3VhG1rg_f8&asPdf=false  
964fc010d509e008 BUNKY BOGER 71-C-0110 2017-12-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbWi&d=%2Fa%2F3d000000po9H%2Fmqo4CD3a6UOg_Q2R.WUIRHzZ3c1I3HyR5cfq4VYrfXk&asPdf=false  
95a729a4a0a1529a BUNKY BOGER 71-C-0110 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHD&d=%2Fa%2F3d000000pe11%2FLyRGWZdkmLKSi9nRkX0r90VGtSSRtAR5OxN5UQ8292E&asPdf=false  
9e5edf5867274579 BUNKY BOGER 71-C-0110 2014-12-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb09&d=%2Fa%2F3d000000pX7F%2FJ1WRxfRPWxr.9CXq5YiCTQi6TLW5txDEYffvHycTHWo&asPdf=false  
65ca4baba9b3686f BUNKY BOGER 71-C-0110 2014-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbeg&d=%2Fa%2F3d000000pT6l%2FAnhm65Dqz3U18siDCL7KFH9ZUyMQYOllboqqiKnne8I&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 485.17ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API