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

5 rows where cert_number = "52-C-0271" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
06b9304cfb54397b JOEL BERGEY 52-C-0271 2017-10-03   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9R&d=%2Fa%2F3d000000pUHs%2F7yoZU_HkStrnptqbst.zvyWOEnz1C3gR60l.sNsMZXU&asPdf=false  
5709769e9d3bc22d JOEL BERGEY 52-C-0271 2016-11-22   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdOJ&d=%2Fa%2F3d000000pffe%2FEHx6HER9A17a.Hjro_In_j04niedmAe4thE3xolUUMI&asPdf=false  
43724bf339627588 JOEL BERGEY 52-C-0271 2015-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXEK&d=%2Fa%2F3d000000pey5%2FqCzlPXel6bi8wYIo_RTlsJEsUSrZXwMZZDWQDVuXmkE&asPdf=false  
2f4548bd8a64a726 JOEL BERGEY 52-C-0271 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd1o&d=%2Fa%2F3d000000poYp%2FKdYLr2eGX.CU91gJzjINIadWpjSIZsiGEopuy7koiUU&asPdf=false  
0a08fe93025b2d3e JOEL BERGEY 52-C-0271 2014-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb1M&d=%2Fa%2F3d000000pUZS%2FXV37tDlxotW.7ReRVw7HGTpyoCYAr1XpyxR3jnC1Kok&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 645.201ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API