🔌 PlatPhorm News API Documentation
Welcome to the open API for the PlatPhorm News global ecosystem. No authentication required. Build freely.
Base URL
https://api.platphormnews.com/v1Endpoints
GET/v1/
Returns network status and routing info.
Response:
{
"status": "online",
"message": "PlatPhorm News API v1",
"docs": "https://platphormnews.com/api/docs"
}GET/v1/mcp
Returns Model Context Protocol specifications.
Response:
{
"status": "online",
"protocol": "Model Context Protocol (MCP)",
"version": "1.0.0",
"stats": {
"activeNodes": 1,
"capabilities": ["read", "write", "search"],
"uptime": "24/7"
}
}