{"id":1616,"date":"2026-04-15T19:34:49","date_gmt":"2026-04-15T14:04:49","guid":{"rendered":"https:\/\/cricketbyjb.in\/?page_id=1616"},"modified":"2026-04-15T19:34:50","modified_gmt":"2026-04-15T14:04:50","slug":"cricsocial-cjb-ipl-tournament","status":"publish","type":"page","link":"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CricSocial x CJB \u2014 Leaderboard<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Mono:wght@400;500&#038;family=Syne:wght@700;800&#038;family=DM+Sans:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #0f0f0f;\n    --surface: #1a1a1a;\n    --border: #2a2a2a;\n    --text: #f0f0f0;\n    --muted: #888;\n    --accent: #f5c842;\n  }\n \n  * { box-sizing: border-box; margin: 0; padding: 0; }\n \n  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'DM Sans', sans-serif;\n    min-height: 100vh;\n    padding: 32px 24px;\n  }\n \n  .wrapper { max-width: 860px; margin: 0 auto; }\n \n  .header {\n    border-bottom: 1px solid var(--border);\n    padding-bottom: 20px;\n    margin-bottom: 28px;\n  }\n \n  .header h1 {\n    font-family: 'Syne', sans-serif;\n    font-size: 26px;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n  }\n \n  .header h1 span { color: var(--accent); }\n \n  .header-meta {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 6px;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n \n  .header p {\n    font-size: 12px;\n    color: var(--muted);\n    font-family: 'DM Mono', monospace;\n  }\n \n  .updated-tag {\n    font-size: 11px;\n    font-family: 'DM Mono', monospace;\n    color: var(--muted);\n    background: var(--surface);\n    border: 1px solid var(--border);\n    padding: 4px 10px;\n    border-radius: 20px;\n  }\n \n  .updated-tag span { color: var(--accent); }\n \n  \/* FILTER TABS *\/\n  .filter-row {\n    display: flex;\n    gap: 6px;\n    margin-bottom: 16px;\n  }\n \n  .filter-btn {\n    padding: 6px 18px;\n    font-size: 12px;\n    font-family: 'DM Mono', monospace;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    background: transparent;\n    color: var(--muted);\n    cursor: pointer;\n    transition: all 0.15s;\n  }\n \n  .filter-btn.active {\n    border-color: var(--accent);\n    color: var(--accent);\n    background: rgba(245,200,66,0.08);\n  }\n \n  \/* LEADERBOARD *\/\n  .lb-wrap {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n \n  .lb-head {\n    padding: 14px 20px;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n \n  .lb-head h2 {\n    font-family: 'Syne', sans-serif;\n    font-size: 15px;\n    color: var(--accent);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n \n  .lb-subtitle {\n    font-size: 11px;\n    font-family: 'DM Mono', monospace;\n    color: var(--muted);\n  }\n \n  table { width: 100%; border-collapse: collapse; }\n \n  thead th {\n    padding: 10px 16px;\n    font-size: 11px;\n    font-family: 'DM Mono', monospace;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    color: var(--muted);\n    text-align: left;\n    background: rgba(255,255,255,0.02);\n    border-bottom: 1px solid var(--border);\n  }\n \n  thead th.center { text-align: center; }\n  thead th.right { text-align: right; }\n \n  tbody tr {\n    border-bottom: 1px solid var(--border);\n    transition: background 0.1s;\n  }\n \n  tbody tr:last-child { border-bottom: none; }\n  tbody tr:hover { background: rgba(255,255,255,0.02); }\n \n  tbody td { padding: 13px 16px; font-size: 14px; }\n \n  .td-rank {\n    font-family: 'DM Mono', monospace;\n    font-size: 13px;\n    width: 40px;\n    color: var(--muted);\n  }\n \n  .rank-gold  { font-size: 18px; }\n  .rank-silver { font-size: 18px; }\n  .rank-bronze { font-size: 18px; }\n \n  .td-name { font-weight: 500; }\n \n  .td-game {\n    font-family: 'DM Mono', monospace;\n    font-size: 12px;\n    text-align: center;\n    color: var(--border);\n  }\n \n  .td-game.scored { color: var(--text); }\n \n  .td-total {\n    font-family: 'DM Mono', monospace;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--accent);\n    text-align: right;\n  }\n \n  tbody tr:nth-child(1) td { background: rgba(255,215,0,0.03); }\n  tbody tr:nth-child(2) td { background: rgba(192,192,192,0.02); }\n  tbody tr:nth-child(3) td { background: rgba(205,127,50,0.02); }\n \n  .lb-footer {\n    padding: 12px 20px;\n    border-top: 1px solid var(--border);\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n    background: rgba(255,255,255,0.01);\n    align-items: center;\n  }\n \n  .legend-item {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 11px;\n    font-family: 'DM Mono', monospace;\n    color: var(--muted);\n  }\n \n  .dot { width: 7px; height: 7px; border-radius: 50%; }\n \n  .empty-row td {\n    text-align: center;\n    color: var(--muted);\n    font-size: 13px;\n    font-family: 'DM Mono', monospace;\n    padding: 48px 16px;\n  }\n<\/style>\n<\/head>\n<body>\n \n<div class=\"wrapper\">\n \n  <div class=\"header\">\n    <h1>CricSocial <span>\u00d7<\/span> CJB<\/h1>\n    <div class=\"header-meta\">\n      <p>IPL 2026 TOURNAMENT LEADERBOARD<\/p>\n      <!-- UPDATE THIS DATE EACH TIME YOU EDIT THE SCORES -->\n      <span class=\"updated-tag\">Last updated: <span>Apr 18, 2026<\/span><\/span>\n    <\/div>\n  <\/div>\n \n  <div class=\"filter-row\">\n    <button class=\"filter-btn active\" onclick=\"setFilter('all', this)\">All<\/button>\n    <button class=\"filter-btn\" onclick=\"setFilter('W1', this)\">Weekend 1<\/button>\n    <button class=\"filter-btn\" onclick=\"setFilter('W2', this)\">Weekend 2<\/button>\n  <\/div>\n \n  <div class=\"lb-wrap\">\n    <div class=\"lb-head\">\n      <h2>Standings<\/h2>\n      <span class=\"lb-subtitle\" id=\"lb-subtitle\">ALL GAMES<\/span>\n    <\/div>\n    <table>\n      <thead>\n        <tr>\n          <th>#<\/th>\n          <th>Player<\/th>\n          <th class=\"center\">W1G1<\/th>\n          <th class=\"center\">W1G2<\/th>\n          <th class=\"center\">W1G3<\/th>\n          <th class=\"center\">W1G4<\/th>\n          <th class=\"center\">W2G1<\/th>\n          <th class=\"center\">W2G2<\/th>\n          <th class=\"center\">W2G3<\/th>\n          <th class=\"center\">W2G4<\/th>\n          <th class=\"right\">Total<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody id=\"lb-body\"><\/tbody>\n    <\/table>\n    <div class=\"lb-footer\">\n      <span class=\"legend-item\"><span class=\"dot\" style=\"background:#ffd700\"><\/span>1st<\/span>\n      <span class=\"legend-item\"><span class=\"dot\" style=\"background:#c0c0c0\"><\/span>2nd<\/span>\n      <span class=\"legend-item\"><span class=\"dot\" style=\"background:#cd7f32\"><\/span>3rd<\/span>\n      <span class=\"legend-item\" style=\"margin-left:auto\">Cricket By JB \u00d7 CricSocial | IPL 2026<\/span>\n    <\/div>\n  <\/div>\n \n<\/div>\n \n<script>\n  \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  \/\/ SCORES \u2014 UPDATE THIS SECTION AFTER EACH GAME\n  \/\/ Format: 'Player Name': [W1G1, W1G2, W1G3, W1G4, W2G1, W2G2, W2G3, W2G4]\n  \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  const SCORES = {\n    'Player 1': [0, 0, 0, 0, 0, 0, 0, 0],\n    'Player 2': [0, 0, 0, 0, 0, 0, 0, 0],\n    'Player 3': [0, 0, 0, 0, 0, 0, 0, 0],\n  };\n  \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n \n  const GAMES = ['W1G1','W1G2','W1G3','W1G4','W2G1','W2G2','W2G3','W2G4'];\n  let filter = 'all';\n \n  function getTotal(scores) {\n    if (filter === 'all') return scores.reduce((s, v) => s + v, 0);\n    if (filter === 'W1')  return scores.slice(0, 4).reduce((s, v) => s + v, 0);\n    if (filter === 'W2')  return scores.slice(4, 8).reduce((s, v) => s + v, 0);\n  }\n \n  function setFilter(f, btn) {\n    filter = f;\n    document.querySelectorAll('.filter-btn').forEach(b => b.classList.remove('active'));\n    btn.classList.add('active');\n    const labels = { all: 'ALL GAMES', W1: 'WEEKEND 1', W2: 'WEEKEND 2' };\n    document.getElementById('lb-subtitle').textContent = labels[f];\n    render();\n  }\n \n  function render() {\n    const tbody = document.getElementById('lb-body');\n    const entries = Object.entries(SCORES)\n      .map(([name, scores]) => ({ name, scores, total: getTotal(scores) }))\n      .sort((a, b) => b.total - a.total);\n \n    if (!entries.length) {\n      tbody.innerHTML = '<tr class=\"empty-row\"><td colspan=\"10\">No scores yet. Check back soon!<\/td><\/tr>';\n      return;\n    }\n \n    const rankSymbols = ['\ud83e\udd47', '\ud83e\udd48', '\ud83e\udd49'];\n    const rankClasses = ['rank-gold', 'rank-silver', 'rank-bronze'];\n \n    tbody.innerHTML = entries.map(({ name, scores, total }, i) => `\n      <tr>\n        <td class=\"td-rank ${i < 3 ? rankClasses[i] : ''}\">${i < 3 ? rankSymbols[i] : i + 1}<\/td>\n        <td class=\"td-name\">${name}<\/td>\n        ${scores.map(v => `<td class=\"td-game ${v > 0 ? 'scored' : ''}\">${v > 0 ? v : '\u2014'}<\/td>`).join('')}\n        <td class=\"td-total\">${total}<\/td>\n      <\/tr>\n    `).join('');\n  }\n \n  render();\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CricSocial x CJB \u2014 Leaderboard CricSocial \u00d7 CJB IPL 2026 TOURNAMENT LEADERBOARD Last updated: Apr 18, 2026 All Weekend 1 Weekend 2 Standings ALL GAMES # Player W1G1 W1G2 W1G3 W1G4 W2G1 W2G2 W2G3 W2G4 Total 1st 2nd 3rd Cricket By JB \u00d7 CricSocial | IPL 2026<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1616","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CricSocial X Cricket By JB Tournament<\/title>\n<meta name=\"description\" content=\"Love strategy card games &amp; cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CricSocial X Cricket By JB Tournament\" \/>\n<meta property=\"og:description\" content=\"Love strategy card games &amp; cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/\" \/>\n<meta property=\"og:site_name\" content=\"Cricket By JB\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T14:04:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cricket_by_JB\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/index.php\\\/cricsocial-cjb-ipl-tournament\\\/\",\"url\":\"https:\\\/\\\/cricketbyjb.in\\\/index.php\\\/cricsocial-cjb-ipl-tournament\\\/\",\"name\":\"CricSocial X Cricket By JB Tournament\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#website\"},\"datePublished\":\"2026-04-15T14:04:49+00:00\",\"dateModified\":\"2026-04-15T14:04:50+00:00\",\"description\":\"Love strategy card games & cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cricketbyjb.in\\\/index.php\\\/cricsocial-cjb-ipl-tournament\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#website\",\"url\":\"https:\\\/\\\/cricketbyjb.in\\\/\",\"name\":\"Cricket By JB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cricketbyjb.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#organization\",\"name\":\"Cricket By JB\",\"url\":\"https:\\\/\\\/cricketbyjb.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cricketbyjb.in\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-Untitled-design-2.png\",\"contentUrl\":\"https:\\\/\\\/cricketbyjb.in\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-Untitled-design-2.png\",\"width\":499,\"height\":500,\"caption\":\"Cricket By JB\"},\"image\":{\"@id\":\"https:\\\/\\\/cricketbyjb.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/cricket_by_JB\",\"https:\\\/\\\/www.instagram.com\\\/cricket_justbaatein\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CricSocial X Cricket By JB Tournament","description":"Love strategy card games & cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/","og_locale":"en_US","og_type":"article","og_title":"CricSocial X Cricket By JB Tournament","og_description":"Love strategy card games & cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!","og_url":"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/","og_site_name":"Cricket By JB","article_modified_time":"2026-04-15T14:04:50+00:00","twitter_card":"summary_large_image","twitter_site":"@cricket_by_JB","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/","url":"https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/","name":"CricSocial X Cricket By JB Tournament","isPartOf":{"@id":"https:\/\/cricketbyjb.in\/#website"},"datePublished":"2026-04-15T14:04:49+00:00","dateModified":"2026-04-15T14:04:50+00:00","description":"Love strategy card games & cricket? Join the CricSocial X Cricket By JB IPL tournament and stand to win the CricSocial card game!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cricketbyjb.in\/index.php\/cricsocial-cjb-ipl-tournament\/"]}]},{"@type":"WebSite","@id":"https:\/\/cricketbyjb.in\/#website","url":"https:\/\/cricketbyjb.in\/","name":"Cricket By JB","description":"","publisher":{"@id":"https:\/\/cricketbyjb.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cricketbyjb.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cricketbyjb.in\/#organization","name":"Cricket By JB","url":"https:\/\/cricketbyjb.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cricketbyjb.in\/#\/schema\/logo\/image\/","url":"https:\/\/cricketbyjb.in\/wp-content\/uploads\/2023\/10\/cropped-Untitled-design-2.png","contentUrl":"https:\/\/cricketbyjb.in\/wp-content\/uploads\/2023\/10\/cropped-Untitled-design-2.png","width":499,"height":500,"caption":"Cricket By JB"},"image":{"@id":"https:\/\/cricketbyjb.in\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/cricket_by_JB","https:\/\/www.instagram.com\/cricket_justbaatein\/"]}]}},"_links":{"self":[{"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/pages\/1616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/comments?post=1616"}],"version-history":[{"count":2,"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/pages\/1616\/revisions"}],"predecessor-version":[{"id":1618,"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/pages\/1616\/revisions\/1618"}],"wp:attachment":[{"href":"https:\/\/cricketbyjb.in\/index.php\/wp-json\/wp\/v2\/media?parent=1616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}