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

5 rows where cert_number = "48-R-0113" 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
a4ee7be44ceb8279 Brown Mackie College - Kansas City 48-R-0113 2019-09-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfvK&d=%2Fa%2F3d000000pkGw%2FFDzsCI1xQjsxlYJwYCZyRbkW0yDcrGWNdGv_m2.emV4&asPdf=false  
a90ab102dadfc521 Brown Mackie College - Kansas City 48-R-0113 2018-08-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbf2&d=%2Fa%2F3d000000pSfb%2F8ZTeCt_z_15Q5yEJ7W6sq9US.RJJNMV__tAcGe5_2rM&asPdf=false  
e7f2305d57105257 Brown Mackie College - Kansas City 48-R-0113 2017-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn3O&d=%2Fa%2F3d000000ppMJ%2FMaWXqCRr.20zS4ldk2umuyq_wcC5H5yL8Rgebmryxjg&asPdf=false  
515e31181badf8a3 Brown Mackie College - Kansas City 48-R-0113 2015-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgehI&d=%2Fa%2F3d000000pRNb%2FLXGk3LhsP7aUaUSDjoRlVzgFAYUwam1NnpFhlwQwjds&asPdf=false  
ae863bd1830a3f8a Brown Mackie College - Kansas City 48-R-0113 2014-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnRT&d=%2Fa%2F3d000000pkOK%2FS_l8TPEgxr_MCodmiQQVeA8xUE_1ynvhpQJdfIp8zFE&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 1974.5ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API