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 = "57-B-0152" 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
2c3ef9204c4b8813 ALTIMAXX INC 57-B-0152 2020-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglvK&d=%2Fa%2F3d000000pkLP%2FP4mXHG6_oIksRMyDhC.IMwDpDtebWwIZ39gUfG7AyYA&asPdf=false  
4cb319bf0c806265 ALTIMAXX INC 57-B-0152 2017-07-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYiX&d=%2Fa%2F3d000000pUPl%2F4aCPGGJd1GGqj9e.mB5u1Hvoauu91tbKMxZCi2GS.4I&asPdf=false  
a34ce83249707de6 ALTIMAXX INC 57-B-0152 2017-03-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmCY&d=%2Fa%2F3d000000pdUl%2Fcy0m55odCe3pGH9SvFFU6NfvymKpkOOmMNh4Wo.OibQ&asPdf=false  
68c4891585e871e1 ALTIMAXX INC 57-B-0152 2016-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnCO&d=%2Fa%2F3d000000pUKb%2FWlGt2qnR7AjXGrvVUHyq6vdDt3TCqw6x8hOW2AJCoZY&asPdf=false  
245b51c5545168f4 ALTIMAXX INC 57-B-0152 2015-01-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxXH&d=%2Fa%2F3d000000pT2E%2FtSk1FHrhIPPivXROExiErDE4dFTvUUj7PA6XOsEXeB0&asPdf=false  
09e7fa0adf8be94e ALTIMAXX INC 57-B-0152 2014-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgguD&d=%2Fa%2F3d000000pdYc%2FYn26fI9n0_7VQPZnZB_3iUsRzHFPmCKphwcXBEWqFfU&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 118.325ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API