pyrat-api-no-parents-mutations-offspring.json 596 B

123456789101112131415161718192021222324
  1. [
  2. {
  3. "animalid": 1,
  4. "eartag_or_id": "ID-001",
  5. "sex": "m",
  6. "species_name": "Mouse",
  7. "sacrifice_reason_name": "Not usable age",
  8. "dateborn": "2026-02-03T00:00:00",
  9. "strain_name": "Line-A",
  10. "mutations": [],
  11. "parents": []
  12. },
  13. {
  14. "animalid": 2,
  15. "eartag_or_id": "ID-002",
  16. "sex": "f",
  17. "species_name": "Mouse",
  18. "sacrifice_reason_name": "Not usable age",
  19. "dateborn": "2026-02-04T00:00:00",
  20. "strain_name": "Line-A",
  21. "mutations": [],
  22. "parents": []
  23. }
  24. ]