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 = "73-B-0204" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_count, teachable_moment_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
11ade0aa60a7843f Linda L Baker 73-B-0204 2022-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9TRd&d=%2Fa%2F3d000000ph7n%2FrXe.G5bF04PLSXn5GDinUTPj4lblaTPkdiL049YF8OY&asPdf=false  
534a743a786854b0 Linda L Baker 73-B-0204 2020-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeq4&d=%2Fa%2F3d000000pkHB%2F1RNTDrYgEj6_sGvcae3Ks6Vtf8i9fpWb.WVDqDBBRZc&asPdf=false  
249114b073808798 Linda L Baker 73-B-0204 2019-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egek1&d=%2Fa%2F3d000000plHx%2Fi8o42ozGSoxUMU2evdrgZdJWyMNAuj4yPzK9NKZGFsU&asPdf=false  
d0bca51490bda5ec Linda L Baker 73-B-0204 2017-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghY1&d=%2Fa%2F3d000000pdcA%2FzByRKTRTq8Klz.TINSa9ijYul_XvXzQVvd_NFLtsaOs&asPdf=false  
8105b7ae487d7c05 Linda L Baker 73-B-0204 2016-09-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egex6&d=%2Fa%2F3d000000pggV%2FlT8fPaBAfTHXsdnxz4ssSNgnPd_friV6cSjCcQA4AeI&asPdf=false  
67399176a633da20 Linda L Baker 73-B-0204 2015-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXAJ&d=%2Fa%2F3d000000plln%2FrrgYP0TjnY5ofbtWByHhPAvekQ_cCtJHomYKdfi2r0w&asPdf=false  
3e0e15c655a13be4 Linda L Baker 73-B-0204 2015-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjse&d=%2Fa%2F3d000000pfnC%2FN8E07lMFjz0rNyJYW.xzLjd2Y4pYEyVmJ7fth3xMhgk&asPdf=false  
e3f9e0ede816ce58 Linda L Baker 73-B-0204 2015-01-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWw8&d=%2Fa%2F3d000000pjA9%2FHsQAodQMxQ7qwv6j2wj7ACU9PJhaVpjiLJ_uUE9cjOc&asPdf=false  
0a9a683e85506279 Linda L Baker 73-B-0204 2014-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcY7&d=%2Fa%2F3d000000pp1K%2FoIEoewJuEtAEgEPhI.1nxCQh8Wn1bnvWjlYV7SrOc4E&asPdf=false  
8caef78c119d357a Linda L Baker 73-B-0204 2014-09-17   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwSg&d=%2Fa%2F3d000000powJ%2FS3g.y6dkSVNPO2xjWpTrHqiE5Mt8lqNLsGiLrhCcP2U&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 1231.365ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API