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

7 rows where cert_number = "22-B-0085" 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
8aac80881cda17f3 PUPPY SMART LLC 22-B-0085 2024-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FfH4b&d=%2Fa%2FSJ000001FeXd%2F6gSl2nVRcGEJo8aBT3iyNi7.L9LKVukUiZxcYQ7M8wE&asPdf=false  
7d48ea6c9acbf1c9 PUPPY SMART LLC 22-B-0085 2024-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DK29I&d=%2Fa%2F3d000002rXM8%2Fc6PrgMzFzw7yQmsvdXvUtIXCwnR_s8gmPDlK7kCjXyU&asPdf=false  
daca0eba0c2869a7 PUPPY SMART LLC 22-B-0085 2024-04-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6ToV&d=%2Fa%2F3d000002n7kC%2F646PeBhkszIE7E17vw68tty8vp9bsPa2W7Hbc_pKQbA&asPdf=false  
5264160e365ee8cd PUPPY SMART LLC 22-B-0085 2023-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000099U3J&d=%2Fa%2F3d000001RkMx%2FIsSDpz367sYWoGyqy9aPTn3xBGqMlapo8xaX6QaaX54&asPdf=false  
12910610dee8b0c3 PUPPY SMART LLC 22-B-0085 2023-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Ji6z&d=%2Fa%2F3d000000t5kM%2F0_P.JNyxdonI.vGmLSwCPbVmZOAe.bBNXMGlmPXWMLE&asPdf=false  
4aceb04d6ef3f7bf PUPPY SMART LLC 22-B-0085 2021-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNIei&d=%2Fa%2F3d000000plAd%2Fob4IHZoZKh08N61p2H8ciHmgCbWymw__SPLr2iuAe8Y&asPdf=false  
d62b05196afc06bc PUPPY SMART LLC 22-B-0085 2020-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVt&d=%2Fa%2F3d000000pRDT%2FEJe6Nx.xUnQ.w9Lb5UJsvpmu4s8Wom5JzJR0yUXk42A&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 1653.475ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API