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 = "31-C-0290" 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
a2c7c17ec75d4dba Rose Valley Animal Park LLC 31-C-0290 2025-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000VmLGV&d=%2Fa%2FSJ000003SN6P%2FUvn6b_sf1bqy3VC.A0b_p3Zo8SYgks80P6XER18RgxE&asPdf=false  
09874a655b5814e6 Rose Valley Animal Park LLC 31-C-0290 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KitqB&d=%2Fa%2FSJ000001rXlF%2F0f54d2vmT8uQOvX4J0EuUXRjjVhzBIKPYgEDjCr2x9U&asPdf=false  
7b5aadbf654c9dc4 Rose Valley Animal Park LLC 31-C-0290 2024-10-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CYbr6&d=%2Fa%2FSJ000000wfcH%2FevCoGGivXexRhrqkhlczfr5AOYW4F.T2D87qVAfX6_8&asPdf=false  
758bf3a8b61c38ca Rose Valley Animal Park LLC 31-C-0290 2024-07-01   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EVo7Q&d=%2Fa%2F3d000003AsUx%2FJPuTL6jHUkrLw4tENBzaQhgvMjHzbxnfUbSnIyL5OGc&asPdf=false  
7407906163f47948 Rose Valley Animal Park LLC 31-C-0290 2024-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dk5Fe&d=%2Fa%2F3d000002yXyK%2FLdkNbXOUD8CIGb9Hsc_hCR4peHg7ysDaXcI6Nh41ZxY&asPdf=false  
d17a837002113075 Rose Valley Animal Park LLC 31-C-0290 2023-10-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ATq6c&d=%2Fa%2F3d0000022l9V%2F1zwJiQ5kz92tIFNPldHFEskgVKazivNK7DtzvrkqQuY&asPdf=false  
05fd64d3f2e388e2 Rose Valley Animal Park LLC 31-C-0290 2023-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009BcEf&d=%2Fa%2F3d000001ShTI%2FIsHvN7bGzjLutNU6O8sSAvmblE3Gw74Nm9nyOvz1fAE&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 556.542ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API