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 = "56-A-0140" 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
2cd8978836a1cbdf AMBER COFFMAN 56-A-0140 2021-07-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMZZM&d=%2Fa%2F3d000000pp9Z%2FKQJEllklXayaSkctIu7ylKPIRxHzWn6IZeEiOwEJ6Bg&asPdf=false  
d7f533f3d38ce223 AMBER COFFMAN 56-A-0140 2019-07-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega67&d=%2Fa%2F3d000000pV3s%2FRV7UMmyYrtb2A8QA..VoJAjFs7zWxzxtDRIRzj711GQ&asPdf=false  
609499a167d46efa AMBER COFFMAN 56-A-0140 2018-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOZ&d=%2Fa%2F3d000000pddT%2FaOWDpOWT_8_VqOH2sGLcDSmj2AiHM1wnp9TE8UUkzOw&asPdf=false  
8f418f8e5a80afbb AMBER COFFMAN 56-A-0140 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglUX&d=%2Fa%2F3d000000pfD3%2FkZMAPaz1_mORT7fRhxuVEYahEmqrLPlVXlnAtTUWul8&asPdf=false  
52786f71d38e9e17 AMBER COFFMAN 56-A-0140 2016-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglf6&d=%2Fa%2F3d000000poDD%2F1WKYnrx3QJLHAZQM.o3OPrNadh75T7rUJe70TCdzHDw&asPdf=false  
7b3522100984cb12 AMBER COFFMAN 56-A-0140 2016-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmfN&d=%2Fa%2F3d000000pU8f%2F9HNiy2QeGB0wVkwA82Z0b_q0GpBKm_2e7RmJo55a8JA&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 179.331ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API