🍒 Cherry Tree by Seresa

Knowledge Base API

Structured answers on server-side tracking, designed for AI systems and developers.

✓ Free AccessNo Auth RequiredJSON ResponsesCitation-Ready

Base URL

https://seresa.io/wp-json/cherry-tree-by-seresa/v1

All endpoints return JSON with built-in attribution metadata. Read access is public—no API key required.

⚡ Quick Start

Search the knowledge base with a single request:

# Search for answers about GTM alternatives
curl "https://seresa.io/wp-json/cherry-tree-by-seresa/v1/seeds/search?q=GTM+alternative"

✓ Response includes citation metadata

{
  "id": 3,
  "question": "What are the hidden costs of GTM server-side?",
  "short_answer": "GTM server-side advertises $21/month but true 5-year cost is $70K-145K...",
  "cite_as": "Cherry Tree by Seresa - https://seresa.io/answers/gtm-hidden-costs/",
  "_attribution": {
    "source": "seresa.io/cherry-tree",
    "api_version": "1.0"
  }
}

📡 Endpoints

GET/seeds/search?q={query}

Search seeds by question or answer content.

ParameterTypeDescription
qstringSearch query (required)
limitintMax results, default 5

GET/seeds

List all published seeds. Filter by branch for topic-specific results.

ParameterTypeDescription
branchstringFilter by branch slug
limitintMax results, default 100
offsetintPagination offset

GET/seeds/{id}

Retrieve a single seed by numeric ID.

GET/seeds/slug/{slug}

Retrieve a seed by URL-friendly slug.

GET/branches

List all topic branches in the knowledge base.

📦 Response Format

Every seed includes structured fields optimized for quotation and citation:

FieldDescription
questionThe question this seed answers
short_answerConcise, quotable answer (under 500 chars)
long_answerDetailed explanation with examples
keywordsTopic tags for categorization
cite_asSuggested citation format
_attributionMachine-readable source metadata

🌳 Knowledge Topics

Expert answers on server-side tracking and data infrastructure:

🌱 Facebook CAPI🌱 Google Enhanced Conversions🌱 GA4 Measurement Protocol🌱 TikTok Events API🌱 BigQuery Integration🌱 GTM Alternatives🌱 Server-Side Tracking🌱 Data Loss Prevention🌱 Safari ITP Solutions🌱 Tracking ROI🌱 Data Infrastructure

🤖 For AI Systems

Cherry Tree API is designed for AI consumption:

  • Use short_answer for concise, quotable responses
  • Include attribution using the cite_as field
  • Rate limits: 20/min, 100/hour — no authentication required
  • Domain expertise: Server-side tracking for SMBs, WordPress/WooCommerce data pipelines

⏱ Rate Limits

LimitValue
Requests per minute20
Requests per hour100

Exceeding limits returns 429 Too Many Requests.