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

6 rows where cert_number = "56-C-0203" 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
338b8b559f2851b1 N C M EQUESTRIAN LLC 56-C-0203 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdO4&d=%2Fa%2F3d000000pjpG%2Fd5QP5uNwc9qa4jNW4xp0r.PeRSmiOy0KkybHGF60ryk&asPdf=false  
9f7a1e1e8449a2d5 N C M EQUESTRIAN LLC 56-C-0203 2018-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcH1&d=%2Fa%2F3d000000patH%2FUaW7Z9yDkJdpWhwLO581yzL66h4NHtQdIzV4xJjGM38&asPdf=false  
709c0497b551e143 N C M EQUESTRIAN LLC 56-C-0203 2017-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDo&d=%2Fa%2F3d000000pb91%2F29TkIUncM0pcYd3cwgC4fsZpSolnj11qgqcnoU3G2uc&asPdf=false  
d914d97120fda43f N C M EQUESTRIAN LLC 56-C-0203 2016-07-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxp&d=%2Fa%2F3d000000pUfM%2Fyv1eMgjKz35HM1RC.6VFzQvAQjLFU6Y5d_CF9AUdX80&asPdf=false  
51d8b7a085605969 N C M EQUESTRIAN LLC 56-C-0203 2015-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egay1&d=%2Fa%2F3d000000pkNN%2F9cGadFGWfX7RdR9CPo1Z5RC6CyN3QekFNB_lIrtKdHM&asPdf=false  
6fb4775e15c876bb N C M EQUESTRIAN LLC 56-C-0203 2014-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbP8&d=%2Fa%2F3d000000pi2m%2FmEXhQORQ0eyAfZDngyjloQrprdeE0nup2iPohCjvUGY&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 52.944ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API