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-A-2546" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
c143206e4f6b2de7 Cathy Sanders 73-A-2546 2022-02-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9CiZ&d=%2Fa%2F3d000000ph54%2FHDk2iubnZXdCDsCvywel49Ksv1hZZkRKfepAJ45J6_s&asPdf=false  
004654c33d0ff070 Cathy Sanders 73-A-2546 2021-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh1MX&d=%2Fa%2F3d000000pdhw%2FUCtDxAGaojCzf0bm5N.p0.0vlOJIx_TLWjqELWF6yss&asPdf=false  
98ee2d548059f67e Cathy Sanders 73-A-2546 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgecJ&d=%2Fa%2F3d000000ppBe%2Fco1HMiVnLvbUYiyMEBYXZlh8YUq288vL885oaFwMUg0&asPdf=false  
d72e5859b47d0aee Cathy Sanders 73-A-2546 2019-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkfV&d=%2Fa%2F3d000000pmk8%2FuhRznR52DM6jas2LBGjaEP_DsYBbG6jkm_oloev0.Ws&asPdf=false  
326ef88a141ce7c0 Cathy Sanders 73-A-2546 2018-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg7d&d=%2Fa%2F3d000000porK%2Foh4g8w1hNcqkxjZVqqbVgIxnJUIxosL4TCxyMejzIaU&asPdf=false  
62d1d3b42d889cf3 Cathy Sanders 73-A-2546 2018-06-29   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWGj&d=%2Fa%2F3d000000pTLH%2FX6y3hacKgLue4keh5LY1YGRscfkixPAeTIKaBvDb3cQ&asPdf=false  
153c6c3700527e06 Cathy Sanders 73-A-2546 2017-06-30   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjLB&d=%2Fa%2F3d000000pWkV%2FmNnAZN0bEK0OdjfhN_Tv6JwdKaaUrjFLT7Mmm3WpnMs&asPdf=false  
8e619a8cfa149224 Cathy Sanders 73-A-2546 2016-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghrD&d=%2Fa%2F3d000000piIh%2FKxqbVArMI_aFRftvY8uuKYPLh2HI85TgYgW7tTq52TY&asPdf=false  
3226df7a343303b4 Cathy Sanders 73-A-2546 2015-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZo&d=%2Fa%2F3d000000piMK%2FEwMQGWl19QW8TTO151ec7iqJxF.F_It2ER2_xUh9spo&asPdf=false  
ecfbaaa673167f89 Cathy Sanders 73-A-2546 2014-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgisR&d=%2Fa%2F3d000000pX49%2FRUp6KZJKcb0YwcFptrsa93lYLVWA6jWsXb5NYm3_dp4&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 447.314ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API