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

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