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

9 rows where cert_number = "73-A-2686" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
723b44f4a869956d DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2023-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007doCB&d=%2Fa%2F3d000000yGkW%2FhzejlrM7gSzCD97NDyPuwJ8fVFc_0uZPtgo4fvWcaFU&asPdf=false  
4ae39787af65c63d DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2021-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMcdu&d=%2Fa%2F3d000000pa26%2FEnwemlUnVd2nPzEkkTG0qXukIO55VigPjRWfEGGuzWI&asPdf=false  
7974f2b4d65a976c DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2020-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Lrr&d=%2Fa%2F3d000000pa2E%2Fjd5FMDuJfViqbUoS9o_oiPqZKqfz1qTAfA6Rwdo9lTE&asPdf=false  
5112edcb4513cc36 DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeVt&d=%2Fa%2F3d000000pa1h%2FRcxauucalNe8_qP.4AYkn1sl5gRbuQzVGMbXOH2cIbg&asPdf=false  
71b8b920ed35a9fa DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdoB&d=%2Fa%2F3d000000pa1C%2Fa1qKIlR70kv12CB0Z63fvnxf3tylWBy2oZWBNuBVI0U&asPdf=false  
cf4e1d41c4597be5 DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2017-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeQZ&d=%2Fa%2F3d000000pa27%2FL.1aH9_Mr9AgSBYAKSz3qhvzTBhEeTJ0gL36dcHPbns&asPdf=false  
cd394c2f5a9d2465 DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2016-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgetH&d=%2Fa%2F3d000000pa19%2FL5EvE5mmT5Gh2dm4f8Q60V3A7rn4U1KmEW3OAHznvhM&asPdf=false  
eb35c40ef1b0b0b3 DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2015-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf1m&d=%2Fa%2F3d000000pa22%2F0B4Q8voqssKU2O1G8zC1VkyObx.MubzM.8xBsHENMps&asPdf=false  
25d62cc44419c031 DAVID TERRY KYLE TERRY ERLENE TERRY 73-A-2686 2014-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb5Y&d=%2Fa%2F3d000000pa2Z%2F3gSWXaaLX392ckOgQBvhqRX3qaWYQaPB9plFdxSDxkU&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 376.067ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API