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 = "31-A-0125" 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
54375d0831815247 ANDY WEAVER 31-A-0125 2019-04-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgakQ&d=%2Fa%2F3d000000pdQF%2FHHw7sOvty5FQjorI9qlG_cudUgxADN.N29R6frWfsqI&asPdf=false  
a0c515980fd08ca5 ANDY WEAVER 31-A-0125 2018-04-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghWC&d=%2Fa%2F3d000000pmKl%2FSvx3x0mkOo78m.IDHHhYzxSU_MgPPH3WkiTt5LtFVe4&asPdf=false  
d8d03f96943a779a ANDY WEAVER 31-A-0125 2017-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghAp&d=%2Fa%2F3d000000pkBR%2F7l5xMkui0TFTrslgh8ZjBJ0a6O9v1U_Q0GrB_M.mfmo&asPdf=false  
409c19bdc04207e4 ANDY WEAVER 31-A-0125 2016-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggDQ&d=%2Fa%2F3d000000pfvn%2F52xtckI21502vxGtgwBI2h6EFkkviOeVwQ_.g.ewI3Q&asPdf=false  
1c69e59ebf97d0ff ANDY WEAVER 31-A-0125 2015-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg9t&d=%2Fa%2F3d000000pTSx%2F0WMtA_ZwQ6l3Knn0n8kweavu4ha6uSqWwd_i1eutFpk&asPdf=false  
5fc7ed1b5d3eae4e ANDY WEAVER 31-A-0125 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh1U&d=%2Fa%2F3d000000pSbY%2Fmlb7lYCP6weMsyDTvucKC.1UASnMJYuFLTr1H3N6Xng&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 2120.486ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API