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 = "58-C-0927" 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
638bb8b5ece35780 ANIMAL LOVE INC 58-C-0927 2021-08-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxnA&d=%2Fa%2F3d000000pSV6%2FxwTkfVXnY.XKYspfj2noYBPO8Y7_4Xjbn55skertz9Y&asPdf=false  
4df2a1c29783a72c ANIMAL LOVE INC 58-C-0927 2019-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZgO&d=%2Fa%2F3d000000pSuf%2FgP2SR9h1wA_DvaekEBWKrGnpWwV4EynLs4FngL8CHrU&asPdf=false  
707e1eeffc8df68d ANIMAL LOVE INC 58-C-0927 2019-08-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghHK&d=%2Fa%2F3d000000pleO%2F63_VLnzvnRBFa7IcO9M8RjPVkw_E8uWNTzQAZKfS2so&asPdf=false  
d833f1f6b189d50d ANIMAL LOVE INC 58-C-0927 2018-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYYu&d=%2Fa%2F3d000000pdpu%2Fdv6gZpH32ibQLHWk74JqglWNEEWKuUkA_C6WyFQbg58&asPdf=false  
8d8884f94bb4bd73 ANIMAL LOVE INC 58-C-0927 2017-11-08   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxNC&d=%2Fa%2F3d000000pkMu%2Fc458nrlQyJpjnWkKHpI.uHew3JnHQe.sg1mGs2S_3BU&asPdf=false  
c119c771353e53ec ANIMAL LOVE INC 58-C-0927 2017-10-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghFm&d=%2Fa%2F3d000000pkGy%2FrsSN5QLGhJy0Y4jLPqizqkvAXDp1YwuYSzVxiG276UA&asPdf=false  
073b6d76d6170711 ANIMAL LOVE INC 58-C-0927 2016-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgawA&d=%2Fa%2F3d000000pfrq%2FYh2zKVQ4ns73EuwC6Msu1Yx7gibf7C_t5.SllGCASYA&asPdf=false  
0f44940990ad76a7 ANIMAL LOVE INC 58-C-0927 2015-11-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWRu&d=%2Fa%2F3d000000pRI8%2Fvf9HQo6rDBUgVDdBJCr6VlLlkSd6ONQRMcaWEgyGPHE&asPdf=false  
3417754375d8e3ee ANIMAL LOVE INC 58-C-0927 2014-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega4j&d=%2Fa%2F3d000000pnkr%2FZpZZFXDA.NnfSB2b7pb1CCOAUJJu9Wn1TixlPQudY.M&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 253.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API