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

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