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 = "63-R-0125" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
4a457bab54778d0b MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2020-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbdH&d=%2Fa%2F3d000000pgfU%2F.RxmL7FXjgLPchBGls9bN0uQqA1gMiw3sFx7B3lkzYk&asPdf=false  
a94f7897ed3a7b26 MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOV&d=%2Fa%2F3d000000pXHV%2FyRbwfZnW4va6aZCSo1I9q.2K4QeBaaBKO2u.Tij86eQ&asPdf=false  
b5021f6f17392eaf MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2018-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmXh&d=%2Fa%2F3d000000plib%2Ft74aHYSLSBwDAguiWQFbXE0lhJv2y1nmSLFUvKHRkmM&asPdf=false  
33253c603dd68466 MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2017-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmyE&d=%2Fa%2F3d000000poBB%2Fn3HjO0CYuklwsJMidfHtNWXL0ttUyi7Ji19biIB15pI&asPdf=false  
3b06e7cb199ce3a1 MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2016-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn0z&d=%2Fa%2F3d000000plRJ%2Fi0IvflKao2BQ399vik8ckMxGyba25a5aDl8vhcK9kCc&asPdf=false  
2cee8dc6e42b7588 MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2015-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmqL&d=%2Fa%2F3d000000pUjL%2FXp6tj_zrIAdR9lDcRbqW.piVNChOeqcITEBk2lhlOWg&asPdf=false  
4acd3628cbc6df7d MEMPHIS SPECIALIZED OPERATIONS INC 63-R-0125 2014-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmhX&d=%2Fa%2F3d000000pnWw%2FPQk6mdSHb3m1njudV1iLHrTFT3y3KhUf8FOmj.mx1Do&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 4.02ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API