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

8 rows where cert_number = "71-A-1232" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
ea043ea1f26c44ce Gary Brown Carolyn Brown 71-A-1232 2022-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP3tN&d=%2Fa%2F3d000000pd5P%2F9GpnfXtsK3MR9_niH7A6Wvwuu8fx6Qfjqsouf0P2IMU&asPdf=false  
1cbcb3206246d1ac Gary Brown Carolyn Brown 71-A-1232 2022-12-01   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP2B5&d=%2Fa%2F3d000000pdBa%2F4srl7.W9O1XFgYXuBoVQIZAj7ySBt9YjxpS0xscS60s&asPdf=false  
34ee72b45ced56c2 Gary Brown Carolyn Brown 71-A-1232 2021-11-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8bgi&d=%2Fa%2F3d000000pd5J%2FTJuPtDN3djl2jdO1d7TkoeJ1_Vtn3LCZGPdEdgdqIU0&asPdf=false  
6103e8850ffb93e9 Gary Brown Carolyn Brown 71-A-1232 2020-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyIaG&d=%2Fa%2F3d000000pd6B%2FK87XkJtguUUtnDae9LnrogP.NLBCPWLpP4frG_c67v0&asPdf=false  
e1e68f5b12a5aa40 Gary Brown Carolyn Brown 71-A-1232 2019-04-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg1n&d=%2Fa%2F3d000000pd51%2FgyD1BvoiJ50IUtUTKoWSqCCuCqT9tCJr5jFZVIitNkU&asPdf=false  
89b0ef0e5d89923b Gary Brown Carolyn Brown 71-A-1232 2018-01-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdd8&d=%2Fa%2F3d000000pd5B%2F1ySTAMpva91oPkaRQDSiUNlFaTg_rzBWcVX2lNNjZJI&asPdf=false  
527710066f2f73be Gary Brown Carolyn Brown 71-A-1232 2016-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egex7&d=%2Fa%2F3d000000pd5w%2FJFDVfOEmo.8knyh8JondHx57LxJlBKbNR3eVFFJyoNY&asPdf=false  
31ad4845bcbbbd38 Gary Brown Carolyn Brown 71-A-1232 2014-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggC7&d=%2Fa%2F3d000000pd61%2FyoXxGxH5rHelFOJWcc11GjoRobL7C2IS8jHY42DQJNc&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 214.545ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API