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 = "14-T-0013" 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
4969e8fd645fac8f ALPHA DOG TRANSPORT LLC 14-T-0013 2020-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmaB&d=%2Fa%2F3d000000poKa%2FnDXb43d2oXbOVCwmOwyIMPJlsVgt5.2tioOTHYtZ7zw&asPdf=false  
51c4dbcfe345dd2b ALPHA DOG TRANSPORT LLC 14-T-0013 2018-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego8P&d=%2Fa%2F3d000000pRMt%2FODj6wFRXEP0czO4zC2etmKZfpWdjeoXtbJ98golDTBY&asPdf=false  
78309ba0d079be5c ALPHA DOG TRANSPORT LLC 14-T-0013 2017-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdsR&d=%2Fa%2F3d000000pfNq%2FIJujiXRVD3HoSsODvhQ2d00WmEfsPVJoqyAsE_uZ5Tw&asPdf=false  
9f41adfcda53f240 ALPHA DOG TRANSPORT LLC 14-T-0013 2016-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeGG&d=%2Fa%2F3d000000pWaK%2FzdDNxmlRascbx23Qvax3MDVhmeaMn.EVgcZCQ5EZX8w&asPdf=false  
ad10916ca105b5c5 ALPHA DOG TRANSPORT LLC 14-T-0013 2015-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdUI&d=%2Fa%2F3d000000pnPR%2FNqTocdNIyLNLcXjMTjWpjFvM95PJOknCoWrwzR5HYYo&asPdf=false  
1bb911562d1c15c7 ALPHA DOG TRANSPORT LLC 14-T-0013 2015-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoBB&d=%2Fa%2F3d000000pni9%2FZfUMJonVJHcfBx4QIrlGa9tjgVVemovLYa2FpEXkeAk&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 24.004ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API