API Documentation

Standard Data Interface Service for Developers

Overview

We provide a RESTful API based on HTTP GET. All responses are returned in JSON format.

API Base URL: /api.php

Endpoints

GET ?action=getVersions

Get version list, supports filtering by type.

fetch('/api.php?action=getVersions&type=正式版') .then(response => response.json()) .then(data => console.log(data));
GET ?action=getVersion&id={id}

Get detailed information for a specific version.