Austin Animal Center Outcomes
City of Austin
@usgov.city_of_austin_austin_animal_center_outcomes_b49ae
City of Austin
@usgov.city_of_austin_austin_animal_center_outcomes_b49ae
This dataset records each instance of an animal in the Austin Animal Center's database being updated to an outgoing status, starting from May 5, 2025 (the launch date of our ShelterBuddy system). Data is refreshed hourly.
Organization: City of Austin
Last updated: 2025-05-25T13:07:02.185212
Tags: animal-services, animals, austin-animal-center
CREATE TABLE table_1 (
"outcome_date" VARCHAR,
"animal_id" BIGINT,
"name" VARCHAR,
"outcome_status" VARCHAR,
"euthanasia_reason" VARCHAR,
"type" VARCHAR,
"sex" VARCHAR,
"spayed_neutered" VARCHAR,
"primary_breed" VARCHAR,
"primary_color" VARCHAR,
"secondary_color" VARCHAR,
"age_years" DOUBLE,
"age_months" DOUBLE,
"age_weeks" DOUBLE,
"last_updated" VARCHAR,
"intake_date" VARCHAR,
"days_in_shelter" BIGINT
);Anyone who has the link will be able to view this.