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

9 rows where cert_number = "35-C-0322" 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
7030a47fec34d50f ALLEN KRAFT 35-C-0322 2019-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdNO&d=%2Fa%2F3d000000pol9%2F9VvJ9voEdyBJN.l9aa_3v5.fOfB1YAfa0b8J2DhoJ1Y&asPdf=false  
4ce263ee115a57fe ALLEN KRAFT 35-C-0322 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcr0&d=%2Fa%2F3d000000pRxg%2FRM_xFEYHoWOpmTsXWa6_a8sIR690lnXwW3Ba5zvGEyk&asPdf=false  
c035cdbaceda51d9 ALLEN KRAFT 35-C-0322 2017-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbNN&d=%2Fa%2F3d000000pWjN%2FQqUZr1syCHMWQ9gfpAQJzC.viymYx2kSls6UNU3iAC0&asPdf=false  
5e19bf88b487bbdd ALLEN KRAFT 35-C-0322 2017-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggkR&d=%2Fa%2F3d000000pn3I%2FBKQHWPVbwnbJWrVdegHSjenVP4CgMUQ8PxFKdcsBKAI&asPdf=false  
55b0a79fb9fdef34 ALLEN KRAFT 35-C-0322 2016-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbPD&d=%2Fa%2F3d000000pRbp%2FK.3xWMGAtO3R6m2c5sUasou72OQsDRF9olKOxH7gq8k&asPdf=false  
6cb60f8f7bc204e7 ALLEN KRAFT 35-C-0322 2016-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn3x&d=%2Fa%2F3d000000pfh1%2FJdVqWHpv6H0b5oUrCh_z5yuIGV7g5dm7qbUbOehi20I&asPdf=false  
eef02b359dd5a45c ALLEN KRAFT 35-C-0322 2015-11-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXYg&d=%2Fa%2F3d000000pfsS%2FIbJYbd7jM1FSG42W786vwyw57wRS2DiU77znC4daFhA&asPdf=false  
3219972893c1ba40 ALLEN KRAFT 35-C-0322 2014-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdS7&d=%2Fa%2F3d000000pi0Y%2FpWqVH5M1rUHm.mk1JvfQsnjo9GDyzpIYZK0hZJonstc&asPdf=false  
4a2b58d55480c98d ALLEN KRAFT 35-C-0322 2014-09-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeE7&d=%2Fa%2F3d000000plTy%2FUD_XaMstOs4JvJuLzkRJyS2jk33.2WToBIqn4ZP9I.E&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 5.294ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API