{
    "name": "WP Fast",
    "description": "Núcleo compatible con WordPress optimizado para LAMP.",
    "url": "https://wpfast.turbo5.com/",
    "home": "https://wpfast.turbo5.com/",
    "namespaces": [
        "wp/v2",
        "wp-fast/v1"
    ],
    "routes": {
        "/wp/v2/posts": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ]
        },
        "/wp/v2/media": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ]
        },
        "/wp-fast/v1/health": {
            "namespace": "wp-fast/v1",
            "methods": [
                "GET"
            ]
        },
        "/wp-fast/v1/cache/stats": {
            "namespace": "wp-fast/v1",
            "methods": [
                "GET"
            ]
        },
        "/wp-fast/v1/cache/purge": {
            "namespace": "wp-fast/v1",
            "methods": [
                "POST"
            ]
        },
        "/wp-fast/v1/compat/diagnostics": {
            "namespace": "wp-fast/v1",
            "methods": [
                "GET"
            ]
        }
    }
}