Skip to main content

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:

DataEndpointFormat
F0 QueensGET /api/queens/f0JSON
F1 QueensGET /api/queens/f1JSON
EvaluationsGET /api/queens/evaluationsJSON
EBV ResultsGET /api/ebv/latestJSON
PedigreeGET /api/queens/f0/[id]/pedigreeJSON
F1 StatisticsGET /api/queens/f0/[id]/offspring-statsJSON

Available Formats

FormatAccessDescription
JSONREST APINative format for all API responses
CSVWeb interfaceExport 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.

GDPR

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