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

9 rows where cert_number = "55-C-0199" 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
3de806d812018e49 B Thystrup US Corp 55-C-0199 2026-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yGloU&d=%2Fa%2FSJ000007ozFZ%2FRD449Qi_rXsas6PvMrRuDmZvW_0H8GFHnuR55MyBHOQ&asPdf=false  
d8f78676a8069bab B Thystrup US Corp 55-C-0199 2023-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ADD5V&d=%2Fa%2F3d000001wSg8%2FxuRiWQBDqeNVSk5_UkPjYFdVLsZOBt5yX0BXy7.Asdc&asPdf=false  
4b9fa867339aaf7c B Thystrup US Corp 55-C-0199 2022-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNeV&d=%2Fa%2F3d000000pcqB%2FHmgQxppFXAL1m3odS9SuzWFdOY5a0KDOkwjjnnnMZV0&asPdf=false  
d7fb31812170b9c5 B Thystrup US Corp 55-C-0199 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ITx&d=%2Fa%2F3d000000pYaE%2FWGs_.nvXpwZwgWvJE87Qp7y4swdc5WiwyLqUh7I4VP4&asPdf=false  
2756ba2164e7af37 B Thystrup US Corp 55-C-0199 2021-04-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ETjbD&d=%2Fa%2F3d000000pYbA%2F71E1SHzU6abV3z3HOPkZ11uxViCnxUl6TZmDmwEXLNA&asPdf=false  
ebaed9c55cfb20ec B Thystrup US Corp 55-C-0199 2018-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZXG&d=%2Fa%2F3d000000pYav%2F_MRjHZp3bQFa2V.jy3Rc77xuBNQnosw.mV22z92m6EQ&asPdf=false  
e3e6ddeb8a366da3 B Thystrup US Corp 55-C-0199 2016-10-26   0 4 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwrm&d=%2Fa%2F3d000000pYaw%2FXr8VoyFIvNbXgC6koU2rk_IAAasjBoq3cHT0j06B5vo&asPdf=false  
fd197c8e6074fa92 B Thystrup US Corp 55-C-0199 2015-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZRp&d=%2Fa%2F3d000000pYZx%2FZomo.n1ImRk5RiaS__Q79fVQbwErIQY_4fiIRuI1DUY&asPdf=false  
e32670ce309767c4 B Thystrup US Corp 55-C-0199 2014-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaaj&d=%2Fa%2F3d000000pYa9%2FPukdtP8heUmjKkRFsaAIHpAqnnPuep0qWhtgUUAxPYA&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 265.582ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API