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 = "22-C-0157" 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
c5c8f6aeda69b431 Crystal L Shaw 22-C-0157 2023-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008UIV2&d=%2Fa%2F3d000001DofF%2FFeFp5wiQz6NfpTTC4Fsr3_rN81mnAT.JsftZ8a9LLHY&asPdf=false  
f293f6afe82f5536 Crystal L Shaw 22-C-0157 2022-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awm6Z&d=%2Fa%2F3d000000pVtq%2FjMWT4Ok2jV2v.M7bvwYqJb91GUcmAp4IN8_7Z6V80HE&asPdf=false  
078bcd1b0af5a725 Crystal L Shaw 22-C-0157 2022-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9GpP&d=%2Fa%2F3d000000pVuJ%2FqaWb359w0t0bHc9lf63Li6RkGVkAE7YWdHIf1N7DngI&asPdf=false  
2f3e37323a269d73 Crystal L Shaw 22-C-0157 2022-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V91Ju&d=%2Fa%2F3d000000pVtk%2F8GzO.27GTgfDXOPoJuymPbz7mxjyw0_rW9wTRGiXWlk&asPdf=false  
049c498bcab407ec Crystal L Shaw 22-C-0157 2021-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESYgW&d=%2Fa%2F3d000000pkvJ%2F5GH5sdIw5Iy1coUSZzqIjtXv5VP4Jcf5zC28jKGbGRQ&asPdf=false  
1e32a08529a77ba6 Crystal L Shaw 22-C-0157 2020-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbCx&d=%2Fa%2F3d000000pexV%2FPOEIyviyTtH3wVdIJC8Dgu4ZXVRY6R5ucSthfNXplyU&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 115.149ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API