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

8 rows where cert_number = "21-C-0444" 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
9a3778dc6985525c CINDY JOLBERT 21-C-0444 2021-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgwPJ&d=%2Fa%2F3d000000plue%2FPAhMy55dU1edfHJgS28Sxc5EMcg9O74sfxyu5d5KuSM&asPdf=false  
6b0b07f35e240ffe CINDY JOLBERT 21-C-0444 2020-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbEz&d=%2Fa%2F3d000000pkY5%2FOHcYxQmIu2ZGHKNagcFC8kgw491MYbsQ1hDhsvjNNFY&asPdf=false  
b89ea5dbdc4364c3 CINDY JOLBERT 21-C-0444 2020-02-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege52&d=%2Fa%2F3d000000pkKu%2F0X5KeoTnRNF_HH3zTwhrd94DGOtJScpqDU5NFnsxVP0&asPdf=false  
08b0f39b7879a7d4 CINDY JOLBERT 21-C-0444 2019-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9b&d=%2Fa%2F3d000000poks%2FpdrXffJ.c_RHL5_EUo6qj9vNOrEQnrogE5h6PCV7FQ4&asPdf=false  
b2eed990b76dd7b5 CINDY JOLBERT 21-C-0444 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIE&d=%2Fa%2F3d000000ppGl%2FRiQ_myRTZm5NLrqCpm8m2hZbY2nlJaX.Ao4id0zxyzA&asPdf=false  
30135687049837b7 CINDY JOLBERT 21-C-0444 2017-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7W&d=%2Fa%2F3d000000pUT8%2FacSfhLSIFVT2Nv24cmjMSH_dbX.HvKn0fVevHUZqFYo&asPdf=false  
64cb8e15be474525 CINDY JOLBERT 21-C-0444 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOY&d=%2Fa%2F3d000000pagp%2FD86y8xG1Lpd3GIF9l3r7oAsp8BMPq0dX_kxmYHMJ6BM&asPdf=false  
9f4c09fe47733ac7 CINDY JOLBERT 21-C-0444 2015-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZC5&d=%2Fa%2F3d000000pfu5%2FZuUw8ZuVvrWDe8Wdut4E2Nx6lTg.IKlz47ULFoD3eK8&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 5.883ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API