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

5 rows where cert_number = "55-R-0147" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
8852ad1bf630a657 TYRA TECH 55-R-0147 2018-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egith&d=%2Fa%2F3d000000pn6Z%2FyUNO2bjm5pShP_BbSVOAC7Wmwz9X1G5uaWX8sub5Lc4&asPdf=false  
f022d6d42a437fff TYRA TECH 55-R-0147 2017-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWy&d=%2Fa%2F3d000000ppPl%2FpoHuAKZlTl412bQYgKHLvNvLYz45Jhz1hjQ1hmUYY10&asPdf=false  
07bb4170c91f2543 TYRA TECH 55-R-0147 2016-08-15   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkEJ&d=%2Fa%2F3d000000pkrM%2FkZEwRDXbHt12yK8wKpcNMQCa9IEiB2y5f9VQcdFej2U&asPdf=false  
d2467268e13a9429 TYRA TECH 55-R-0147 2015-04-13   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxYf&d=%2Fa%2F3d000000pdp3%2F6bCVSOgEIaNIx28b7d8eZGaFOojJqyOH5zakVqf4y2U&asPdf=false  
4fcd4f4390fe0874 TYRA TECH 55-R-0147 2014-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoEo&d=%2Fa%2F3d000000pnQb%2FRo1JlWtRv7d4LK.fRs7ONx1SC2u_.Gp_SaQBx1HNWik&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 3125.93ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API