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

11 rows where cert_number = "21-C-0435" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
c090b543f6f1e0bb CARRIE M. LEO 21-C-0435 2019-05-22   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7l&d=%2Fa%2F3d000000pWdh%2FFruFUAIlGhUr4uVEXnNWLuDVmnpEgLQ9AGMfmNUGXSk&asPdf=false  
069da0db344b0b80 CARRIE M. LEO 21-C-0435 2016-12-19   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWWH&d=%2Fa%2F3d000000pkKI%2F3uT_7Ma864p74NUB2J9wOT106bKUNabYsCYhzj6OLMk&asPdf=false  
3646a4493bf7f158 CARRIE M. LEO 21-C-0435 2016-08-11   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXg5&d=%2Fa%2F3d000000pi2V%2FZGzAyUjbrv8l_2z4lqDKzwSWCnD6ALJtLTBvSpRTdY8&asPdf=false  
ea15eb12621d421f CARRIE M. LEO 21-C-0435 2016-07-27   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYem&d=%2Fa%2F3d000000pUlb%2FHOaFqt7AEpqblHu.0K25.pcAaWAR3neIb7rwRuDNNP0&asPdf=false  
8311e521fdba09f6 CARRIE M. LEO 21-C-0435 2016-04-21   1 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYkd&d=%2Fa%2F3d000000pmGX%2FcXx5JyIvGljNqM_gGuRtTmZ8p5f.m06QcBzwgORpqqc&asPdf=false  
3725825769c399ec CARRIE M. LEO 21-C-0435 2016-01-13   1 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYmI&d=%2Fa%2F3d000000pfRc%2F3ADWPud00Etj0YMr3EhCPllMuBoomglYWMDdtbGyyDM&asPdf=false  
0f9e3686d7cff6bb CARRIE M. LEO 21-C-0435 2016-01-12   0 2 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSP&d=%2Fa%2F3d000000pmGy%2FEbDU0ZVGKiPBONFa3F0fczSPQ7DKfd7w8f9onoUbnpQ&asPdf=false  
b27cd3fa30f27f89 CARRIE M. LEO 21-C-0435 2015-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaha&d=%2Fa%2F3d000000pgiI%2FEhN.0B0z.Ui7DPZEhYCj4cEyEL5tRHshPxkrA2RUdDw&asPdf=false  
a2711bf38a9bddf0 CARRIE M. LEO 21-C-0435 2015-06-18   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxaL&d=%2Fa%2F3d000000pi8L%2F8kAYH25DUZXvJwFLFwaBO3_7HLLzt8YkZURMkMAbKTo&asPdf=false  
cc759bed5d594503 CARRIE M. LEO 21-C-0435 2015-02-25   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYpC&d=%2Fa%2F3d000000pfoR%2FcWkA0V9Gh1rBIUFr0qWYcg7cTjwi0IAu3NaOuNh0r.E&asPdf=false  
e75751032446f8f0 CARRIE M. LEO 21-C-0435 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYr2&d=%2Fa%2F3d000000po9o%2F8DepR0L4DaaojdnoUpvvyFBQYgasvaOOIN7hnhzYXXE&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 452.886ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API