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 = "73-C-0136" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
306936357e71084d Oklahoma Historical Society 73-C-0136 2025-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PSqqF&d=%2Fa%2FSJ000002S07B%2FwOksCTVySWnY8b7cbZ7c1FTdGa3VytLCV.j0waBrVqQ&asPdf=false  
f89ffe233d2d2089 Oklahoma Historical Society 73-C-0136 2023-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ti1A&d=%2Fa%2F3d000001nEQM%2FKmyB4SsEIlP5HogQohCB18YWF1yWZRFTYNzekEWw49M&asPdf=false  
093787978c62c89f Oklahoma Historical Society 73-C-0136 2023-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007udDb&d=%2Fa%2F3d0000012vec%2FqIkCHKI4yzVC0PuLu_OGProMKRt72531H8q7YjTjwSY&asPdf=false  
f3c51c7f009e01ca Oklahoma Historical Society 73-C-0136 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP2Su&d=%2Fa%2F3d000000pcyP%2FUUHPguudcUQaYB_6lIimxMAcsTS98E_nL0Q.TWeVNs8&asPdf=false  
9e47d222a86a9121 Oklahoma Historical Society 73-C-0136 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99od&d=%2Fa%2F3d000000pcHZ%2FRgV9dbNHqZ5FtbrncIRpxI.5OCx1Z2WEi1rP_E1JBIM&asPdf=false  
95ec39e46ad7512b Oklahoma Historical Society 73-C-0136 2020-10-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyGLW&d=%2Fa%2F3d000000pcI6%2FAMEtzyHoFbxEmnCl.f7DuFdnMnGTvtZZSLn.8K9VJsw&asPdf=false  
768fbc9fa793008d Oklahoma Historical Society 73-C-0136 2019-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMM&d=%2Fa%2F3d000000pcHQ%2FMs6ly1VLDMbJ8M5GoMalACJhYEmgiRef64YoHH9MA5Y&asPdf=false  
2f158a10ce5edef0 Oklahoma Historical Society 73-C-0136 2018-03-15   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMJ&d=%2Fa%2F3d000000pcHc%2Fy1x0_KnXhCvHshlmIZEwCGsFulHpLNTmrNzJ1SldSNE&asPdf=false  
61e1a7bbb506b550 Oklahoma Historical Society 73-C-0136 2017-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMd&d=%2Fa%2F3d000000pcI2%2F25hYnujFCbGRZWXIZkdXDt3BhvmWWazdJVF1ZK4e48w&asPdf=false  
7865425a8dcfcaf1 Oklahoma Historical Society 73-C-0136 2015-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdvP&d=%2Fa%2F3d000000pcHT%2FtC973gjt73W0tP9Bc_J5MlEI7mCl2S5LtUZhom9K8pg&asPdf=false  
4aed49d1554b5b11 Oklahoma Historical Society 73-C-0136 2014-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf5Y&d=%2Fa%2F3d000000pcHP%2FMhsdQEipicSb2clNiUybpJqL4N8QxcK3ZO.O8SZ1b5s&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 327.924ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API