{
  "name": "Primara Labs batch reports",
  "description": "Every laboratory report published for a Primara Labs batch: laboratory, test, what it covers and does not, result as printed, task number and verification key.",
  "source": "https://www.primaralabs.com/batch",
  "lastUpdated": "2026-09-23",
  "licence": "Free to reuse with a link to the source page.",
  "schema": [
    {
      "key": "batch",
      "type": "string",
      "description": "Batch as printed on the report and the vial."
    },
    {
      "key": "compound",
      "type": "string",
      "description": "Compound name."
    },
    {
      "key": "productSlug",
      "type": "string",
      "description": "Slug of the product page, /marketplace/<slug>."
    },
    {
      "key": "status",
      "type": "string",
      "description": "\"Report issued\" or \"Submitted, report pending\"."
    },
    {
      "key": "laboratory",
      "type": "string",
      "description": "The laboratory that issued or holds the report."
    },
    {
      "key": "test",
      "type": "string",
      "description": "Test and method."
    },
    {
      "key": "covers",
      "type": "string",
      "description": "What the report covers."
    },
    {
      "key": "doesNotCover",
      "type": "string",
      "description": "What the report does not establish."
    },
    {
      "key": "result",
      "type": "number",
      "description": "The figure as printed on the report."
    },
    {
      "key": "resultUnit",
      "type": "string",
      "description": "Unit of the result, as printed."
    },
    {
      "key": "analysisDate",
      "type": "date",
      "description": "Analysis date printed on the report."
    },
    {
      "key": "task",
      "type": "string",
      "description": "The laboratory's task number."
    },
    {
      "key": "key",
      "type": "string",
      "description": "Verification key, as printed."
    },
    {
      "key": "verifyUrl",
      "type": "url",
      "description": "The laboratory's own verification page."
    },
    {
      "key": "batchUrl",
      "type": "url",
      "description": "The batch page on primaralabs.com, /batch/<batch>."
    },
    {
      "key": "coaUrl",
      "type": "url",
      "description": "The row on primaralabs.com/coa."
    },
    {
      "key": "sourceUrl",
      "type": "url",
      "description": "The primary source the row was read from."
    },
    {
      "key": "checkedOn",
      "type": "date",
      "description": "ISO date the source was last read."
    }
  ],
  "rowCount": 1,
  "rows": [
    {
      "batch": "RETA-4728-A",
      "compound": "Retatrutide",
      "productSlug": "retatrutide",
      "status": "Report issued",
      "laboratory": "Janoshik",
      "test": "Bacterial endotoxin (LAL)",
      "covers": "bacterial endotoxin only",
      "doesNotCover": "identity or purity",
      "result": 6.066,
      "resultUnit": "EU per vial",
      "analysisDate": "2026-09-21",
      "task": "234146",
      "key": "H2KI86I8GWB4",
      "verifyUrl": "https://verify.janoshik.com/tests/234146_H2KI86I8GWB4",
      "batchUrl": "/batch/reta-4728-a",
      "coaUrl": "/coa#retatrutide-reta-4728-a",
      "sourceUrl": "https://verify.janoshik.com/tests/234146_H2KI86I8GWB4",
      "checkedOn": "2026-09-23"
    }
  ]
}