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 = "35-A-0459" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
9cf9f667d291cce5 CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2023-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dkRQ&d=%2Fa%2F3d000000yFiR%2FYZJ1S5AJS74CvcFFbEAHBwLSbMNl77S9JmOQMpYOx3s&asPdf=false  
5d68eaac14fb21a0 CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2022-12-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPGNK&d=%2Fa%2F3d000000pVW7%2FiYFZo20nKeoMeeKJhWHHD7ye7IWCL_IKzUqb11Zsdzo&asPdf=false  
a3a4f19a9f6c51ca CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxUrm&d=%2Fa%2F3d000000pd8z%2FlP.CsERkok4pJaCEvXSjA5c1xHb4_xuDbjGgWlAjx6o&asPdf=false  
9aaf5e406a90a20a CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2022-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9DjE&d=%2Fa%2F3d000000pd85%2FRscTlzld00GkaHe_KmGNJlgg4Gl4u3PB3Xo98UiUaqw&asPdf=false  
76520c942eda5e65 CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2021-12-15   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9AIT&d=%2Fa%2F3d000000pd80%2F.TmIQGkdSmemIPxXxaCK9kXvvjwuhuXLgs2ZrkGTXiw&asPdf=false  
02a08b6bbd210eaf CHRISTY BORNTREGER ELI BORNTREGER 35-A-0459 2020-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJE&d=%2Fa%2F3d000000pd8F%2FJagfyJpJrcDsdV_hP5AWoYYK2cIPJMLEkB7.BBn8sdA&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 2602.917ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API