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

9 rows where cert_number = "74-B-0315" 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
acfe24f02608a4f2 Animal Source Texas Inc. 74-B-0315 2019-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbIp&d=%2Fa%2F3d000000pS21%2FRLnOpFSK42xW2bld_mRwqQak7kUQUdRFIg0heCchh7A&asPdf=false  
dbeb9808ee440a0a Animal Source Texas Inc. 74-B-0315 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZei&d=%2Fa%2F3d000000pkn8%2F6wFD1Paaa5BqfL_UUXZvA8DSlpbaapGnWSRmNz3yDHQ&asPdf=false  
5bbff7966f6a9112 Animal Source Texas Inc. 74-B-0315 2017-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKp&d=%2Fa%2F3d000000plUn%2F.PSknZt_PYO7s6NrM3MV7mO.qa_KemWRV4gjS6YVq2Q&asPdf=false  
5c4e8fbc911791a0 Animal Source Texas Inc. 74-B-0315 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDr&d=%2Fa%2F3d000000pooV%2FrAcT8YDHXceZqswOSsVp2MSyz4Jtp1cauvrQ4XrtOvw&asPdf=false  
1ee86d425ec7e358 Animal Source Texas Inc. 74-B-0315 2016-01-14   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYfF&d=%2Fa%2F3d000000pkzV%2FGAu.LuRq.RzgT3D6EHsE3Yot.qYkd92r7s22_WG.CcA&asPdf=false  
9b8668fb057b066f Animal Source Texas Inc. 74-B-0315 2015-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcww&d=%2Fa%2F3d000000pWwK%2F0GmfPddgqjAd939EWFeC3LkYokdI0_4jtsn0fzxZoEs&asPdf=false  
ee2ffd661d60fe81 Animal Source Texas Inc. 74-B-0315 2014-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egati&d=%2Fa%2F3d000000pftU%2FcyK7ys5jT6iVWhmrbyKTx_3slJ6Hm9Sok4Z_.ADIrZc&asPdf=false  
05f22af124e67182 Animal Source Texas Inc. 74-B-0315 2014-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZLG&d=%2Fa%2F3d000000posy%2FpGUQx8AbnejAB5MuR1EVCiW_e3d3rY_VV9uShyj_wNs&asPdf=false  
127b06127b91b82e Animal Source Texas Inc. 74-B-0315 2014-05-13   0 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOb&d=%2Fa%2F3d000000pnIC%2FtCXjaX_snvFbqiCiMPCzuNia06vKUSUhh9hk2T5DJuI&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 183.254ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API