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

7 rows where cert_number = "55-C-0299" 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
777bc877b64133a8 DORA TURNER 55-C-0299 2021-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES1lb&d=%2Fa%2F3d000000pRoF%2F4kRxwNa2JLRWWt28UbLL8mDTDc6MuRwDc4tfscKQE2I&asPdf=false  
35078a4836ec23ef DORA TURNER 55-C-0299 2019-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeVx&d=%2Fa%2F3d000000poUI%2F3ABlAXhr1p5oJoUn_kmkgxXYCj_itS0h36XQsCxzKvs&asPdf=false  
498a00da157c1395 DORA TURNER 55-C-0299 2019-08-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdW0&d=%2Fa%2F3d000000pRxs%2FokRWfXOiieIh1lap6YOJfXvLFyVVggEECXHFQSGT1NA&asPdf=false  
971909fb8009b82b DORA TURNER 55-C-0299 2019-05-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfoM&d=%2Fa%2F3d000000piCU%2FWdXugQd0S0nU6etG1c9YoGSjAFRpHNFMbRgGkGipTf0&asPdf=false  
3cbab04f9782d859 DORA TURNER 55-C-0299 2018-03-29   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf7t&d=%2Fa%2F3d000000pnXM%2FjxcGyEg1aJfGQOvtOOlWNiE8fVQZT_LoAan4McFpXWw&asPdf=false  
838df1a0f48e4652 DORA TURNER 55-C-0299 2018-02-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcQP&d=%2Fa%2F3d000000pXHD%2FX4FiqyRFnoD4cwAAkLxFw3X67gGPTDUftneWDasYDXA&asPdf=false  
1c809c4f462cf18e DORA TURNER 55-C-0299 2016-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXzM&d=%2Fa%2F3d000000pfsf%2FIGwOGjVIhZaC.rGQVTTtLaUOY4yHOveGUHJCZFiAZCI&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 5.324ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API