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

7 rows where cert_number = "84-C-0163" 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
2fffa99a0390af9c KODIAK RANCH L L C 84-C-0163 2021-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8WgP&d=%2Fa%2F3d000000pXSO%2FDaq11sofyNOj3KDJlcZlx.8f0LRKksRYpP.o5MKtq6I&asPdf=false  
8649cbf07f05d791 KODIAK RANCH L L C 84-C-0163 2021-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh1is&d=%2Fa%2F3d000000penU%2FrkctGkl.lkIFeQoC_W_7yQb1Wnwuk20ZP7cyEqS3RdU&asPdf=false  
1844df3da53c0337 KODIAK RANCH L L C 84-C-0163 2019-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgghS&d=%2Fa%2F3d000000palc%2Fun9sEPqBWTJW4Yz606dSKoGlOzylOpO37RcEDz.UuZ4&asPdf=false  
05e4be1be6ffba82 KODIAK RANCH L L C 84-C-0163 2019-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbof&d=%2Fa%2F3d000000pSy6%2FCnQfEJolKRz4U8mDFmlciOBUdTSBQs00DpNRjQj5rRw&asPdf=false  
2a60f479d33d7b31 KODIAK RANCH L L C 84-C-0163 2018-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiqQ&d=%2Fa%2F3d000000pS9t%2F0Vy6Lfh.pQEJaSZVgoPuAiYO.8b9Jnsaq4cjMjUXB9c&asPdf=false  
49b3a0672dd5f7ad KODIAK RANCH L L C 84-C-0163 2017-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcK&d=%2Fa%2F3d000000pb49%2FgCTDCEXG5PbIjYOfLNm0Gp8r9QjWPJd2il7at3n7uGA&asPdf=false  
853a3804643a76a0 KODIAK RANCH L L C 84-C-0163 2017-08-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXij&d=%2Fa%2F3d000000pmbp%2F9ajCflLLuZputYtBye8l.OVPqXkFtOb.dKoqyme2pWc&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 1540.702ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API