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

5 rows where cert_number = "74-B-0785" 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
73ea9b9c83983c85 Gary Caraveo 74-B-0785 2022-02-17   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9MZC&d=%2Fa%2F3d000000ph79%2Feuz21GeuxvKImASTf94r1jKdySNsJUmt9HYvwxmU7xg&asPdf=false  
31e8763f35d5911b Gary Caraveo 74-B-0785 2021-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh8qV&d=%2Fa%2F3d000000pWMz%2FYqC5ECCoZfdPA9B12gGir19zUMrs8R38iWq0tyW.IxY&asPdf=false  
299e7ef39a10f26d Gary Caraveo 74-B-0785 2020-02-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZNL&d=%2Fa%2F3d000000poOl%2FrwW2v5YAtd1KYQsrtY3awnp8oKjPVI6YnJTBnxpkSCU&asPdf=false  
664970ee30be693b Gary Caraveo 74-B-0785 2019-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghHS&d=%2Fa%2F3d000000pbjh%2FJ6eHo_k8nr8qaMARAwkiCnux.T3OzN8Eg4b5o1ho_gU&asPdf=false  
402a714ed3d4be95 Gary Caraveo 74-B-0785 2018-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfAK&d=%2Fa%2F3d000000pScz%2FKZjWQq.xs7JtZg8eoa_gh3ZX47kzU0MaZaNxHMujXrw&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 21.707ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API