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

7 rows where cert_number = "87-C-0054" 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
bc4297f8d3d93f50 Baileys Dairy L L C 87-C-0054 2020-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnqo&d=%2Fa%2F3d000000pl0Q%2FsJWpBjsTiSJCA_aaEN4Mao7aj6zjObmWohmi_mDjUns&asPdf=false  
ad4f9b156554d9bd Baileys Dairy L L C 87-C-0054 2019-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkTj&d=%2Fa%2F3d000000pkmh%2FTga7b_38wKVjQrejcAtVivzCsFgmuzsZ4SFNXfzWDBA&asPdf=false  
0e2efecdb2a79818 Baileys Dairy L L C 87-C-0054 2018-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkJp&d=%2Fa%2F3d000000pSUA%2FpcFCzsJozKf_MDC_VMufektYYodIRvp_H9WVJVxAOeM&asPdf=false  
b95c96f357e2a9db Baileys Dairy L L C 87-C-0054 2017-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkmk&d=%2Fa%2F3d000000paxQ%2F9kjH4ZGA545N4n5vC3tiQE_c.soqhap9GeIG_EOxyJU&asPdf=false  
bb55785ff0ffd684 Baileys Dairy L L C 87-C-0054 2016-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmEG&d=%2Fa%2F3d000000pUM8%2FO4Z0nGBFLmLrxHrHHdKnlhEeRgHaeS2kphQTtYQm8TU&asPdf=false  
d6cbad366bfa9cb4 Baileys Dairy L L C 87-C-0054 2015-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm3E&d=%2Fa%2F3d000000pSM6%2FGuIVxFgvI_lg3kqVJ5EIyq50zXU1CPblaLSkDq6zlDM&asPdf=false  
6603bcddb3ae024f Baileys Dairy L L C 87-C-0054 2014-05-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZ1&d=%2Fa%2F3d000000po5l%2Fqzui2.A_cypbIfpXrMHlosZzBjDQCUFOXMNHNKL_nsY&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 266.997ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API