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

11 rows where cert_number = "63-C-0287" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
f18988f7fecbde6d Animal Visions Investment LLC 63-C-0287 2025-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fikXZ&d=%2Fa%2FSJ0000051dE9%2Fp.ULkrGb8RYvnm41sZcKksVlmhYDoCs7q6Ra16dj._s&asPdf=false  
2cc59d8c2ead2695 Animal Visions Investment LLC 63-C-0287 2025-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QS8lL&d=%2Fa%2FSJ000002c5AP%2F.8IJ8pPgf1S2_hFlZr_kFacUrZsgP_MPI3XXi.UeGGA&asPdf=false  
62a2544dc8438699 Animal Visions Investment LLC 63-C-0287 2025-02-25   1 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PVVdy&d=%2Fa%2FSJ000002SI5h%2Fe5zZEABhWTVWncgmTZ4sFsGASzfd4Mslol8JY5de6b0&asPdf=false  
24e32409fdfa4fd1 Animal Visions Investment LLC 63-C-0287 2024-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EVl4Q&d=%2Fa%2F3d000003Arao%2FLmG19mDZUcqbRHfc6XGwqUoOnVWCfhZtNHVcEyyYCSc&asPdf=false  
3c4afcae35f15fc0 Animal Visions Investment LLC 63-C-0287 2023-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009DZrk&d=%2Fa%2F3d000001TRg4%2FTA.eXzZyXV05WQw4LJjCj.BZUed0mGFnE9whHq.hJXg&asPdf=false  
1cdee49c8b5d77e6 Animal Visions Investment LLC 63-C-0287 2022-09-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awReg&d=%2Fa%2F3d000000pV6K%2FlMl_3jmCvQhM7XFlTZJiFoO0.avnk92qOxdXNZFqBt0&asPdf=false  
fa813b7bf6625e9c Animal Visions Investment LLC 63-C-0287 2021-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8at3&d=%2Fa%2F3d000000pV1k%2FA17Kwem674.KVIBX9c2u.gyt_x2zpeDSSmRkIk_a6WQ&asPdf=false  
d93eb1c7e0a3b5f5 Animal Visions Investment LLC 63-C-0287 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Gfq&d=%2Fa%2F3d000000pV3C%2Fxpga8oac_26eRI1YLahd1W92u1RXYn3N6s0Jg.n5U.g&asPdf=false  
060370b7662bef33 Animal Visions Investment LLC 63-C-0287 2019-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWwM&d=%2Fa%2F3d000000pV6U%2FPV5TvcTErH0hWomqECJ7vf3QERnmktSrwrP8S6Z1yP4&asPdf=false  
8982262e234a7da5 Animal Visions Investment LLC 63-C-0287 2018-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWYs&d=%2Fa%2F3d000000pV3S%2FSpqqVQ0tiEptk_pF3Hf2OiN.MbXa3ZvxXnvS56YaFEQ&asPdf=false  
5f4915433662d256 Animal Visions Investment LLC 63-C-0287 2017-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWdp&d=%2Fa%2F3d000000pV55%2FnoUrQAvX2QKbhJF_VGiTzWG4CFITEgGq0jYptILicUA&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 679.006ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API