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

6 rows where cert_number = "58-C-0943" 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
50d575ea6198b3aa ANIMAL TALES LLC 58-C-0943 2019-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egarq&d=%2Fa%2F3d000000pdnx%2FBoh4CLs7L_8k1Vo3DiXbtk2UQ5hWWNt1m7TAw2RCfHM&asPdf=false  
85aaac6644ef13ec ANIMAL TALES LLC 58-C-0943 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZsq&d=%2Fa%2F3d000000pklN%2FyNq_4T47SvzX0ymYNBckPpCfOxtp3VHuQf5okDXj76M&asPdf=false  
7f87c4690d435c29 ANIMAL TALES LLC 58-C-0943 2017-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega9p&d=%2Fa%2F3d000000pXRv%2Fp9KO05pPW4bMxsGFmpHOvc8wcEbTV3Nwp4P9MTAhLQM&asPdf=false  
3f5ecae35024f296 ANIMAL TALES LLC 58-C-0943 2016-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egas4&d=%2Fa%2F3d000000pUp7%2FaUjPQTxh5nBnKGVqSs7VJenO3XHE7olb69mgvZ9lJow&asPdf=false  
320bd07b6a6e9e9f ANIMAL TALES LLC 58-C-0943 2015-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbXW&d=%2Fa%2F3d000000pl8m%2Fh.hjwEK4kt6RH6oOPjAUq1Hxgw7YlitNvEbgxieJxvU&asPdf=false  
73f7a689c51d88db ANIMAL TALES LLC 58-C-0943 2014-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega1E&d=%2Fa%2F3d000000plo8%2FXguK5OoFvfuP2vHS798EMsxd52QsHnbBE1IIViCdF3E&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 9.638ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API