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 = "48-A-2217" 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
893531fa2d296376 DOUBLE D BLACKTOP KENNEL 48-A-2217 2024-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CEGlG&d=%2Fa%2F3d000002Vm36%2F4BNNrELIBE7XmfJdrrddUwYTMvVmJ.gP1ewpGbD24D0&asPdf=false  
d48020218da9f3ad DOUBLE D BLACKTOP KENNEL 48-A-2217 2023-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007udNz&d=%2Fa%2F3d0000012vbn%2FSmYEUEl2t7O26TUTN0uSWmLnbBzDaDUGlwh8VK7t8js&asPdf=false  
b90da09271f2848b DOUBLE D BLACKTOP KENNEL 48-A-2217 2023-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnNd&d=%2Fa%2F3d000000yGGC%2FrQIcUvtAEKdpyrZVQryMZC.DP9033C7a5aXP37vJo0s&asPdf=false  
6f231d476b204fcc DOUBLE D BLACKTOP KENNEL 48-A-2217 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Fpi&d=%2Fa%2F3d000000ph1N%2FQDb8ewRKS98iJt_4z5MsmNoi3LIEQJHYGEl3AInMXbI&asPdf=false  
d8ec37d9b58c367d DOUBLE D BLACKTOP KENNEL 48-A-2217 2019-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggS3&d=%2Fa%2F3d000000pXEZ%2FZO0H1NZCNBFqqcDRlN3f6m6b3SIb5lXs5xA.pP8huM8&asPdf=false  
5de3f294d58ff0b6 DOUBLE D BLACKTOP KENNEL 48-A-2217 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggkK&d=%2Fa%2F3d000000pnvo%2FG6Ir_n2Kxwt7k515hy.zsNB_3SdOglUI9Z2XWX4c5Hc&asPdf=false  
52285a94263a7d8a DOUBLE D BLACKTOP KENNEL 48-A-2217 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc2P&d=%2Fa%2F3d000000plHT%2FzmzJT51LeRsGEzaj.UmwTIt6P.zYGrvGmvTPihy.ixE&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 513.211ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API