Animal Traceability
RFID-based livestock and pet tracking system.
Overview
Animal Traceability enables businesses to track animals using RFID technology. The system supports bulk registration, health tracking, and movement logging.
View Full Animal Tracking Guide →Key Features
RFID Integration
- Register animals with RFID tags
- Bulk registration via CSV upload
- Link RFID tags to animal profiles

The register animal form lets you enter species, breed, RFID tag number, birth date, and health information.
Animal Registry
- Species and breed information
- Birth date and origin tracking
- Health records and vaccinations
- Ownership history
Bulk Registration
- Upload spreadsheets with animal data
- Automatic profile creation
- Error validation and reporting
Tracking Dashboard
- View all registered animals
- Filter by species, location, status
- Track movement history
- Health and vaccination schedules

My Animals displays all registered animals with their RFID tags, species, birth dates, and health status.
Getting Started
1. Set Up Your Profile
- Log in to my.govalid.org
- Navigate to Animal Dashboard
- Configure your farm/facility profile
- Set up species and breed categories
2. Register Animals
- Go to My Animals
- Enter animal details manually or upload CSV
- Assign RFID tag numbers
- Save and generate tracking QR codes
3. Track Movements
- Scan RFID tags at each location change
- Log health events (vaccinations, treatments)
- Record breeding and birth events
4. Generate Reports
- Access the dashboard
- Filter by date range, species, location
- Check pending approvals
- Export reports for compliance
Use Cases
| Sector | Application |
|---|---|
| Livestock | Cattle, sheep, goat tracking |
| Poultry | Chicken, duck flock management |
| Pets | Pet registration and ownership |
| Wildlife | Conservation tracking |
| Aquaculture | Fish farm management |
API Access
Animal traceability features are available via the REST API:
curl -X POST https://api.govalid.org/api/v1/animals/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"species": "cattle",
"breed": "Angus",
"rfid_tag": "RFID-001234",
"birth_date": "2024-01-15"
}'
Interactive API Documentation:
- Swagger UI - Try API endpoints directly
- ReDoc - Full API reference
See API Reference for detailed endpoint documentation.