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 = "55-R-0135" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
7dc596986a036e88 A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2019-08-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglkP&d=%2Fa%2F3d000000pjBo%2FyA6sirF0kQC8aBs4SkrkuH_cMcrFCF2LiBPBD3VKIaU&asPdf=false  
4474e0d12aea17fb A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm3i&d=%2Fa%2F3d000000poyr%2FPzkKiz5Pm5sUFwMFupn.jEXLt8SKnsAd5kCe0KCkXAQ&asPdf=false  
e6dc3dac24bf1f0d A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2017-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf61&d=%2Fa%2F3d000000pkLk%2F10ddVcakNtR.jnYSPzQfORjDE6cyZM9XGQDk58dXucU&asPdf=false  
fd90edbc552216ad A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2016-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFe&d=%2Fa%2F3d000000pnTT%2F3BhssYlV41iUBxdygArt__jZuO3y63EF07bzCCE98Xc&asPdf=false  
370a37fbcc1b0a79 A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2016-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfgl&d=%2Fa%2F3d000000pS43%2FjpNR5ohkVhEqn5YNmTOGo9jcX4zydFU_MKpcNBkFcu8&asPdf=false  
84da2756b734b5d5 A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2015-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmLR&d=%2Fa%2F3d000000pWnw%2FGL54YTuEWPppDU916QUuEMA6iV3JmmOnAn2IC4oDjW4&asPdf=false  
b5f4bf8b6d52933a A D S MEDICAL SUPPORT TEAM INTERNATIONAL 55-R-0135 2014-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmRD&d=%2Fa%2F3d000000pjjE%2FDKeb8fS_a9zTe3IBoAqCI.kT4LpbdOVKoTvPPS0EUVc&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.417ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API