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 = "21-C-0314" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
a9f84838118a5323 BAILIWICK RANCH INC 21-C-0314 2016-03-08   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwf1&d=%2Fa%2F3d000000pm1s%2Ftc9peopRLBYrnX.NEA2nCsNxsULr8N_BQRIK3d6dq98&asPdf=false  
b66c475290eb65ac BAILIWICK RANCH INC 21-C-0314 2015-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXJ9&d=%2Fa%2F3d000000ppPF%2FX.sAzsIazOVZR6YJ5YcqAIXXSa6JFv7Nh3_d0Bewc1s&asPdf=false  
ce0ab7038c25877d BAILIWICK RANCH INC 21-C-0314 2015-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWsf&d=%2Fa%2F3d000000ppOO%2Fhz6As_4zvFCsF0Ud1Z_KWe.F_0zX.FrQHIn9aCqqpvA&asPdf=false  
9a3151e9c13a9af0 BAILIWICK RANCH INC 21-C-0314 2015-04-27   2 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgR&d=%2Fa%2F3d000000pogv%2FFn12aJp70iFbFkxetHOTyvdvZXDNpCWy.a5aw66rTfQ&asPdf=false  
25d5a9a713fcdd2f BAILIWICK RANCH INC 21-C-0314 2015-01-22   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwwg&d=%2Fa%2F3d000000pohO%2FA9vP4Tg82vUXxkMO62X7VIEvSKgN29xTb0MaDwzmahU&asPdf=false  
57248ddae206a497 BAILIWICK RANCH INC 21-C-0314 2014-09-09   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxXL&d=%2Fa%2F3d000000pfTH%2FZZBPEKo5WQ4xhysVgDO6c1yqWr.HtKD7EBhEjGp7J1Y&asPdf=false  
0ff5f57adebf5d99 BAILIWICK RANCH INC 21-C-0314 2014-04-03   0 9 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwVz&d=%2Fa%2F3d000000pRfH%2FdH6qLgOocjGyrWDU6mqokAFcSAhJNLvo_7vB.QB6JUQ&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 23.138ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API