Sonoma Search Animal
sonoma_search_animalLook up an animal at Sonoma County Animal Services by id, name, or breed. Use in_shelter_only=true to answer "is there a [breed] at the shelter right now" / "is there a lost husky at Sonoma County animal services" — an animal with no outcome yet is still in the shelter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Animal name (partial match, case-insensitive). | |
| breed | No | Breed (partial match, case-insensitive), e.g. "Husky", "Pit Bull". | |
| limit | No | Max rows (1-200, default 20). | |
| _apiKey | No | Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint. | |
| animal_id | No | Exact animal ID, e.g. "A441880". | |
| in_shelter_only | No | If true, only return animals that have not yet had an outcome (still at the shelter). Default false (returns full intake/outcome history). |