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 = "56-C-0267" 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
a57197185b89aac9 Wildlife Geeks 56-C-0267 2022-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awV80&d=%2Fa%2F3d000000pZol%2FwPccWrTI77777QHkzLhVAkvTk20FJheQi0lZlfkCmV8&asPdf=false  
f99aea3063b44ddf Wildlife Geeks 56-C-0267 2022-01-05   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8zBr&d=%2Fa%2F3d000000pZnD%2FQFncGGP8UBgWFDnYDvRWGFN_lYXySnQiNSjKFa749Ts&asPdf=false  
c1c007a8051166c0 Wildlife Geeks 56-C-0267 2021-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXqH&d=%2Fa%2F3d000000pZni%2FX5VJrRhgN9Jp7TomDbyAHRRDFbWHD4Ta2mbSzLAfvBY&asPdf=false  
0ec520f7420d47d4 Wildlife Geeks 56-C-0267 2019-07-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egci2&d=%2Fa%2F3d000000pZoR%2FTQOFdCznX8pqqYlFYTy8KD.2zDvC8ccznZZnQNHqK5o&asPdf=false  
e7d2f7b71df75fe2 Wildlife Geeks 56-C-0267 2018-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkA4&d=%2Fa%2F3d000000pZnP%2FrxFkZBCXM52FJ_2J2fO2wWoVaUNxIq3VGn7gEFaR5Ps&asPdf=false  
c79d63fa4cc97d7c Wildlife Geeks 56-C-0267 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYdL&d=%2Fa%2F3d000000pZn4%2F.R1r14nElTnrkOmk9o01ERJ8pgumfJu9mL8azNNd570&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 87.691ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API