Export
BeePass lets you export your breeding data in standard formats for backup or use in other tools.
Export via API
Use GET endpoints with appropriate parameters to retrieve your data programmatically:
| Data | Endpoint | Format |
|---|---|---|
| F0 Queens | GET /api/queens/f0 | JSON |
| F1 Queens | GET /api/queens/f1 | JSON |
| Evaluations | GET /api/queens/evaluations | JSON |
| EBV Results | GET /api/ebv/latest | JSON |
| Pedigree | GET /api/queens/f0/[id]/pedigree | JSON |
| F1 Statistics | GET /api/queens/f0/[id]/offspring-stats | JSON |
Available Formats
| Format | Access | Description |
|---|---|---|
| JSON | REST API | Native format for all API responses |
| CSV | Web interface | Export button on queen lists |
Exportable Data
- F0 Queens: name, race, date of birth, status, pedigree, external identifiers
- F1 Queens: daughters, associated mother, evaluations
- Evaluations: 8 traits (honey, gentleness, vigor, wintering, non-swarming, comb behavior, HYG 6h, HYG 24h)
- EBV Results: raw values, normalized values, reliability r²
- Pedigree: multi-generation pedigree tree (3, 5, or 7 levels)
Imported Data (origin_data)
The original data from each import is preserved as JSON in the origin_data field of each queen. This field is accessible via the detail endpoint:
GET /api/queens/f0/{id}
The origin_data field contains the raw data as imported from the source file (CSV, Excel), allowing you to retrieve the original values before transformation.
Full Export
A full export of all your queens and evaluations is available from Account Settings in the web interface.
Your data belongs to you. In compliance with GDPR, you can export all your data at any time or request the deletion of your account.
See also: Overview | Queens | Evaluations