{
    "success": true,
    "message": "API funcionando perfeitamente!",
    "data": {
        "plugin_version": "1.0.3",
        "wordpress_version": "6.9.4",
        "site_name": "SimTax",
        "site_url": "https:\/\/simtax.com.br",
        "timezone": "America\/Sao_Paulo",
        "current_time": "2026-05-10T14:58:07-03:00",
        "endpoints": {
            "posts": "https:\/\/simtax.com.br\/api\/posts",
            "single_post": "https:\/\/simtax.com.br\/api\/posts\/{id}",
            "categories": "https:\/\/simtax.com.br\/api\/categories",
            "tags": "https:\/\/simtax.com.br\/api\/tags",
            "search": "https:\/\/simtax.com.br\/api\/search",
            "status": "https:\/\/simtax.com.br\/api\/status",
            "test": "https:\/\/simtax.com.br\/api\/test"
        },
        "features": {
            "cors_enabled": true,
            "search_enabled": true,
            "category_filter_enabled": true,
            "date_filter_enabled": true,
            "rate_limit_enabled": true,
            "cache_enabled": false
        },
        "debug_info": {
            "request_uri": "\/api\/status",
            "server_software": "LiteSpeed",
            "php_version": "8.3.30",
            "rewrite_rules_working": "This response means the API is working!"
        }
    },
    "timestamp": "2026-05-10T14:58:07-03:00"
}