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 = "14-C-0132" 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
870fb949b4a07e3a The Red Apple Farm, LLC 14-C-0132 2023-10-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B8BVn&d=%2Fa%2F3d000002B2BB%2Fz6NeUtKSbPioXktvjFlugwiwWeQaWp._.YWXBCamO7s&asPdf=false  
a34a74e5f3566e68 The Red Apple Farm, LLC 14-C-0132 2022-05-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx1mz&d=%2Fa%2F3d000000pgDl%2FLBDY0KveBMN2wOnSWig2r3vOXY0ikazBjWPoVpMifvA&asPdf=false  
6ff112e40e54d398 The Red Apple Farm, LLC 14-C-0132 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9A1m&d=%2Fa%2F3d000000pgyj%2FtbaiIE.lXpnNlmq2fpF7BpXO0xHdCDniM4i.3TAnmvM&asPdf=false  
e3c6566c243c581a The Red Apple Farm, LLC 14-C-0132 2021-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8tB8&d=%2Fa%2F3d000000pgqm%2Flz3V_sJPjvDsgGaYoMskLRQ8OLCd1c87WS67wOx7xxg&asPdf=false  
072032cbc172dd4a The Red Apple Farm, LLC 14-C-0132 2021-09-13   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNDXz&d=%2Fa%2F3d000000pRvG%2FVEVsMEJDUQLuZsR3E_Xae6TvUNOW8NxI8qW_YPeKqyQ&asPdf=false  
18d01ddedad5c0ef The Red Apple Farm, LLC 14-C-0132 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeqm&d=%2Fa%2F3d000000pSUd%2Fi9ju68qIzA6ADlLKNJ6pR.Ya3mhMjtEsUZzZ9RakM2Q&asPdf=false  
b15125803ca0782c The Red Apple Farm, LLC 14-C-0132 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egchk&d=%2Fa%2F3d000000pSjR%2Fy5Pwp.JeqkIR5x31ixmV4zh33puoVtOS3ude6qlaAGI&asPdf=false  
87a5640b7b2a5a83 The Red Apple Farm, LLC 14-C-0132 2017-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcCW&d=%2Fa%2F3d000000pTUS%2FzAu4AeSSKpLEIGyFQNEXGSPJdCKTYv_NNpiWCTyVzEo&asPdf=false  
dd682927420bad57 The Red Apple Farm, LLC 14-C-0132 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcYp&d=%2Fa%2F3d000000ppIn%2Fy6UpI0j4_qwzDdAFulX8CSzETDH9G4mL8GkrqHJdG8k&asPdf=false  
99f2699d237920c0 The Red Apple Farm, LLC 14-C-0132 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege3l&d=%2Fa%2F3d000000piD4%2Fhx6f9Fb2laqlDO50IqI.QAtpsxKgZC8iA8EZLSNJSVA&asPdf=false  
e6d83d0779431bb6 The Red Apple Farm, LLC 14-C-0132 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcTI&d=%2Fa%2F3d000000pnhz%2FtPoSfcUxhSJ4UNrJjt6WMSpgNe61Wz9l1BLcSsGYSGU&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 662.628ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API