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 = "16-C-0135" 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
7980260649387f92 RAY OF LIGHT FARM INC 16-C-0135 2020-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbkr&d=%2Fa%2F3d000000pljM%2FzoVjM3NZvvGi3m7YXATfRSinqgLaT0R697aadjTIuJo&asPdf=false  
2f644d993f6d2bb5 RAY OF LIGHT FARM INC 16-C-0135 2019-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLZ&d=%2Fa%2F3d000000pTET%2FdjbLrcALzTWgH5z9OLTsSz23YYtczbIarmCGhj6UWBE&asPdf=false  
14bba138c7e052dd RAY OF LIGHT FARM INC 16-C-0135 2018-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbNM&d=%2Fa%2F3d000000pS8O%2F5LRT8uUx4yZ0XhvYPQECynVgrdowdVNSL0O5r3P2ojk&asPdf=false  
9f1c8fe3ef3b0fcb RAY OF LIGHT FARM INC 16-C-0135 2016-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZar&d=%2Fa%2F3d000000pREp%2FiUGOS.2lx4ULH3NZ2h7x5DMmU3.GHwrDlDLrHpNFffI&asPdf=false  
dd6de735b624fe4c RAY OF LIGHT FARM INC 16-C-0135 2015-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgazK&d=%2Fa%2F3d000000pbAW%2FeR.I9MuztUk8fkpL5zRJ2TLm3QLGPNa0.plHvvoZLp8&asPdf=false  
699a625eebc876a9 RAY OF LIGHT FARM INC 16-C-0135 2014-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbGY&d=%2Fa%2F3d000000pk4W%2F1m1THTVaD8.MpT6Iw.0hJpAA7SMQFZz8s8qS7QmjibU&asPdf=false  
f351bce48d8fadb5 RAY OF LIGHT FARM INC 16-C-0135 2014-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcBd&d=%2Fa%2F3d000000plng%2F2Eu1cFM4cB6r.TXvjDoyFFlecn27uoZl6K_f7c07QKo&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 3.977ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API