ChatHub

Public API

Access ChatHub community data via REST API

Public endpoints — no auth required
JSON responses

Base URL

https://chathubapp.base44.app
Forum
Forum Endpoints
GET
/api/ForumCategory/list
Public

List all forum categories

GET
/api/ForumPost/list
Public

List all forum posts

GET
/api/ForumPost/filter?category_id=ID
Public

Get posts in a category

GET
/api/ForumReply/filter?post_id=ID
Public

Get replies for a post

Chess
Chess Endpoints
GET
/api/ChessGame/list
Public

List all chess games

GET
/api/ChessGame/filter?status=active
Public

Get active games

Wordle
Wordle Endpoints
GET
/api/WordleAttempt/list
Public

List all wordle attempts

GET
/api/WordleGame/filter?is_active=true
Public

Get today's active wordle

Community
Community Endpoints
GET
/api/Announcement/list
Public

List all announcements

GET
/api/Tournament/list
Public

List all tournaments

GET
/api/Team/list
Public

List all teams

GET
/api/Video/list
Public

List shared videos

Example Usage

Fetch forum categories with JavaScript:

fetch('https://chathubapp.base44.app/api/ForumCategory/list')
  .then(r => r.json())
  .then(data => console.log(data));

All data is read-only via public endpoints. For write access, authentication is required.

🔼

Product Hunt

ChathubApp

base44
Edit with Base44