pyrat-api-single-response-offspring.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. {
  11. "animalid": 1,
  12. "mutation_id": 5,
  13. "mutationname": "Mut-A",
  14. "mutationtype": "BAC transgenic",
  15. "grade_id": 5,
  16. "mutationgrade": "het"
  17. }
  18. ],
  19. "parents": [
  20. {
  21. "animalid": 1,
  22. "parent_id": 100,
  23. "parent_eartag": "ID-100",
  24. "parent_sex": "m",
  25. "parent_labid": "B",
  26. "parent_cagenumber": "B2"
  27. },
  28. {
  29. "animalid": 1,
  30. "parent_id": 101,
  31. "parent_eartag": "ID-101",
  32. "parent_sex": "f",
  33. "parent_labid": "B",
  34. "parent_cagenumber": "B2"
  35. }
  36. ]
  37. }
  38. ]