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-0153" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
af2e534997a7fb26 Veterinary Tactical Group, PLLC 55-R-0153 2023-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uRsi&d=%2Fa%2F3d0000012r63%2FGWpAh.6qUtjrUrTs6gxEzLvXY.wWpgm5N2iAz.BcICc&asPdf=false  
b530538375d5540c Veterinary Tactical Group, PLLC 55-R-0153 2022-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy1ci&d=%2Fa%2F3d000000pXm3%2F2ZPtpuEkmz2H7Nh37vCz9FfQVuVu1U.A7SX0dZMkOAQ&asPdf=false  
b09f4c8aea900c2e Veterinary Tactical Group, PLLC 55-R-0153 2021-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxvE&d=%2Fa%2F3d000000pXlx%2F3RwSjtPqdtqvlSuQPLn7ihKafqyrFCfQiRdjUE3.yAk&asPdf=false  
1e6f0e259e7c3a43 Veterinary Tactical Group, PLLC 55-R-0153 2020-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ErikC&d=%2Fa%2F3d000000pXlc%2FREhA9nCiHUzHQDGdCqSRex0EVOtz0QoS6He9WX7UnvQ&asPdf=false  
defa7f83daf1a1a1 Veterinary Tactical Group, PLLC 55-R-0153 2019-08-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnYU&d=%2Fa%2F3d000000pXln%2FCEurGEKG_55BiR1oAjkmRA.0GxHfM_12dREuCBLjLUo&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 655.8ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API