Skip to main content
Public API

Build with Sheelon

Power your applications with Sheelon's REST API. Create quizzes, host games, and track player results — all programmatically.

Get Your API Key

API Overview

The Sheelon REST API v1 allows you to programmatically access your quizzes and host games. All endpoints return JSON and use standard HTTP methods.

Base URL

https://sheelon.me/api/v1

Version

v1

Format

JSON

Authentication

API Key (X-API-Key header)

Quick Start

Get up and running in three simple steps:

  1. 1Create an API key from your settings page
  2. 2Make your first API call using the example below
  3. 3Explore the endpoints tab for the full API reference
bash
curl https://sheelon.me/api/v1/quizzes \
  -H "X-API-Key: sk_live_YOUR_API_KEY"