{"id":15128,"date":"2026-08-20T23:12:32","date_gmt":"2026-08-21T06:12:32","guid":{"rendered":"https:\/\/pandapeptides.com\/testing-laboratories\/"},"modified":"2026-08-20T23:38:23","modified_gmt":"2026-08-21T06:38:23","slug":"testing-laboratories","status":"publish","type":"page","link":"https:\/\/pandapeptides.com\/es\/testing-laboratories\/","title":{"rendered":"Our Independent Testing Laboratories"},"content":{"rendered":"<style>\n  .panda-labs-page,\n  .panda-labs-page * {\n    box-sizing: border-box;\n  }\n\n  .panda-labs-page {\n    --labs-bg: #0d0d0f;\n    --labs-panel: #151518;\n    --labs-panel-2: #1a1a1e;\n    --labs-ink: #f7f7f8;\n    --labs-body: #c8c8ce;\n    --labs-muted: #8d8d97;\n    --labs-line: rgba(255, 255, 255, 0.11);\n    --labs-cyan: #00e5ff;\n    --labs-magenta: #d946ef;\n    width: min(1180px, calc(100% - 32px));\n    margin: 0 auto;\n    padding: clamp(32px, 5vw, 72px) 0 76px;\n    color: var(--labs-body);\n    font-family: \"DM Sans\", Arial, sans-serif;\n  }\n\n  .panda-labs-page a {\n    color: var(--labs-cyan);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 0.2em;\n  }\n\n  .panda-labs-page a:hover,\n  .panda-labs-page a:focus-visible {\n    color: #8cf6ff;\n  }\n\n  .panda-labs-page a:focus-visible {\n    outline: 2px solid var(--labs-cyan);\n    outline-offset: 4px;\n  }\n\n  .panda-labs-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(34px, 7vw, 86px);\n    background:\n      radial-gradient(circle at 7% 3%, rgba(0, 229, 255, 0.17), transparent 28%),\n      radial-gradient(circle at 96% 88%, rgba(217, 70, 239, 0.13), transparent 31%),\n      linear-gradient(145deg, #151519, #0f0f12 74%);\n    border: 1px solid var(--labs-line);\n    border-radius: 24px;\n  }\n\n  .panda-labs-hero::after {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    content: \"\";\n    opacity: 0.24;\n    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);\n    background-size: 44px 44px;\n    mask-image: linear-gradient(to bottom, #000, transparent 70%);\n  }\n\n  .panda-labs-hero > * {\n    position: relative;\n    z-index: 1;\n  }\n\n  .panda-labs-kicker {\n    margin: 0 0 18px;\n    color: var(--labs-cyan);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.17em;\n    text-transform: uppercase;\n  }\n\n  .panda-labs-hero h1 {\n    max-width: 900px;\n    margin: 0;\n    color: var(--labs-ink);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: clamp(38px, 7vw, 78px);\n    font-weight: 700;\n    line-height: 0.99;\n    letter-spacing: -0.055em;\n  }\n\n  .panda-labs-lede {\n    max-width: 770px;\n    margin: 28px 0 0;\n    color: #d9d9de;\n    font-family: Georgia, Cambria, \"Times New Roman\", serif;\n    font-size: clamp(20px, 3vw, 28px);\n    line-height: 1.58;\n  }\n\n  .panda-labs-principles {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 1px;\n    margin-top: 34px;\n    overflow: hidden;\n    background: var(--labs-line);\n    border: 1px solid var(--labs-line);\n    border-radius: 14px;\n  }\n\n  .panda-labs-principle {\n    min-height: 118px;\n    padding: 20px;\n    background: rgba(13, 13, 15, 0.82);\n  }\n\n  .panda-labs-principle strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--labs-ink);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: 16px;\n  }\n\n  .panda-labs-principle span {\n    display: block;\n    color: var(--labs-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .panda-labs-section {\n    padding: clamp(58px, 8vw, 104px) 0 0;\n  }\n\n  .panda-labs-intro {\n    display: grid;\n    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);\n    gap: clamp(28px, 7vw, 86px);\n    align-items: start;\n    margin-bottom: 34px;\n  }\n\n  .panda-labs-intro h2,\n  .panda-labs-scope h2,\n  .panda-labs-method h2 {\n    margin: 0;\n    color: var(--labs-ink);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: clamp(30px, 4.5vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -0.045em;\n  }\n\n  .panda-labs-intro p {\n    margin: 0;\n    color: var(--labs-body);\n    font-family: Georgia, Cambria, \"Times New Roman\", serif;\n    font-size: 19px;\n    line-height: 1.8;\n  }\n\n  .panda-lab-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .panda-lab-card {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(26px, 4vw, 42px);\n    background: var(--labs-panel);\n    border: 1px solid var(--labs-line);\n    border-radius: 18px;\n  }\n\n  .panda-lab-card::before {\n    position: absolute;\n    top: 0;\n    right: 0;\n    left: 0;\n    height: 3px;\n    content: \"\";\n    background: linear-gradient(90deg, var(--labs-cyan), transparent 74%);\n  }\n\n  .panda-lab-card--janoshik::before {\n    background: linear-gradient(90deg, var(--labs-magenta), transparent 74%);\n  }\n\n  .panda-lab-card-label {\n    margin: 0 0 9px;\n    color: var(--labs-cyan);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .panda-lab-card--janoshik .panda-lab-card-label {\n    color: #ec75fb;\n  }\n\n  .panda-lab-card h3 {\n    margin: 0;\n    color: var(--labs-ink);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.12;\n    letter-spacing: -0.04em;\n  }\n\n  .panda-lab-location {\n    margin: 8px 0 24px;\n    color: var(--labs-muted);\n    font-size: 13px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .panda-lab-card > p {\n    margin: 0 0 20px;\n    color: var(--labs-body);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .panda-lab-facts {\n    display: grid;\n    gap: 1px;\n    margin: 24px 0;\n    overflow: hidden;\n    background: var(--labs-line);\n    border: 1px solid var(--labs-line);\n    border-radius: 10px;\n  }\n\n  .panda-lab-fact {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1fr);\n    gap: 16px;\n    padding: 13px 15px;\n    background: #111114;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .panda-lab-fact span:first-child {\n    color: var(--labs-muted);\n  }\n\n  .panda-lab-fact span:last-child {\n    color: var(--labs-ink);\n    font-family: \"JetBrains Mono\", monospace;\n    overflow-wrap: anywhere;\n  }\n\n  .panda-lab-list {\n    margin: 0 0 26px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .panda-lab-list li {\n    position: relative;\n    margin: 0 0 10px;\n    padding-left: 20px;\n    color: #d3d3d8;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .panda-lab-list li::before {\n    position: absolute;\n    top: 0.65em;\n    left: 0;\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    background: var(--labs-cyan);\n    border-radius: 50%;\n    box-shadow: 0 0 13px rgba(0, 229, 255, 0.65);\n  }\n\n  .panda-lab-card--janoshik .panda-lab-list li::before {\n    background: var(--labs-magenta);\n    box-shadow: 0 0 13px rgba(217, 70, 239, 0.55);\n  }\n\n  .panda-lab-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .panda-lab-links a,\n  .panda-labs-cta a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 44px;\n    padding: 10px 15px;\n    color: var(--labs-ink);\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.3;\n    text-align: center;\n    text-decoration: none;\n    background: rgba(255, 255, 255, 0.04);\n    border: 1px solid var(--labs-line);\n    border-radius: 999px;\n  }\n\n  .panda-lab-links a:hover,\n  .panda-lab-links a:focus-visible,\n  .panda-labs-cta a:hover,\n  .panda-labs-cta a:focus-visible {\n    color: #09090b;\n    background: var(--labs-cyan);\n    border-color: var(--labs-cyan);\n  }\n\n  .panda-labs-scope {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: clamp(28px, 7vw, 80px);\n    padding: clamp(30px, 5vw, 54px);\n    background:\n      linear-gradient(135deg, rgba(0, 229, 255, 0.08), transparent 44%),\n      var(--labs-panel);\n    border: 1px solid rgba(0, 229, 255, 0.22);\n    border-radius: 18px;\n  }\n\n  .panda-labs-scope-copy p,\n  .panda-labs-method-copy p {\n    margin: 0 0 18px;\n    color: var(--labs-body);\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .panda-labs-scope-copy p:last-child,\n  .panda-labs-method-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .panda-labs-method {\n    display: grid;\n    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);\n    gap: clamp(32px, 7vw, 86px);\n    align-items: start;\n  }\n\n  .panda-labs-method-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .panda-labs-method-item {\n    min-height: 126px;\n    padding: 18px;\n    background: var(--labs-panel);\n    border: 1px solid var(--labs-line);\n    border-radius: 12px;\n  }\n\n  .panda-labs-method-item b {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--labs-ink);\n    font-family: Outfit, Arial, sans-serif;\n    font-size: 16px;\n  }\n\n  .panda-labs-method-item span {\n    color: var(--labs-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .panda-labs-cta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: clamp(58px, 8vw, 96px);\n    padding: 26px;\n    background: var(--labs-panel-2);\n    border: 1px solid var(--labs-line);\n    border-radius: 16px;\n  }\n\n  .panda-labs-cta p {\n    max-width: 650px;\n    margin: 0;\n    color: var(--labs-body);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .panda-labs-cta-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .panda-labs-footnote {\n    margin: 22px 4px 0;\n    color: #a6a6af;\n    font-size: 12px;\n    line-height: 1.65;\n  }\n\n  .panda-labs-footnote strong {\n    color: #d9d9de;\n  }\n\n  .page-id-15128 .panda-privacy-choice a {\n    color: #314a53 !important;\n  }\n\n  @media (max-width: 820px) {\n    .panda-labs-principles,\n    .panda-lab-grid,\n    .panda-labs-intro,\n    .panda-labs-scope,\n    .panda-labs-method {\n      grid-template-columns: 1fr;\n    }\n\n    .panda-labs-principles {\n      gap: 1px;\n    }\n\n    .panda-labs-hero h1 {\n      max-width: 700px;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .panda-labs-page {\n      width: min(100% - 20px, 1180px);\n    }\n\n    .panda-labs-hero {\n      padding: 30px 22px;\n      border-radius: 16px;\n    }\n\n    .panda-labs-method-list {\n      grid-template-columns: 1fr;\n    }\n\n    .panda-lab-fact {\n      grid-template-columns: 1fr;\n      gap: 4px;\n    }\n\n    .panda-lab-links a,\n    .panda-labs-cta a {\n      width: 100%;\n    }\n\n    .panda-labs-cta-links {\n      width: 100%;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .panda-labs-page * {\n      scroll-behavior: auto !important;\n      transition: none !important;\n    }\n  }\n<\/style>\n\n<article class=\"panda-labs-page\">\n  <header class=\"panda-labs-hero\">\n    <p class=\"panda-labs-kicker\">Independent analytical partners<\/p>\n    <h1>Why Panda tests with ILS Laboratories and Janoshik<\/h1>\n    <p class=\"panda-labs-lede\">The right laboratory depends on the analytical question. Panda uses two independent laboratories because method fit, documentation, verification, and continuity matter more than relying on one name for every batch.<\/p>\n\n    <div class=\"panda-labs-principles\" aria-label=\"Panda's laboratory selection principles\">\n      <div class=\"panda-labs-principle\"><strong>Independent results<\/strong><span>Panda pays for testing. Neither laboratory is owned by Panda or compensated according to the reported outcome.<\/span><\/div>\n      <div class=\"panda-labs-principle\"><strong>Batch-specific evidence<\/strong><span>We publish the laboratory, tested sample, methods, and results shown on the report instead of reducing them to a generic badge.<\/span><\/div>\n      <div class=\"panda-labs-principle\"><strong>Direct verification<\/strong><span>Where the laboratory provides a public verifier, Panda links to that record so the report can be checked outside our website.<\/span><\/div>\n    <\/div>\n  <\/header>\n\n  <section class=\"panda-labs-section\" aria-labelledby=\"panda-labs-two-partners\">\n    <div class=\"panda-labs-intro\">\n      <h2 id=\"panda-labs-two-partners\">Two laboratories. Different strengths.<\/h2>\n      <p>ILS brings U.S.-based analytical infrastructure, a formal ISO\/IEC 17025 quality system, and broad instrumentation. Janoshik brings long-running peptide-specific experience, a familiar public verification system, and continuity across Panda&#8217;s historical batch archive. We choose between them based on the test panel and the batch\u2014not on exclusivity.<\/p>\n    <\/div>\n\n    <div class=\"panda-lab-grid\">\n      <section class=\"panda-lab-card\" aria-labelledby=\"panda-ils-title\">\n        <p class=\"panda-lab-card-label\">U.S. laboratory partner<\/p>\n        <h3 id=\"panda-ils-title\">ILS Laboratories<\/h3>\n        <p class=\"panda-lab-location\">San Diego, California<\/p>\n        <p>ILS Laboratories is applying analytical infrastructure developed in regulated testing to the growing peptide-testing market. Its public credentials appear under the legal name <strong>ILS Labs, Inc. dba Quality Cannabis Laboratories<\/strong>.<\/p>\n\n        <div class=\"panda-lab-facts\" aria-label=\"ILS credential numbers\">\n          <div class=\"panda-lab-fact\"><span>Accreditation<\/span><span>ISO\/IEC 17025:2017<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>PJLA number<\/span><span>112120<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>PJLA certificate<\/span><span>L25-631<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>Certificate expiration<\/span><span>2027-08-31<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>California DCC license<\/span><span>C8-0000133-LIC<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>DCC license status<\/span><span>Active \u00b7 expires 2027-04-14<\/span><\/div>\n        <\/div>\n\n        <ul class=\"panda-lab-list\">\n          <li>Public PJLA scope lists LC-MS\/MS, GC-MS\/MS, HPLC-UV, GC-MS, ICP-MS, microbiological screening, and related methods across cannabis matrices.<\/li>\n          <li>Panda&#8217;s ILS reports can include purity, amount, identity, sterility, endotoxin, heavy metals, and fentanyl screening when those tests were ordered and are documented on that specific report.<\/li>\n          <li>U.S.-based communication and turnaround make ILS a strong fit for expanding batch coverage and multi-method panels.<\/li>\n        <\/ul>\n\n        <div class=\"panda-lab-links\" aria-label=\"Verify ILS credentials and reports\">\n          <a href=\"\/wp-content\/uploads\/2026\/08\/ils-pjla-iso-17025-certificate-L25-631.pdf\" target=\"_blank\" rel=\"noopener\">Open PJLA certificate<\/a>\n          <a href=\"https:\/\/www.pjlabs.com\/search-accredited-organizations\" target=\"_blank\" rel=\"noopener\">Search PJLA directory<\/a>\n          <a href=\"https:\/\/search.cannabis.ca.gov\/results\/5905\" target=\"_blank\" rel=\"noopener\">Verify California license<\/a>\n          <a href=\"https:\/\/portal.ils-lab.com\/verify\/FYJFX62xTfdfC11P\" target=\"_blank\" rel=\"noopener\">View a Panda ILS report<\/a>\n        <\/div>\n      <\/section>\n\n      <section class=\"panda-lab-card panda-lab-card--janoshik\" aria-labelledby=\"panda-janoshik-title\">\n        <p class=\"panda-lab-card-label\">Peptide-specialist partner<\/p>\n        <h3 id=\"panda-janoshik-title\">Janoshik Analytical<\/h3>\n        <p class=\"panda-lab-location\">Czech Republic<\/p>\n        <p>Janoshik is an independent third-party analytical laboratory with an established public record in peptide testing. Panda&#8217;s historical Janoshik reports remain a valuable continuity and trust layer, even as ILS handles a growing share of new work.<\/p>\n\n        <div class=\"panda-lab-facts\" aria-label=\"Janoshik verification characteristics\">\n          <div class=\"panda-lab-fact\"><span>Primary strength<\/span><span>Peptide-specific testing history<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>Verification<\/span><span>Public task-specific report URLs<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>Panda archive<\/span><span>Current and historical batch reports<\/span><\/div>\n          <div class=\"panda-lab-fact\"><span>Accreditation claim<\/span><span>No ISO 17025 claim by Panda<\/span><\/div>\n        <\/div>\n\n        <ul class=\"panda-lab-list\">\n          <li>Long-running peptide-specific analytical experience and report history.<\/li>\n          <li>Direct, task-specific verification URLs that make report identity easy to check independently.<\/li>\n          <li>Continuity for batches, compounds, and methods already represented in Panda&#8217;s Janoshik archive.<\/li>\n          <li>Coverage for selected items or tests that are not currently available through ILS.<\/li>\n        <\/ul>\n\n        <div class=\"panda-lab-links\" aria-label=\"Review Janoshik reports\">\n          <a href=\"https:\/\/verify.janoshik.com\/tests\/168135-GHKCu_50mg_3M59ETIXMXUG\" target=\"_blank\" rel=\"noopener\">View a Panda Janoshik report<\/a>\n          <a href=\"\/es\/coa\/\">Browse Panda&#8217;s report archive<\/a>\n        <\/div>\n      <\/section>\n    <\/div>\n  <\/section>\n\n  <section class=\"panda-labs-section\" aria-labelledby=\"panda-labs-scope-title\">\n    <div class=\"panda-labs-scope\">\n      <div>\n        <p class=\"panda-labs-kicker\">Verified accreditation<\/p>\n        <h2 id=\"panda-labs-scope-title\">ISO\/IEC 17025:2017 accredited.<\/h2>\n      <\/div>\n      <div class=\"panda-labs-scope-copy\">\n        <p>ILS Labs is accredited by Perry Johnson Laboratory Accreditation, Inc. to ISO\/IEC 17025:2017. PJLA number <strong>112120<\/strong> and certificate <strong>L25-631<\/strong> are independently verifiable and remain current through August 31, 2027.<\/p>\n        <p>This accreditation reflects an audited level of laboratory competence: qualified personnel, controlled and calibrated instrumentation, validated procedures, traceability, quality controls, and defensible reporting.<\/p>\n        <p>Panda publishes the certificate and public scope so the credential can be checked directly. Each individual COA remains the source of truth for the tests performed and the results reported for that submitted sample.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"panda-labs-section\" aria-labelledby=\"panda-labs-method-title\">\n    <div class=\"panda-labs-method\">\n      <div>\n        <p class=\"panda-labs-kicker\">How Panda chooses<\/p>\n        <h2 id=\"panda-labs-method-title\">The report has to answer the right question.<\/h2>\n      <\/div>\n      <div class=\"panda-labs-method-copy\">\n        <p>No single test establishes every quality attribute. HPLC purity does not automatically establish identity, amount, sterility, endotoxin level, heavy-metal content, residual solvents, or any other result not shown on the report.<\/p>\n        <div class=\"panda-labs-method-list\">\n          <div class=\"panda-labs-method-item\"><b>Method fit<\/b><span>Can the laboratory run the method that answers the actual batch question?<\/span><\/div>\n          <div class=\"panda-labs-method-item\"><b>Panel breadth<\/b><span>Does the batch need one result or a coordinated multi-method panel?<\/span><\/div>\n          <div class=\"panda-labs-method-item\"><b>Public verification<\/b><span>Can the report be checked through a laboratory-hosted record?<\/span><\/div>\n          <div class=\"panda-labs-method-item\"><b>Continuity<\/b><span>Does keeping the same laboratory improve comparison with historical batches?<\/span><\/div>\n          <div class=\"panda-labs-method-item\"><b>Documentation<\/b><span>Are sample identity, methods, results, and limitations clear on the COA?<\/span><\/div>\n          <div class=\"panda-labs-method-item\"><b>Turnaround<\/b><span>Can Panda obtain defensible results without creating avoidable release delays?<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"panda-labs-cta\">\n    <p><strong style=\"color:#f7f7f8\">Read the report, not the badge.<\/strong> Each COA describes the submitted sample and the tests shown. Coverage varies by product and batch.<\/p>\n    <div class=\"panda-labs-cta-links\">\n      <a href=\"\/es\/coa\/\">Ver reportes de laboratorio<\/a>\n      <a href=\"\/es\/quality-and-testing\/\">Read Panda&#8217;s quality process<\/a>\n    <\/div>\n  <\/div>\n\n  <p class=\"panda-labs-footnote\"><strong>SOLO PARA USO EN INVESTIGACI\u00d3N.<\/strong> Panda Peptides materials are sold strictly for laboratory research, analytical, and other legitimate research purposes. They are not for human or animal consumption. Laboratory reports describe the submitted sample and the methods documented on that report; they do not establish uses or results beyond the stated scope.<\/p>\n<\/article>","protected":false},"excerpt":{"rendered":"<p>Independent analytical partners Why Panda tests with ILS Laboratories and Janoshik The right laboratory depends on the analytical question. Panda uses two independent laboratories because method fit, documentation, verification, and continuity matter more than relying on one name for every batch. Independent resultsPanda pays for testing. Neither laboratory is owned by Panda or compensated according [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-no-heading.php","meta":{"footnotes":""},"class_list":["post-15128","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/15128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/comments?post=15128"}],"version-history":[{"count":3,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/15128\/revisions"}],"predecessor-version":[{"id":15134,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/15128\/revisions\/15134"}],"wp:attachment":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/media?parent=15128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}