{
    "status": "online",
    "name": "Kointoko API",
    "version": "5.0",
    "author": "Kointoko.id",
    "description": "Game ID checker & validator API. Supports Zone ID / Server fields. Use /list-game to explore.",
    "features": [
        "Game ID Validation",
        "Zone ID / Server Support",
        "Bulk Check",
        "CSV Export",
        "History Log",
        "CSRF Protected",
        "Bcrypt Auth"
    ],
    "endpoints": [
        {
            "path": "/",
            "method": "GET",
            "desc": "API info (this page)"
        },
        {
            "path": "/?format=json",
            "method": "GET",
            "desc": "API info in JSON"
        },
        {
            "path": "/list-game",
            "method": "GET",
            "desc": "Game ID Validator \u2014 full dashboard"
        }
    ],
    "links": {
        "validator": "https://api.kointoko.id/list-game",
        "documentation": "https://kointoko.id"
    },
    "timestamp": "2026-04-18T12:19:52+00:00"
}