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 = "74-C-0600" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
7c62db84233ecf94 Cherokee Trace L.P. 74-C-0600 2025-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PnKdn&d=%2Fa%2FSJ000002WGDN%2FU68HHFuJMUXm1nEH2dpS9yM2xxPckJETHRSppud2Bck&asPdf=false  
9321880fa5308570 Cherokee Trace L.P. 74-C-0600 2024-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CmguO&d=%2Fa%2F3d000002fsJS%2FmJuKE_g0JlSbC4cH1xgku0xI3J11RVqFKcgQSkVNTgM&asPdf=false  
d2dadf685ba49043 Cherokee Trace L.P. 74-C-0600 2023-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uKNO&d=%2Fa%2F3d0000012kpv%2F5JbRN_mqq.BRI2uzHlEv9xY6wm4czlZ5xCLrHGFCgWI&asPdf=false  
4e50ef16b44f4931 Cherokee Trace L.P. 74-C-0600 2022-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8yPi&d=%2Fa%2F3d000000pgsB%2FBD1SuQ8cllErHZ9kLgtKA57B7IFKUQe11CaMnakF5i4&asPdf=false  
37bdfffd4beba6c2 Cherokee Trace L.P. 74-C-0600 2021-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES8yl&d=%2Fa%2F3d000000pRlu%2F_ZuWkMSwOTeuY0UQe8PvOnoBUxXRXFipaVY4aFLc62c&asPdf=false  
3b334defec64e895 Cherokee Trace L.P. 74-C-0600 2019-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWx1&d=%2Fa%2F3d000000paoc%2FsC0nBAezmy.XGlz9KK_.UQ3N3ktw09N5yv8craVzBPs&asPdf=false  
bf36691a85233620 Cherokee Trace L.P. 74-C-0600 2018-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWkj&d=%2Fa%2F3d000000pjpd%2F0hohwj1lS.8pP3h65.VnfzQDlIOLv3ofo84zCwc9wos&asPdf=false  
8b94a7e7bbb709a9 Cherokee Trace L.P. 74-C-0600 2016-12-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWuf&d=%2Fa%2F3d000000pShI%2F__PdBX8Zv3orwqp0rT74GodiEzAltp2h0J7oMSendLQ&asPdf=false  
fe8189ea7794c373 Cherokee Trace L.P. 74-C-0600 2016-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWvy&d=%2Fa%2F3d000000pXOy%2F3_V_Q6PF0.55aFjV27u3AkZSAWa4OHZ9AIflvWp9ChU&asPdf=false  
ecce2919f7892c72 Cherokee Trace L.P. 74-C-0600 2014-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWAr&d=%2Fa%2F3d000000pm6q%2FofYekmP7_lcN.W3IsYPzW5vDBLC2UP_fDiZupqhlTyw&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 532.603ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API