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 = "41-A-0497" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
96eb264bf6301520 Prairie Springs Kennel LLC 41-A-0497 2023-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BC3aT&d=%2Fa%2F3d000002CCkk%2FlzaW4cCK0pZd9FdV5O71zP4ctu5uHYX2YF7hIpOqSZ0&asPdf=false  
a849b41aad875a5f Prairie Springs Kennel LLC 41-A-0497 2023-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jg3h&d=%2Fa%2F3d000000t68j%2F9WTDC9j4tpT8F3ZoNNc89szwYM2P5cPN2MygzDpaniY&asPdf=false  
a4d2b97ea064b2fc Prairie Springs Kennel LLC 41-A-0497 2021-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES34S&d=%2Fa%2F3d000000pfcy%2FcXGklh4ezkvGaFKluM6U67YKyVBwtwAHGFX6Q_ZeBQk&asPdf=false  
ab4b45b1dd9314ee Prairie Springs Kennel LLC 41-A-0497 2020-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggL4&d=%2Fa%2F3d000000pbjA%2Fh_RnruBcUhehHl7vX_1.V5C1gfI6b7st9IeJT8me5Z0&asPdf=false  
8ff2e5021902a1fa Prairie Springs Kennel LLC 41-A-0497 2019-06-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdfq&d=%2Fa%2F3d000000pUgk%2FCfLke.gwhJtzKYEtlQ46uUv1ZbtPgC0rM.TFXn_Ksi4&asPdf=false  
af4e0f6515810ef6 Prairie Springs Kennel LLC 41-A-0497 2019-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggJo&d=%2Fa%2F3d000000pb5D%2Frk8xklhRPdmQP_GFib.Z7BwMmCgYApCZ1WIZV5ci_5o&asPdf=false  
afc18330f94abe5e Prairie Springs Kennel LLC 41-A-0497 2018-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghWr&d=%2Fa%2F3d000000pUh8%2FdtkK5d3leRaW4sZiOBwKjIWaPcoJA84iC1ByJXTvpQ0&asPdf=false  
7e2bb6219a0e683b Prairie Springs Kennel LLC 41-A-0497 2018-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZcC&d=%2Fa%2F3d000000pmSx%2F9zhWB3ESjk4RrKgSJUyR20LV7e7G31dOcDxpJhZFxgY&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 453.759ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API