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

8 rows where cert_number = "72-C-0196" 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
22d5581d73973bd9 TIGER TRUCK STOP INC. 72-C-0196 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdE4&d=%2Fa%2F3d000000pdZy%2FlII1KJtTSz5YIUTEdo0mvIZzfS6uBesqlaKDoSdI9gU&asPdf=false  
2dcc50df97b49c4c TIGER TRUCK STOP INC. 72-C-0196 2019-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd0b&d=%2Fa%2F3d000000pnZc%2FRXOP90aBK8YqfVke3KntTyGq3.iEKOhbbKmUduPAVdg&asPdf=false  
e01bfa5dc2aeeeed TIGER TRUCK STOP INC. 72-C-0196 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfqC&d=%2Fa%2F3d000000ppDI%2FnPv6NmX34u06lRBBqgogWT1kAR1Da_kEIDeRphhuIww&asPdf=false  
8e41ce5dfb3d6666 TIGER TRUCK STOP INC. 72-C-0196 2017-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfSP&d=%2Fa%2F3d000000pfdO%2Fr4.TVtovfmF1mUEZKeLn9YR4f2qGcRFeWlyw80f4L_A&asPdf=false  
fa63d4c102b22254 TIGER TRUCK STOP INC. 72-C-0196 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk6j&d=%2Fa%2F3d000000pXSe%2FZUqszJhAcdcFRH_Jq1cMq60m6_UpDd0G1mMkX2VtQc0&asPdf=false  
49c47dcff4c7a71f TIGER TRUCK STOP INC. 72-C-0196 2016-07-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaqq&d=%2Fa%2F3d000000pUsq%2FoPqVyS.gkI7Vhlb0GBXJV8n0axpWYiMM4KJ.pfXbndg&asPdf=false  
6e4b23222e9d17d6 TIGER TRUCK STOP INC. 72-C-0196 2015-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiL6&d=%2Fa%2F3d000000pRLE%2Faus3Vdi1UgMFj.JN7mjaG.R_HUiChYHxSwO1MbAUS14&asPdf=false  
c85046a3a79d8d99 TIGER TRUCK STOP INC. 72-C-0196 2014-05-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWLC&d=%2Fa%2F3d000000poHd%2FO3z4UXMBruFB.y1Gig.aioE730kovvNQRLp8FPQ27jY&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 391.835ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API