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 = "43-B-3818" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
13e6504b2d1b4ee5 Cantrell Cuties Kennel 43-B-3818 2025-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000NUfgY&d=%2Fa%2FSJ000002CEkP%2FswUnBoN9m1NFdTG9J4PJwtyImb0me3R0Qeub93JUZZ0&asPdf=false  
e135020e69221824 Cantrell Cuties Kennel 43-B-3818 2023-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AHf5r&d=%2Fa%2F3d000001yB4z%2FNemRB6P7FBpGG3fBk6MUs2CUt_Ese776jLdmJwqZ65w&asPdf=false  
9edf21730c3759ec Cantrell Cuties Kennel 43-B-3818 2023-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Ndkw&d=%2Fa%2F3d000001YBhQ%2FeHYv_hdZmxLnFiR27r7et7PwmVM1iVbXNXMj.Q2I9l4&asPdf=false  
6fbfa003c25aa3b9 Cantrell Cuties Kennel 43-B-3818 2022-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxDLu&d=%2Fa%2F3d000000pblM%2FS4XOClC7Ec1WZqN.dtpG8aiP_LSPzeTbywntCaPMEC8&asPdf=false  
51649051fafda7e9 Cantrell Cuties Kennel 43-B-3818 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMaM0&d=%2Fa%2F3d000000pbin%2FEQmHjkhXkIlBEucTtLuVDZ5cD76S2Roet84yi7hoqTk&asPdf=false  
9b2a7f11bfeeccec Cantrell Cuties Kennel 43-B-3818 2020-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FRFkD&d=%2Fa%2F3d000000poQ3%2FgbfA6qPv.RBrQ42s0JZVZsLQ.Qo6sJ12bmkA60tPZeY&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 26.121ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API