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

10 rows where cert_number = "23-C-0270" 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
5b733341a103abb4 ANGELA COLARUSSO 23-C-0270 2021-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMtSy&d=%2Fa%2F3d000000pg4X%2FsIfv8a5wVtVi_xBJuyBmyyYpWgHxt91aoPKHrnmTkTY&asPdf=false  
eaad2e26a467e04c ANGELA COLARUSSO 23-C-0270 2020-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKo&d=%2Fa%2F3d000000pele%2FfWuHhPjjEEIFovGhqdgI1RmkIy_Q1UgYpmqxoUg15hQ&asPdf=false  
9ca0616ade6a0a72 ANGELA COLARUSSO 23-C-0270 2020-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcoH&d=%2Fa%2F3d000000peli%2FeQmqg7PSISKGRZZD0_cfLPZc.6xaLu7KczSN0jDDMEk&asPdf=false  
3fa1a7d377bbc763 ANGELA COLARUSSO 23-C-0270 2020-02-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcY4&d=%2Fa%2F3d000000pg0X%2FIszLo3MUCRCgaGB05.2HX7iXFqhPGbdDIrmgdx6o6Ak&asPdf=false  
fe2039eab6dbd4cd ANGELA COLARUSSO 23-C-0270 2019-10-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbm6&d=%2Fa%2F3d000000pg17%2FkwI4fzcjwSZGGL4ub0YDH6oDFB2ae2v0Mn9qgfcSm9Y&asPdf=false  
9bc0852c4a456565 ANGELA COLARUSSO 23-C-0270 2018-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdlB&d=%2Fa%2F3d000000pg19%2FkC.AOrIov7KQIbYo9k7ZxdWly45YwTrlJ6TSnUSeOOU&asPdf=false  
352808e2a1315b36 ANGELA COLARUSSO 23-C-0270 2017-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcs6&d=%2Fa%2F3d000000plQ8%2FQfGVuuAQ7.XDQ1Hryju0WwbTA4s4ULAnLjBU4MVjHCU&asPdf=false  
2aea3b5f1c968012 ANGELA COLARUSSO 23-C-0270 2016-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeKe&d=%2Fa%2F3d000000po3q%2FumliqPZcSI51gVCQdHqYgP6zRayMEnyhucWTf_NpUsE&asPdf=false  
cb71ae6872750714 ANGELA COLARUSSO 23-C-0270 2015-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcpn&d=%2Fa%2F3d000000pST1%2Fklq_n_n6yYKA4xHwh3XI6ge7iDAJVAej67j239Pfs98&asPdf=false  
cbfb620e94afe746 ANGELA COLARUSSO 23-C-0270 2014-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfJu&d=%2Fa%2F3d000000pkmG%2Fp5ANXBgR7UQtXzdhRasckuTb_X7OTl7wR0ghRVo32ME&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 8.431ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API