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

10 rows where cert_number = "43-A-6142" 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
98e63a0b2bdc4046 Aleica Davis 43-A-6142 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAwQ6&d=%2Fa%2FSJ000007OYNt%2FZQKBqSup2WPiujDNC345VQXFpbcdneNJNdkWLPKAEEY&asPdf=false  
7a6af99de5e5f3b0 Aleica Davis 43-A-6142 2025-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000n0GGm&d=%2Fa%2FSJ0000066iFp%2FHISzhUbz32AefF6V85kgNqfGyFBcVfRpp3EzGjVuCr4&asPdf=false  
532906c02d92971c Aleica Davis 43-A-6142 2024-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002epig&d=%2Fa%2FSJ000002T3jt%2FVZqVl_fbkp5A.8mF8t8gcKGwVQiQvEFVe3.nvlH8dbM&asPdf=false  
9fe56df8f03a77aa Aleica Davis 43-A-6142 2023-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uRC8&d=%2Fa%2F3d0000012ofs%2FtjlLG2i6SB5FV6Q9zTvNorF4dmKeoMHx3.Bv1p6bDzM&asPdf=false  
3ea05f287b890bb0 Aleica Davis 43-A-6142 2022-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awrvX&d=%2Fa%2F3d000000pWAZ%2FJrqcu5dsQOEw8ljmNHpUcCxxP6uxaUXlUAFflN5wDLs&asPdf=false  
9996a1a857400982 Aleica Davis 43-A-6142 2021-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNPyL&d=%2Fa%2F3d000000pVyC%2F7gtE6id2xUloVT0sWdU.f6f1M5uUb9Jfnk47hGILflQ&asPdf=false  
acf71433f38010b8 Aleica Davis 43-A-6142 2019-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjr4&d=%2Fa%2F3d000000pVzQ%2FAaRUFfmoB5j18NPb.go3SQZyid_c1UfTLIoSLmQZXp8&asPdf=false  
3acbea5c3ebc94bd Aleica Davis 43-A-6142 2018-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiFZ&d=%2Fa%2F3d000000pVyD%2FRe0eXiwXbUKiXRl69.5_T.cy54sBH1Mqws0IMQTUFcU&asPdf=false  
9fbf8f83be45e54e Aleica Davis 43-A-6142 2017-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh6T&d=%2Fa%2F3d000000pVyK%2FlPt7iv5kQjvxtCNHxeNoypgr5n64tykgEyvJ3gqkFcY&asPdf=false  
bb49977eacd5a7c4 Aleica Davis 43-A-6142 2016-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbIL&d=%2Fa%2F3d000000pVz7%2F0bqPFgvnnPyPiN7u823EtBbRZsP6jh4_Nxu5XqU3iXQ&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 122.343ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API