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 = "93-C-0753" 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
48903cdd5740e57d ALVIN ANIMAL RENTALS INC. 93-C-0753 2021-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMPBd&d=%2Fa%2F3d000000plbz%2FbO0e0GzEfBJoE3mfKAS7M6R9uIz99Iva0.DN0o6t7XI&asPdf=false  
89dc8d254def53c2 ALVIN ANIMAL RENTALS INC. 93-C-0753 2020-03-17   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghvl&d=%2Fa%2F3d000000pUbh%2FZG8PgM8SFggtTlDJKDVF7V_OUoak.t4rCQWpJ6gq6x8&asPdf=false  
4551d2345bb762bf ALVIN ANIMAL RENTALS INC. 93-C-0753 2019-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi3J&d=%2Fa%2F3d000000pamq%2FUiJ2bu92eDcKQ80P7bLXQrp6zBcHcr9aq3JqL.OGfks&asPdf=false  
6bacd48ec0df8f6a ALVIN ANIMAL RENTALS INC. 93-C-0753 2018-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghoT&d=%2Fa%2F3d000000pkLK%2F7zCXWriu5XwoluqiJATG.J7KxKbgQrGDShAhiRMRZHA&asPdf=false  
1199e7a8fbcc16c5 ALVIN ANIMAL RENTALS INC. 93-C-0753 2017-01-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXmb&d=%2Fa%2F3d000000pSur%2FQ1HpTYc59d3zA6kuQl.y6ifXLici0N3J3JTF8VrJSSw&asPdf=false  
1758f1d1de89b553 ALVIN ANIMAL RENTALS INC. 93-C-0753 2016-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egii8&d=%2Fa%2F3d000000pT2i%2FwT9V4e_7xjzI9w9KtOzhLnGgzzMy7umbk25L3BF3GNc&asPdf=false  
58d0e82b8b6b2129 ALVIN ANIMAL RENTALS INC. 93-C-0753 2015-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egede&d=%2Fa%2F3d000000pbeK%2Fc2rW0.HnZ3VQtBO4yrR5AA9IxFWBwsShJxHSj3q4WPg&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 138.843ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API