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 = "56-C-0257" 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
5b11ba542f347b60 ANIMAL AMBASSADORS LLC 56-C-0257 2020-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyGrz&d=%2Fa%2F3d000000pnev%2FQzao2EPeL8h7yDwXt7xx.4jTQNyhiLfxhIrh_Ah3h.k&asPdf=false  
9b54461885745bec ANIMAL AMBASSADORS LLC 56-C-0257 2020-03-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg13&d=%2Fa%2F3d000000pkM2%2Fu4aza_9khhPcYo.M.BaAsNThRdT581KqQuCZgsIIKGI&asPdf=false  
74729026fdc51e84 ANIMAL AMBASSADORS LLC 56-C-0257 2018-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egav3&d=%2Fa%2F3d000000ppFu%2FgaOoFU7nBgXKK4HnwylCgEDm2viWMgh5bzwEZm3sMh8&asPdf=false  
022f7857084d3f6e ANIMAL AMBASSADORS LLC 56-C-0257 2017-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcV4&d=%2Fa%2F3d000000pnGZ%2FxFXV_WXaxgG67Quyi0_cgbgRVsbyh3xpJLi.dog42ho&asPdf=false  
13f9f1b10e3a5418 ANIMAL AMBASSADORS LLC 56-C-0257 2016-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcX5&d=%2Fa%2F3d000000plwH%2FYpsK_8Gr8dgpgEGPTpFXhjP_ucFiMQ8svrYoMsoY6OI&asPdf=false  
3bc5f0e4b99fcf1c ANIMAL AMBASSADORS LLC 56-C-0257 2015-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg0E&d=%2Fa%2F3d000000pjEW%2FpYQuZzacDHLUq.dV5qpP2O9PvFMHAnxN5rjRFJGnrRA&asPdf=false  
fe3c70a3226ea57d ANIMAL AMBASSADORS LLC 56-C-0257 2014-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcQL&d=%2Fa%2F3d000000pfS5%2FQk3bdCYLrjEg.5MDXgYFRP2r0IxLn6QYM0GumFjuAf4&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 3.894ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API