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 = "93-R-0538" 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
47c62ea5cef3928a Kevin Yates 93-R-0538 2016-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeNI&d=%2Fa%2F3d000000pdXz%2Ff2wFpkK0FPF5LItVFq8MgKFKlEk84TohH_nFrjxFZkg&asPdf=false  
fc284046c0a0aac4 Kevin Yates 93-R-0538 2016-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBt&d=%2Fa%2F3d000000pokA%2FG1NfQ6GwY1waoBX_hxfsIs5YqcXdO_d1tuzseXgz4IM&asPdf=false  
79ba9f357a91cf85 Kevin Yates 93-R-0538 2016-05-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdPz&d=%2Fa%2F3d000000pb9q%2FDfSom.5MAaYdQRWbgMmZXQXatgslPtjNoxeanE4hOkw&asPdf=false  
24e1395af4303709 Kevin Yates 93-R-0538 2016-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego2v&d=%2Fa%2F3d000000ppGC%2FuHvwNCs4ZDgMiep8gIL7fE.kCOv1_Xam4SnUQlPaFwY&asPdf=false  
1f98e498571f4d09 Kevin Yates 93-R-0538 2015-06-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkDj&d=%2Fa%2F3d000000pUir%2FYYDIg6OygIE6Qy4AvcGQTAEFHjqSqeiLDSwuDlmso3k&asPdf=false  
dcc8d5fac54a673e Kevin Yates 93-R-0538 2014-05-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxB&d=%2Fa%2F3d000000pX0J%2F3UMVK8Zi2LToBDYqfwSut5GEdptJtzcR.Ot0LSgtVgU&asPdf=false  
76f4a44444e48e77 Kevin Yates 93-R-0538 2014-04-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkCF&d=%2Fa%2F3d000000pRgy%2FyK2kzpLMSRblc_o85CzrSK_v1hHyvxDbxaJ0rE3Y7aM&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 12.987ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API