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-C-0229" 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
af8b1aafbebdad43 Cherokee Trading Post 73-C-0229 2024-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DP4Ac&d=%2Fa%2F3d000002tF1h%2FLTCYtV_W2jFGWAHYluDbxDfX5KYMDiKzuJlIZRrqqYs&asPdf=false  
c9a19c3e170694f0 Cherokee Trading Post 73-C-0229 2023-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AhOsm&d=%2Fa%2F3d0000025phb%2FBMOq4farDIpI6znZlFLzct2zvgTQazvZeASxKLCMQ9s&asPdf=false  
a5408b185d1ee5ff Cherokee Trading Post 73-C-0229 2023-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ugb7&d=%2Fa%2F3d0000012wQT%2F4e72_VjYTS7gzJpf9goL3EZ5X47ULHVN49dVRhZFE38&asPdf=false  
277d201d044e4dbf Cherokee Trading Post 73-C-0229 2022-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx81H&d=%2Fa%2F3d000000pgTi%2FAUODgCCBrSTGfGRcqSejN49U9vtzJUNBa_SFX3bAA8I&asPdf=false  
0decdd58151929cd Cherokee Trading Post 73-C-0229 2021-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMcMg&d=%2Fa%2F3d000000pgV2%2FF7VegAiwZTyAFHKm8tX_98cQ.M50JBrt_X_LFXSvKUg&asPdf=false  
e30d96ce8eedbefe Cherokee Trading Post 73-C-0229 2020-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjso&d=%2Fa%2F3d000000pgUj%2Fy7VtrwnltK4TD0qzq8zJCLLmlFG3BoQxB62JA7Illec&asPdf=false  
e44c929549d7a486 Cherokee Trading Post 73-C-0229 2019-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk7t&d=%2Fa%2F3d000000pgTp%2F3YQVuMx7Q7nD99u1gJIE9tXEdRPEggcxXz_eoZU1VmY&asPdf=false  
008b4ac3f39a9a07 Cherokee Trading Post 73-C-0229 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZi&d=%2Fa%2F3d000000pgTm%2Fn6ImlOmQ6ANpbyS61Z1A.hrXBZznt1oRHopqn7PJgV8&asPdf=false  
66e8707722b05464 Cherokee Trading Post 73-C-0229 2017-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcdg&d=%2Fa%2F3d000000pgVD%2FS81zJbzanmb8zgIPVWAwc_EXKalzPVnx1N5cB05LtW0&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 803.316ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API