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

8 rows where cert_number = "31-B-0207" 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
4a1f496b9564d23d PUPPY BLVD 31-B-0207 2023-11-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B1luW&d=%2Fa%2F3d0000028xY1%2FL04mVLbBA10KGWQlARdYsdzNXuWxBqo0Ix3oJ0RDCkA&asPdf=false  
1f4f7cfc153336a2 PUPPY BLVD 31-B-0207 2023-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009NwO9&d=%2Fa%2F3d000001YJ99%2FDMfFJtTsElsy0sLIzyfmgbLyXzxATONUMSRnlJxzFFc&asPdf=false  
90f61418eb7c37fa PUPPY BLVD 31-B-0207 2023-06-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008gD42&d=%2Fa%2F3d000001Hsk3%2FXTxQoFA2boL2U5Ii8kYbAWdkeBTPKNpSws.H5lP6Z6k&asPdf=false  
5c2066e6c0e7d70a PUPPY BLVD 31-B-0207 2023-04-20   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008IgSB&d=%2Fa%2F3d000001ARDw%2FqcmnFrwcWdnj0ft30OLlTL0I9.VFUKSsi38a4FR6T30&asPdf=false  
e94611d5e10c3f72 PUPPY BLVD 31-B-0207 2023-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jerf&d=%2Fa%2F3d000000t5RR%2FRZ0tDikwwAv0CAl5SztO56vZMTUME1_DSWKES7WdCbU&asPdf=false  
293ef70cfd773fb5 PUPPY BLVD 31-B-0207 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvLjK&d=%2Fa%2F3d000000pckI%2FaS0z9wWOax7zTifLg9y48evvGziQhsjzGjIVSznHdV8&asPdf=false  
2a587021b4599c9b PUPPY BLVD 31-B-0207 2022-11-22   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvF20&d=%2Fa%2F3d000000pd5i%2FMoxnr6vjwk0ah57Gh1v0exsOucYr4xDUh.V2cfXqGkY&asPdf=false  
fea9e869f8c80805 PUPPY BLVD 31-B-0207 2020-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWN&d=%2Fa%2F3d000000pcGZ%2FvgULB9FgezcXzK0z8HNH5LCf7qt4Jp1GK1f2kyYehNw&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 162.839ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API