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 = "63-C-0256" 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
c7c055b73908233f ACTION ANIMALS U S A INC 63-C-0256 2022-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwWi0&d=%2Fa%2F3d000000phKD%2FwGtWmyk2h2toTryoyhX6KE7UjOgvdDRcMr3VT7mUOU4&asPdf=false  
7d89b044612c150e ACTION ANIMALS U S A INC 63-C-0256 2021-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMzA9&d=%2Fa%2F3d000000pWPF%2FCBnd0SMZjdV4kgBoLlPH2Y8XnwZMKc9gPyuAugC9O7A&asPdf=false  
3275cc188af05485 ACTION ANIMALS U S A INC 63-C-0256 2020-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeGD&d=%2Fa%2F3d000000pnX9%2FlhlMxevDmC9voXXfAq.qyba3o5RnglWNrQSFLe97ZYE&asPdf=false  
c22c5f152ac9bc22 ACTION ANIMALS U S A INC 63-C-0256 2019-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghI3&d=%2Fa%2F3d000000peyc%2F2bYhJvaDsglXzxNo9kjOrO_fw94lujRV8yL04niPJIE&asPdf=false  
d2fd3434e538a165 ACTION ANIMALS U S A INC 63-C-0256 2018-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfmH&d=%2Fa%2F3d000000po1N%2FMyjSUrPXCFxvx.u2wVNAwHOJtlkOOXGCgdBWnUJq5xA&asPdf=false  
1d7f8d87ff28f9d7 ACTION ANIMALS U S A INC 63-C-0256 2017-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeID&d=%2Fa%2F3d000000pUjC%2Fsf2X4sE6zmlOkOkSI82dLtg4FgFiOOqxSFRIRQSSEiM&asPdf=false  
28ddb908b79d235a ACTION ANIMALS U S A INC 63-C-0256 2016-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfME&d=%2Fa%2F3d000000pUEv%2FIq3saQGbBWVFHBIpf7b8uG261FGYCe1GeLdDYFMGa10&asPdf=false  
44c8e809471bde4b ACTION ANIMALS U S A INC 63-C-0256 2016-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfTg&d=%2Fa%2F3d000000pTQe%2FGUxl_DsjIuuFLCWT17k.HGzxFRshZh10.kVDZITVE2M&asPdf=false  
9a81df67b6e2e514 ACTION ANIMALS U S A INC 63-C-0256 2014-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egft7&d=%2Fa%2F3d000000pUah%2FN165_JUqKhTB681levT2KVS8pfxQY7lqY43rByrbobs&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 373.751ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API