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 = "43-C-0392" 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
799d7e3f048eebe9 Cornerstone Stables 43-C-0392 2025-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000W64g9&d=%2Fa%2FSJ000003VnIr%2FaCfCUcVsgSxmvOIyAYSgpMFr7YSCfLhjyIXkR0Ky_.4&asPdf=false  
89d9e45585e5105f Cornerstone Stables 43-C-0392 2024-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007wLBL&d=%2Fa%2FSJ000000Wjmn%2F9qvd9VUTYOQ.KylYR6lf.1KkABNzQNjxXTZAMVJ7vqg&asPdf=false  
4f8a3a9f292b3a94 Cornerstone Stables 43-C-0392 2023-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009dKRP&d=%2Fa%2F3d000001ewn3%2FnmL1a1Y2q4Py7Kj95xjY8K2NWRh3fVA8Ff2FAhoUPo8&asPdf=false  
3cc32fd47a93f601 Cornerstone Stables 43-C-0392 2023-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uSte&d=%2Fa%2F3d0000012sCl%2FvcHYRhCDCYDp9ZH3.XHfpYLo3fwYuqVKYyrLtD2jpcM&asPdf=false  
1f53662f5b266cd4 Cornerstone Stables 43-C-0392 2022-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv49k&d=%2Fa%2F3d000000pYif%2FIG1lChvGiZdW9g.sTX6smtdiYIeWh5S6PtqTbk6.bzM&asPdf=false  
7c0d500ac5eca624 Cornerstone Stables 43-C-0392 2022-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwmLq&d=%2Fa%2F3d000000pYdT%2FbXcFszDUUFgg10uKZxYhuYXsB3sH9ooTu33xUTvtHxs&asPdf=false  
ba18686ebc779854 Cornerstone Stables 43-C-0392 2021-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMqB1&d=%2Fa%2F3d000000pnBa%2FEG2dccTgUgTACDW2NDbcR4Rl3G2wcmXqFdHxp2cyBkY&asPdf=false  
e323cc6e61ca6e63 Cornerstone Stables 43-C-0392 2020-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaoM&d=%2Fa%2F3d000000pdXe%2F7gcKUwss7640_.T48wYcrV4hTj4.3WZwx1E3mT5O7Og&asPdf=false  
17384a8b04a27b81 Cornerstone Stables 43-C-0392 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY6n&d=%2Fa%2F3d000000pmcl%2FQddNDaEgl6xJMdJdkWaREYGRf1EJcBYFC4.8oot4GhA&asPdf=false  
9b889e47043e6282 Cornerstone Stables 43-C-0392 2018-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcRC&d=%2Fa%2F3d000000pmAN%2Fsj2WLZF0zZPXTBqNa1Ig_3iOwV91bopKPnyENjdg1TA&asPdf=false  
9138ed3d5ccb1601 Cornerstone Stables 43-C-0392 2018-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ1v&d=%2Fa%2F3d000000pbmD%2FRpPHk1VRstYlWX6bWqJGHUf9u3IB3DBdXc2iDPWzsRY&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 223.27ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API