📚

API Documentation

The PlatPhorm News API v1 (REST & MCP)

General Information

Base URL: https://www.platphormnews.com
All endpoints return JSON and follow standard HTTP status codes.

Authentication

Public GET requests do not require authentication. POST requests (webhooks) require a valid Authorization header for non-public events.

Endpoints

GET /api/v1/health

Check system health and status.

GET /api/mcp

Retrieve MCP manifest and execute tool calls.

POST /api/mcp

Execute a named MCP tool (list_stories, get_games_stats, get_platform_stats, etc.).

Params: tool, params
POST /api/v1/webhooks

Endpoint for external integrations (Zapier/n8n).

Params: event, payload
GET /api/v1/network/graph

Fetch the full network graph (nodes & edges).

Params: filter, category
GET /api/games

PlatPhorm Games data proxy — catalog, servers, leaderboard, stats, or matches.

Params: type, game, mode, sort, limit, page