{
    "name": "textyle font API",
    "version": 1,
    "base": "https://textyle.net/api",
    "endpoints": {
        "GET /api/fonts": "전체 폰트 목록",
        "GET /api/fonts/{slug}": "폰트 상세"
    },
    "count": 89,
    "rate_limit": {
        "limit": 300,
        "window": "1 hour",
        "scope": "IP"
    },
    "docs": "https://textyle.net/api-docs.php"
}