# DO.FR.08 LivestockDetails

### **DO.FR.08 LivestockDetails**

This data object provides details of all animals, birds, and insects that are kept or reared in captivity mainly for agricultural purposes. This includes cattle, buffaloes, horses and other equine animals, camels, sheep, goats and pigs, as well as poultry, bees, and silkworms, etc. It does not include aquatic animals. The details reference THEME 5 of the [World Programme for the Census of Agriculture 2020](https://openknowledge.fao.org/server/api/core/bitstreams/c5afd226-08ab-4cda-bc45-871f1f95a3be/content).

<table><thead><tr><th width="210">Attribute</th><th width="279">Type</th><th width="132">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td><a data-mention href="/pages/UfaAqUfnlW8kJRs5MaXf">/pages/UfaAqUfnlW8kJRs5MaXf</a></td><td>0...1</td><td>Type of animal</td></tr><tr><td>count</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/QkvPBoAZYsX7VnjQsjmn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/QkvPBoAZYsX7VnjQsjmn</a></td><td>0...1</td><td>Animal count</td></tr><tr><td>livestock_system</td><td><a data-mention href="/pages/BLFDOs6tRF9j8ZMZyeHX">/pages/BLFDOs6tRF9j8ZMZyeHX</a></td><td>0...*</td><td>Livestock raising practices</td></tr><tr><td>additional_attributes</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ">/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ</a></td><td>0...*</td><td>Additional context/country specific attributes</td></tr><tr><td>registration_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the animals' details were recorded</td></tr><tr><td>last_updated</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the animals' details were updated</td></tr></tbody></table>

### Example of JSON Data Structure for an Animals Object

<pre class="language-json"><code class="lang-json"><strong>{
</strong>  "type":"Sheep and goats",
  "count":10,
  "livestock_system":"Mixed system",
  "registration_date": "2023-01-10T00:00:00Z",
  "last_updated": "2023-09-20T00:00:00Z"   
}
</code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/wip-farmers-registry/farmers-registry-and-sp-system-interface/1.-crvs/data/data-objects/do.fr.08-livestockdetails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
