GET https://meeple-club.tokii.fr/public-api/club/manifest

Serializer

1 Handled
2.27 ms Total time

default 1

serialize 1

Data Context Normalizer Encoder Time Caller
array
Show contents
[
  "org" => [
    "id" => "019def4e-4a63-786c-a57c-40ad2278a0bd"
    "name" => "Meeple Club"
    "logoUrl" => "/images/meeple/logo-mc91.png"
  ]
  "theme" => [
    "--color-primary" => "#b8231f"
    "--color-accent" => "#eaa522"
    "--color-primary-hover" => "#9a1d19"
    "--color-primary-light" => "#f6e3e1"
    "--color-accent-hover" => "#cf9013"
    "--color-accent-light" => "#fbeccb"
    "--primary-50" => "color-mix(in srgb, #b8231f 5%, white)"
    "--primary-100" => "color-mix(in srgb, #b8231f 10%, white)"
    "--primary-200" => "color-mix(in srgb, #b8231f 20%, white)"
    "--primary-300" => "color-mix(in srgb, #b8231f 35%, white)"
    "--primary-400" => "color-mix(in srgb, #b8231f 55%, white)"
    "--primary-500" => "color-mix(in srgb, #b8231f 78%, white)"
    "--primary-600" => "#b8231f"
    "--primary-700" => "color-mix(in srgb, #b8231f 82%, black)"
    "--primary-800" => "color-mix(in srgb, #b8231f 62%, black)"
    "--primary-900" => "color-mix(in srgb, #b8231f 42%, black)"
    "--accent-50" => "color-mix(in srgb, #eaa522 5%, white)"
    "--accent-100" => "color-mix(in srgb, #eaa522 10%, white)"
    "--accent-200" => "color-mix(in srgb, #eaa522 20%, white)"
    "--accent-300" => "color-mix(in srgb, #eaa522 35%, white)"
    "--accent-400" => "color-mix(in srgb, #eaa522 55%, white)"
    "--accent-500" => "color-mix(in srgb, #eaa522 78%, white)"
    "--accent-600" => "#eaa522"
    "--accent-700" => "color-mix(in srgb, #eaa522 82%, black)"
    "--lime-400" => "color-mix(in srgb, #eaa522 50%, #a3e635)"
    "--lime-500" => "color-mix(in srgb, #eaa522 50%, #84cc16)"
    "--color-success" => "#10b981"
    "--color-success-light" => "color-mix(in srgb, #10b981 12%, var(--mix-base, white))"
    "--color-warning" => "#f59e0b"
    "--color-warning-light" => "color-mix(in srgb, #f59e0b 12%, var(--mix-base, white))"
    "--color-error" => "#ef4444"
    "--color-error-light" => "color-mix(in srgb, #ef4444 12%, var(--mix-base, white))"
    "--color-info" => "#3b82f6"
    "--color-info-light" => "color-mix(in srgb, #3b82f6 12%, var(--mix-base, white))"
    "--color-background" => "#fdfcf8"
    "--bg-app" => "#fdfcf8"
    "--color-surface" => "#ffffff"
    "--bg-surface" => "#ffffff"
    "--color-text" => "#1c1714"
    "--color-text-secondary" => "var(--neutral-500)"
    "--color-text-muted" => "var(--neutral-400)"
    "--color-surface-hover" => "var(--neutral-100)"
    "--color-hover" => "color-mix(in srgb, #b8231f 8%, transparent)"
    "--mix-base" => "white"
    "--sidebar-opacity" => "100%"
    "--font-family-ui" => "'Nunito', system-ui, sans-serif"
    "--font-family-heading" => "'Nunito', system-ui, sans-serif"
    "--font-family-mono" => "'JetBrains Mono', 'Fira Code', monospace"
    "--font-size-base" => "1rem"
    "--font-size-sm" => "0.875rem"
    "--font-size-lg" => "1.125rem"
    "--font-weight-normal" => "400"
    "--font-weight-medium" => "500"
    "--font-weight-semibold" => "600"
    "--font-weight-bold" => "800"
    "--line-height-base" => "1.6"
    "--line-height-tight" => "1.3"
    "--letter-spacing-base" => "0"
    "--radius-base" => "1rem"
    "--radius-sm" => "6px"
    "--radius-md" => "8px"
    "--radius-lg" => "12px"
    "--radius-xl" => "16px"
    "--radius-2xl" => "1rem"
    "--radius-3xl" => "1.5rem"
    "--radius-full" => "9999px"
    "--shadow-sm" => "0 1px 2px rgba(0,0,0,0.05)"
    "--shadow-md" => "0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05)"
    "--shadow-lg" => "0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.05)"
    "--shadow-xl" => "0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.05)"
    "--shadow-focus" => "0 0 0 3px color-mix(in srgb, #b8231f 15%, transparent)"
    "--btn-radius" => "var(--radius-md)"
    "--btn-px" => "1.25rem"
    "--btn-py" => "0.625rem"
    "--input-radius" => "var(--radius-md)"
    "--input-border" => "var(--neutral-300)"
    "--card-radius" => "var(--radius-3xl)"
    "--card-border" => "var(--neutral-200)"
    "--card-shadow" => "var(--shadow-sm)"
    "--msg-radius" => "1.125rem"
    "--msg-outgoing-bg" => "var(--color-primary)"
    "--msg-outgoing-color" => "white"
    "--msg-incoming-bg" => "var(--color-surface)"
    "--msg-incoming-color" => "var(--color-text)"
    "--avatar-radius" => "var(--radius-2xl)"
    "--transition-fast" => "0.15s"
    "--transition-base" => "0.2s"
    "--transition-slow" => "0.3s"
    "--transition-easing" => "cubic-bezier(0.4, 0, 0.2, 1)"
    "--text-surface" => "#1c1714"
    "--text-surface-muted" => "color-mix(in srgb, #1c1714 62%, transparent)"
    "--on-primary" => "#f3f4f6"
    "--on-accent" => "#1f2937"
    "--color-topbar" => "#fdfcf8"
    "--color-border" => "#e6ddcd"
    "--bg-sidebar" => "#f4f1e9"
    "--text-sidebar" => "#1f2937"
    "--text-sidebar-muted" => "rgba(17, 24, 39, 0.60)"
    "--bg-sidebar-hover" => "#ece7db"
    "--bg-sidebar-active" => "#f6e3e1"
  ]
  "tiles" => []
  "channels" => []
  "isMember" => false
]
Format: json
Show context
[
  "json_encode_options" => 15
]
JsonEncoder (0.02 ms) 2.27 ms

deserialize 0

Nothing was deserialized.

normalize 0

Nothing was normalized.

denormalize 0

Nothing was denormalized.

encode 0

Nothing was encoded.

decode 0

Nothing was decoded.