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

11 rows where cert_number = "87-C-0063" 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
0103563cc51ccc42 Ashley Whatcott 87-C-0063 2025-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vB5hu&d=%2Fa%2FSJ000007OQQM%2F3ocUvvxOkyMJ_JvQhtPan4ciZD.9bFwTlPtTVM_kM80&asPdf=false  
db455dba783fe6eb Ashley Whatcott 87-C-0063 2024-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dgvwe&d=%2Fa%2F3d000002xvOj%2FjgvY3d9Sd5RVhQuTd7PzfTEZOFhLXZSrh7W7JH_zCJY&asPdf=false  
4f3aa75ff9646ff8 Ashley Whatcott 87-C-0063 2023-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008W04T&d=%2Fa%2F3d000001EIUh%2FoA81DOKSgJculfb54rN5Uwdfz0C9QYcfbJVrg_OZVAw&asPdf=false  
4d8c66c46e2a55c6 Ashley Whatcott 87-C-0063 2022-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awnq9&d=%2Fa%2F3d000000pVy2%2F7VZoSm3vwy6zMrud5s4P70GIwEgIJHvZV5rBikEcmhE&asPdf=false  
b19a91b6a35d9d5b Ashley Whatcott 87-C-0063 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99xf&d=%2Fa%2F3d000000pVzD%2Fn3i0eSwNUNQDQr1ExUnWvn1xxIPu6z_aBe44VTwhsMw&asPdf=false  
aa8b7b38d8a92341 Ashley Whatcott 87-C-0063 2021-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERkwf&d=%2Fa%2F3d000000pVyd%2F0rv0rMXRVwRy7klKEVyYzJhqxQtpMvrHiss6.0ZnlRk&asPdf=false  
30e41f99f1569a13 Ashley Whatcott 87-C-0063 2019-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfHi&d=%2Fa%2F3d000000pVzT%2FH0cZmUmQzltK3JJ5YzM5e5xExfthzro4Ziei25QAacY&asPdf=false  
d5c6bfee7f3e1740 Ashley Whatcott 87-C-0063 2018-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi73&d=%2Fa%2F3d000000pVzA%2FgESHUp7nY8t4PsrceujsIUkZeceVRFqhnahS1FJurNA&asPdf=false  
b6f72c1022b995fe Ashley Whatcott 87-C-0063 2017-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egixy&d=%2Fa%2F3d000000pVyE%2Fn66FLrYFJoDUmoBUP.FD8DYTdvdW8Zlo7zYdSf8gtqg&asPdf=false  
65dd15bd10d4e3fa Ashley Whatcott 87-C-0063 2016-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk5a&d=%2Fa%2F3d000000pVyX%2FZIDXtxEql775oWU6UHl.6p7BGIIckLaPhYfQckpHAj0&asPdf=false  
9004f1cea89dc132 Ashley Whatcott 87-C-0063 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeP7&d=%2Fa%2F3d000000pVzI%2FdDTtXWS_l_MWH1OXfNitbmkEhX_q2JhNSAhNLHM9plk&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 340.842ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API