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 = "57-C-0330" 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
c0e5a447776f6cb2 JESSE FRANKLIN 57-C-0330 2020-01-09   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwcB&d=%2Fa%2F3d000000pagI%2FlykCHEuu9CtayuJTbuEd4NZclx9_Kn.F5PpAyjGIP8o&asPdf=false  
cdf313f8de0fea24 JESSE FRANKLIN 57-C-0330 2019-07-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEL&d=%2Fa%2F3d000000pSDO%2FqRpdBTxAlwCrK1BH618.ZeKgUPsndktJQbPa1P7kK9c&asPdf=false  
def229eda1ae6739 JESSE FRANKLIN 57-C-0330 2019-03-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg6D&d=%2Fa%2F3d000000poNB%2FZdhJfz7YfgyF1DdpHFkh9fqx0g6OIO11ss3m7YiUeGI&asPdf=false  
4c01a516976e5704 JESSE FRANKLIN 57-C-0330 2017-11-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWl6&d=%2Fa%2F3d000000pkg5%2Ft4AIKqX5gmO5j.lr8iitoMGJlJR3dcjFUKLU3avawzg&asPdf=false  
18896e0f5e5e0016 JESSE FRANKLIN 57-C-0330 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdHO&d=%2Fa%2F3d000000pUZb%2FDNYKivL_VfOG32XrgKr81HtBZQEnlWZVJIkfAgXawsA&asPdf=false  
363f43d1b2a3c6a9 JESSE FRANKLIN 57-C-0330 2016-03-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWS0&d=%2Fa%2F3d000000pdYk%2Fdi9yxt36XNYzug2AY3DK9KAAsygqDFey4CZO9cQlhqs&asPdf=false  
776d71b0fd231d75 JESSE FRANKLIN 57-C-0330 2016-02-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfbm&d=%2Fa%2F3d000000pkR0%2FPv7xnoTgKY1ZQsPmgidKPeUUhptNUGG4KcpEugct8So&asPdf=false  
41852ce02e33e695 JESSE FRANKLIN 57-C-0330 2015-10-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdNY&d=%2Fa%2F3d000000pdbC%2FrH7kMxEV443us.UfrbTqfH.CNGB5XCm33GRqTWDtonY&asPdf=false  
bb8df6c8d7b49c25 JESSE FRANKLIN 57-C-0330 2014-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeZz&d=%2Fa%2F3d000000pash%2FtEghX5uQHKmy4fa.b3gK6rXHKfcrP9pw3OdbBC5s.9g&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 8.333ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API