{
    "name": "ProxyCompass",
    "description": "Fast Datacenter Proxies",
    "url": "https:\/\/proxycompass.com",
    "home": "https:\/\/proxycompass.com\/tr",
    "gmt_offset": 0,
    "timezone_string": "UTC",
    "page_for_posts": 0,
    "page_on_front": 1137,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "rankmath\/v1",
        "rankmath\/v1\/setupWizard",
        "rankmath\/v1\/an",
        "wp-all-import\/v1",
        "mpp\/v2",
        "mpp\/v1",
        "wp-rocket\/v1",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/in",
        "rankmath\/v1\/status",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/proxycompass.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed verisinin al\u0131naca\u011f\u0131 kayna\u011f\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed verisinin al\u0131naca\u011f\u0131 kayna\u011f\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Kullan\u0131lacak oEmbed bi\u00e7imi.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "Piksel cinsinden g\u00f6mme \u00e7er\u00e7evesinin en fazla geni\u015fli\u011fi.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "Piksel cinsinden g\u00f6mme \u00e7er\u00e7evesinin en fazla y\u00fcksekli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Onaylanmam\u0131\u015f hizmet sa\u011flay\u0131c\u0131lar i\u00e7in oEmbed ke\u015fif iste\u011fi yap\u0131l\u0131p yap\u0131lmayaca\u011f\u0131.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12 karakterli bir Akismet API anahtar\u0131. akismet.com\/account adresinde mevcut",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "type": "boolean",
                            "description": "Do\u011fru ise Akismet en k\u00f6t\u00fc spam\u0131 spam klas\u00f6r\u00fcne koymak yerine otomatik olarak siler.",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "Do\u011fru ise yorum listesi sayfas\u0131ndaki her bir yorum yazar\u0131n\u0131n yan\u0131nda onaylanan yorum say\u0131s\u0131n\u0131 g\u00f6ster.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "\u0130statistiklerin al\u0131naca\u011f\u0131 zaman dilimi. Se\u00e7enekler: 60 g\u00fcn, 6 ay, t\u00fcm\u00fc",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "\u0130statistiklerin al\u0131naca\u011f\u0131 zaman dilimi. Se\u00e7enekler: 60 g\u00fcn, 6 ay, t\u00fcm\u00fc",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12 karakterli bir Akismet API anahtar\u0131. akismet.com\/account adresinde mevcut",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12 karakterli bir Akismet API anahtar\u0131. akismet.com\/account adresinde mevcut",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12 karakterli bir Akismet API anahtar\u0131. akismet.com\/account adresinde mevcut",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/akismet\/v1\/webhook": {
            "namespace": "akismet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/akismet\/v1\/webhook"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Mod\u00fcl k\u0131sa ismi",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Mod\u00fcl durumu a\u00e7\u0131k veya kapal\u0131",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "description": "Action to perform",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "mode": {
                            "type": "string",
                            "description": "Mode to set",
                            "enum": [
                                "easy",
                                "advanced",
                                "custom"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postScores": {
                            "type": "object",
                            "description": "Post scores",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchPage": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/searchPage"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Site token",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "Yaz\u0131 ID",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "Obje e\u015fsiz no",
                            "required": true
                        },
                        "objectType": {
                            "type": "string",
                            "default": "post",
                            "description": "Obje Tipi \u00f6rne\u011fin: yaz\u0131,terim,kullan\u0131c\u0131",
                            "required": true
                        },
                        "hasRedirect": {
                            "type": "boolean",
                            "description": "Whether the object has a redirect or not",
                            "required": true
                        },
                        "redirectionID": {
                            "type": "string",
                            "description": "Redirection ID",
                            "required": false
                        },
                        "redirectionUrl": {
                            "type": "string",
                            "description": "Redirection URL",
                            "required": false
                        },
                        "redirectionType": {
                            "type": "string",
                            "default": "301",
                            "description": "Y\u00f6nlendirme T\u00fcr\u00fc",
                            "enum": [
                                "301",
                                "302",
                                "307",
                                "410",
                                "451"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Obje Tipi \u00f6rne\u011fin: yaz\u0131,terim,kullan\u0131c\u0131",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Obje e\u015fsiz no",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta ekle veya veriyi g\u00fcncelle",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Obje Tipi \u00f6rne\u011fin: yaz\u0131,terim,kullan\u0131c\u0131",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Obje e\u015fsiz no",
                            "required": true
                        },
                        "schemas": {
                            "description": "veri eklemek veya g\u00fcncellemek i\u00e7in \u015femalar.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Selected posts to update the data for.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/setupWizard",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/setupWizard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/getStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/setupWizard\/getStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        },
                        "value": {
                            "type": "object",
                            "description": "Current Step Data",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/setupWizard\/updateStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateTrackingOptin": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enable_tracking": {
                            "type": "string",
                            "description": "Enable Tracking",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/setupWizard\/updateTrackingOptin"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveTemplate": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "Post ID.",
                            "required": false
                        },
                        "schema": {
                            "type": "object",
                            "description": "Schema data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/saveTemplate"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getVideoData": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "Nesne benzersiz kimli\u011fi",
                            "required": true
                        },
                        "url": {
                            "description": "Video URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/getVideoData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getKeywordPages": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "query": {
                            "description": "Query to search.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getKeywordPages"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/postsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getTrackedKeywords": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getTrackedKeywords"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getTrackedKeywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keyword to search.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "default": "default",
                            "enum": [
                                "default",
                                "keyword"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getTrackedKeywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getTrackedKeywordSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getTrackedKeywordSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/trackedKeywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/trackedKeywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/addTrackKeyword": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "keyword": {
                            "description": "Keyword to add.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/addTrackKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/autoAddFocusKeywords": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Data to add.",
                            "type": "object",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/autoAddFocusKeywords"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeTrackKeyword": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc",
                                "ASC",
                                "DESC"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/removeTrackKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/deleteTrackedKeywords": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/deleteTrackedKeywords"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getDesktopPagespeed": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Record id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "objectID": {
                            "description": "Post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "force": {
                            "description": "Force update pagespeed.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "isAdminBar": {
                            "description": "Is admin bar.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getDesktopPagespeed"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getMobilePagespeed": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Record id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "objectID": {
                            "description": "Post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "force": {
                            "description": "Force update pagespeed.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "isAdminBar": {
                            "description": "Is admin bar.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getMobilePagespeed"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/getPageSEOScore": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Record id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "objectID": {
                            "description": "Post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "force": {
                            "description": "Force update pagespeed.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "isAdminBar": {
                            "description": "Is admin bar.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/getPageSEOScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/postsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/inspectionStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/pingSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "apiKey": {
                            "description": "API Key.",
                            "type": "string",
                            "required": true
                        },
                        "username": {
                            "description": "Username.",
                            "type": "string",
                            "required": true
                        },
                        "plan": {
                            "description": "Plan.",
                            "type": "string",
                            "required": true
                        },
                        "keywords": {
                            "description": "Keywords.",
                            "type": "string",
                            "required": true
                        },
                        "settings": {
                            "description": "Settings.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/pingSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchIntent": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "The keyword used to determine the intent.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/searchIntent"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/importCSV": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/importCSV"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/cancelCsvImport": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/cancelCsvImport"
                    }
                ]
            }
        },
        "\/wp-all-import\/v1": {
            "namespace": "wp-all-import\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-all-import\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-all-import\/v1"
                    }
                ]
            }
        },
        "\/wp-all-import\/v1\/addon\/fields": {
            "namespace": "wp-all-import\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-all-import\/v1\/addon\/fields"
                    }
                ]
            }
        },
        "\/mpp\/v2": {
            "namespace": "mpp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "mpp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v2"
                    }
                ]
            }
        },
        "\/mpp\/v2\/profile-image\/me": {
            "namespace": "mpp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v2\/profile-image\/me"
                    }
                ]
            }
        },
        "\/mpp\/v2\/profile-image\/change": {
            "namespace": "mpp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v2\/profile-image\/change"
                    }
                ]
            }
        },
        "\/mpp\/v2\/get_users": {
            "namespace": "mpp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v2\/get_users"
                    }
                ]
            }
        },
        "\/mpp\/v2\/get_posts": {
            "namespace": "mpp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v2\/get_posts"
                    }
                ]
            }
        },
        "\/mpp\/v1": {
            "namespace": "mpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "mpp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/mpp\/v1"
                    }
                ]
            }
        },
        "\/mpp\/v1\/user\/(?P<id>\\d+)": {
            "namespace": "mpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-rocket\/v1": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-rocket\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/enable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        },
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/disable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/cpcss\/post\/(?P<id>[\\d]+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp-rocket\/v1\/support": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/support"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/dynamic_lists\/update": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/dynamic_lists\/update"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/options\/export": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/options\/export"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": false
                        },
                        "post_id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "page_url": {
                            "required": true
                        },
                        "source": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/rocket-insights\/pages"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages\/progress": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/rocket-insights\/pages\/progress"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocket-insights\/pages\/(?P<id>\\d+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "source": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp-rocket\/v1\/recommendations": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-rocket\/v1\/recommendations"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "The keyword to be researched.",
                            "type": "string",
                            "required": true
                        },
                        "country": {
                            "description": "The country for which the keyword should be researched.",
                            "type": "string",
                            "required": true
                        },
                        "objectID": {
                            "description": "The ID of the post initiating the keyword research request.",
                            "type": "integer",
                            "required": true
                        },
                        "force_update": {
                            "description": "If true, forces a fresh research request.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "content": {
                            "description": "The content of the new post.",
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "description": "The title of the new post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "outputs": {
                            "description": "An array of AI-generated and existing outputs to be saved.",
                            "type": "array",
                            "required": true
                        },
                        "endpoint": {
                            "description": "The API endpoint for which the output was generated.",
                            "type": "string",
                            "required": true
                        },
                        "isChat": {
                            "description": "Indicates if the request was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "The parameters used to generate the AI output.",
                            "type": "object",
                            "required": false
                        },
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "isChat": {
                            "description": "Indicates if the request to delete the output was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "index": {
                            "description": "The output index to delete, applicable only to the Chat endpoint.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The selected prompt to be updated in the recent prompts.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The prompt data to be saved in the database.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompts": {
                            "description": "A list of prompts received from the API to be saved in the database.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "plan": {
                            "description": "Content AI plan to update in the Database.",
                            "type": "string",
                            "required": true
                        },
                        "refreshDate": {
                            "description": "Content AI reset date to update in the Database",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attachmentIds": {
                            "description": "List of attachment IDs for which to generate alt text.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postType": {
                            "description": "Post Type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "preferences": {
                            "description": "User preferences.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Filter.",
                            "type": "string",
                            "required": false
                        },
                        "filterType": {
                            "description": "Filter type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "toggleBar": {
                            "description": "Toggle bar.",
                            "type": "boolean",
                            "required": false
                        },
                        "hide": {
                            "description": "Hide.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "urls": {
                            "description": "The list of urls to submit to the Instant Indexing API.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "filter": {
                            "description": "Filter log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filter": {
                            "description": "Clear log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/status",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/getViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status\/getViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/updateViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status\/updateViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/importSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status\/importSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/exportSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status\/exportSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/runBackup": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/rankmath\/v1\/status\/runBackup"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Sonu\u00e7 k\u00fcmesini categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Sonu\u00e7 k\u00fcmesini tags s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini tags s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Sonu\u00e7 k\u00fcmesini sabit \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Sabit yaz\u0131lar\u0131n g\u00f6z ard\u0131 edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Sonu\u00e7 k\u00fcmesini, verilen bir veya daha fazla bi\u00e7ime atanm\u0131\u015f \u00f6\u011felerle s\u0131n\u0131rlay\u0131n.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Varsay\u0131lan \u00f6zet uzunlu\u011funu ge\u00e7ersiz k\u0131l.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Varsay\u0131lan \u00f6zet uzunlu\u011funu ge\u00e7ersiz k\u0131l.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ortam t\u00fcr\u00fc veya ortam t\u00fcrlerinin ekleriyle s\u0131n\u0131rland\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir MIME t\u00fcr\u00fc veya MIME t\u00fcrlerinin ekleriyle s\u0131n\u0131rland\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ek dosya g\u00f6r\u00fcnt\u00fclenemedi\u011finde g\u00f6r\u00fcnt\u00fclenecek alternatif metin.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ek dosya ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n veri taban\u0131nda bulunan HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML alt yaz\u0131s\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ek dosya a\u00e7\u0131klamas\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n a\u00e7\u0131klamas\u0131, veri taban\u0131nda oldu\u011fu gibi .",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML a\u00e7\u0131klamas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ek dosyan\u0131n bulundu\u011fu yaz\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ek dosya g\u00f6r\u00fcnt\u00fclenemedi\u011finde g\u00f6r\u00fcnt\u00fclenecek alternatif metin.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ek dosya ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n veri taban\u0131nda bulunan HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML alt yaz\u0131s\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ek dosya a\u00e7\u0131klamas\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n a\u00e7\u0131klamas\u0131, veri taban\u0131nda oldu\u011fu gibi .",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML a\u00e7\u0131klamas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ek dosyan\u0131n bulundu\u011fu yaz\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Ek dosyan\u0131n e\u015fsiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "D\u00fczenlenen g\u00f6rsel dosyas\u0131n\u0131n ba\u011flant\u0131s\u0131.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "G\u00f6rsel d\u00fczenlemeleri dizisi.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "G\u00f6rsel d\u00fczenleme.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u00c7evir",
                                        "properties": {
                                            "type": {
                                                "description": "T\u00fcr\u00fc ters d\u00f6nd\u00fcr.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Ba\u011f\u0131ms\u0131z de\u011fi\u015fkenleri ters d\u00f6nd\u00fcr.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Y\u00f6n\u00fc ters d\u00f6nd\u00fcr.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Yatay y\u00f6nde d\u00f6nd\u00fcr\u00fcl\u00fcp d\u00f6nd\u00fcr\u00fclmeyece\u011fi.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Dikey y\u00f6nde d\u00f6nd\u00fcr\u00fcl\u00fcp d\u00f6nd\u00fcr\u00fclmeyece\u011fi.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "D\u00f6nd\u00fcrme",
                                        "properties": {
                                            "type": {
                                                "description": "D\u00f6nd\u00fcrme t\u00fcr\u00fc.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "D\u00f6nd\u00fcrme de\u011fi\u015fkenleri.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Derece olarak saat y\u00f6n\u00fcnde d\u00f6nd\u00fcrme a\u00e7\u0131s\u0131.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "K\u0131rp",
                                        "properties": {
                                            "type": {
                                                "description": "K\u0131rpma t\u00fcr\u00fc.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "K\u0131rpma de\u011fi\u015fkenleri.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "K\u0131rpmaya, g\u00f6rsel geni\u015fli\u011finin bir y\u00fczdesi olarak ba\u015flamak i\u00e7in soldan yatay konum.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "K\u0131rpmaya, g\u00f6rsel y\u00fcksekli\u011finin bir y\u00fczdesi olarak ba\u015flamak i\u00e7in \u00fcstten dikey konum.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "G\u00f6rsel geni\u015fli\u011finin y\u00fczdesi olarak k\u0131rpman\u0131n geni\u015fli\u011fi.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "G\u00f6rsel y\u00fcksekli\u011finin y\u00fczdesi olarak k\u0131rpman\u0131n y\u00fcksekli\u011fi.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "G\u00f6rseli saat y\u00f6n\u00fcnde derece cinsinden d\u00f6nd\u00fcrme miktar\u0131. KULLANIMDAN KALDIRILDI: Bunun yerine \"de\u011fi\u015ftiriciler\" kullan\u0131n.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, k\u0131rpman\u0131n ba\u015flayaca\u011f\u0131 x konumu. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, kesmenin ba\u015flayaca\u011f\u0131 y konumu. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, g\u00f6r\u00fcnt\u00fcn\u00fcn k\u0131rp\u0131laca\u011f\u0131 geni\u015flik. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, g\u00f6r\u00fcnt\u00fcn\u00fcn k\u0131rp\u0131laca\u011f\u0131 y\u00fckseklik. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "Ek dosya ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n veri taban\u0131nda bulunan HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML alt yaz\u0131s\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ek dosya a\u00e7\u0131klamas\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n a\u00e7\u0131klamas\u0131, veri taban\u0131nda oldu\u011fu gibi .",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML a\u00e7\u0131klamas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ek dosyan\u0131n bulundu\u011fu yaz\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ek dosya g\u00f6r\u00fcnt\u00fclenemedi\u011finde g\u00f6r\u00fcnt\u00fclenecek alternatif metin.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Sonu\u00e7 k\u00fcmesini menus s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini menus s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Sonu\u00e7 k\u00fcmesini wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Varsay\u0131lan \u00f6zet uzunlu\u011funu ge\u00e7ersiz k\u0131l.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Belirli bir yaz\u0131 kimli\u011fi ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Belirtilmi\u015f \u015fablon par\u00e7as\u0131 alan\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u015eablonlar\u0131 al\u0131nacak yaz\u0131 t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Alternatifi getirilecek \u015fablonun k\u0131saltmas\u0131",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Bir \u015fablonun \u00f6zel mi yoksa \u015fablon hiyerar\u015fisinin bir par\u00e7as\u0131 m\u0131 oldu\u011funu g\u00f6sterir",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Olu\u015fturulan \u015fablonun \u015fablon \u00f6n eki. Bu \u00f6n ek, ana \u015fablon t\u00fcr\u00fcn\u00fc ay\u0131klamak i\u00e7in kullan\u0131l\u0131r, \u00f6rne\u011fin `taxonomy-books` i\u00e7in `taxonomy` ay\u0131klan\u0131r",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Belirli bir yaz\u0131 kimli\u011fi ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Belirtilmi\u015f \u015fablon par\u00e7as\u0131 alan\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u015eablonlar\u0131 al\u0131nacak yaz\u0131 t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Alternatifi getirilecek \u015fablonun k\u0131saltmas\u0131",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Bir \u015fablonun \u00f6zel mi yoksa \u015fablon hiyerar\u015fisinin bir par\u00e7as\u0131 m\u0131 oldu\u011funu g\u00f6sterir",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Olu\u015fturulan \u015fablonun \u015fablon \u00f6n eki. Bu \u00f6n ek, ana \u015fablon t\u00fcr\u00fcn\u00fc ay\u0131klamak i\u00e7in kullan\u0131l\u0131r, \u00f6rne\u011fin `taxonomy-books` i\u00e7in `taxonomy` ay\u0131klan\u0131r",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu belirten e\u015fsiz k\u0131saltma.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Genel stiller s\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Genel stil s\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Tema belirteci",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Tema belirteci",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "Genel stil yap\u0131land\u0131rmas\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Genel bi\u00e7emler.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Genel ayarlar.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Genel bi\u00e7em \u00e7e\u015fidinin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Genel stillerin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Yaz\u0131 g\u00f6r\u00fcn\u00fcm\u00fc ayarlar\u0131 i\u00e7in kullan\u0131lan theme.json \u015femas\u0131n\u0131n s\u00fcr\u00fcm\u00fc.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "theme.json bi\u00e7imindeki font-family ayar\u0131. Dizge olarak kodlanm\u0131\u015f.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Yaz\u0131 g\u00f6r\u00fcn\u00fcm\u00fc ayarlar\u0131 i\u00e7in kullan\u0131lan theme.json \u015femas\u0131n\u0131n s\u00fcr\u00fcm\u00fc.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "theme.json bi\u00e7imindeki font-family ayar\u0131. Dizge olarak kodlanm\u0131\u015f.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn \u00fcst yaz\u0131 ailesinin kimli\u011fi.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn \u00fcst yaz\u0131 ailesinin kimli\u011fi.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Yaz\u0131 g\u00f6r\u00fcn\u00fcm\u00fc ayarlar\u0131 i\u00e7in kullan\u0131lan theme.json \u015femas\u0131n\u0131n s\u00fcr\u00fcm\u00fc.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "theme.json bi\u00e7imindeki font-face ayar\u0131. Dizge olarak kodlanm\u0131\u015f.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn \u00fcst yaz\u0131 ailesinin kimli\u011fi.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn \u00fcst yaz\u0131 ailesinin kimli\u011fi.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Yaz\u0131 tipi y\u00fcz\u00fcn\u00fcn e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/proxy-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/proxy-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/proxy-types\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Varsay\u0131lan \u00f6zet uzunlu\u011funu ge\u00e7ersiz k\u0131l.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/proxy-types\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/proxy-types\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/proxy-types\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/proxy-types\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/locations\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/locations\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/locations\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/locations\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/locations\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/use-cases": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/use-cases"
                    }
                ]
            }
        },
        "\/wp\/v2\/use-cases\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/use-cases\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/use-cases\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/use-cases\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/use-cases\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/free-proxies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/free-proxies"
                    }
                ]
            }
        },
        "\/wp\/v2\/free-proxies\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/free-proxies\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/free-proxies\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/free-proxies\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/free-proxies\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/knowledge-base": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "kb-categories": {
                            "description": "Sonu\u00e7 k\u00fcmesini kb-categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "kb-categories_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini kb-categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "kb-categories": {
                            "description": "kb-categories s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/knowledge-base"
                    }
                ]
            }
        },
        "\/wp\/v2\/knowledge-base\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Varsay\u0131lan \u00f6zet uzunlu\u011funu ge\u00e7ersiz k\u0131l.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "kb-categories": {
                            "description": "kb-categories s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/knowledge-base\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/knowledge-base\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/knowledge-base\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "kb-categories": {
                            "description": "kb-categories s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/knowledge-base\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/reviews": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/reviews"
                    }
                ]
            }
        },
        "\/wp\/v2\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/reviews\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/reviews\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/reviews\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/reviews\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rank_math_schema": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Arama girdisinin nas\u0131l yorumlanaca\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131saltma ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/rank_math_schema"
                    }
                ]
            }
        },
        "\/wp\/v2\/rank_math_schema\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Yaz\u0131 t\u00fcr\u00fcn\u00fcn alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Durumun alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131 t\u00fcr\u00fc ile ili\u015fkilendirilmi\u015f s\u0131n\u0131fland\u0131rmalarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "S\u0131n\u0131fland\u0131rman\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst terime atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fcye atanan konumlar.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u00dcst d\u00fczey sayfalar\u0131n bu men\u00fcye otomatik olarak eklenip eklenmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fcye atanan konumlar.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u00dcst d\u00fczey sayfalar\u0131n bu men\u00fcye otomatik olarak eklenip eklenmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/web-app-categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/web-app-categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/web-app-categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/integration-categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/integration-categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/integration-categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kb-categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst terime atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/kb-categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/kb-categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rank_math_redirection_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst terime atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/rank_math_redirection_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/rank_math_redirection_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Derlemeyi kullan\u0131c\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 kullan\u0131c\u0131 k\u0131saltmas\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirtilen belirli rollerden en az birine uyan kullan\u0131c\u0131lara s\u0131n\u0131rland\u0131r\u0131r. Virg\u00fcl ile ayr\u0131lm\u0131\u015f roller ya da tek bir rol kabul edilir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Sonu\u00e7 k\u00fcmesini, belirtilen yetkinliklerden en az biri ile e\u015fle\u015fen kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r. Virg\u00fcl ile ayr\u0131lm\u0131\u015f yetkinlikler ya da tek bir yetkinlik kabul edilebilir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Sonu\u00e7 k\u00fcmesini yazar olarak kabul edilen kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Sonu\u00e7 k\u00fcmesini yaz\u0131 yay\u0131nlayan kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "proxy-types": "proxy-types",
                                    "locations": "locations",
                                    "use-cases": "use-cases",
                                    "free-proxies": "free-proxies",
                                    "knowledge-base": "knowledge-base",
                                    "reviews": "reviews",
                                    "rm_content_editor": "rm_content_editor",
                                    "rank_math_schema": "rank_math_schema"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n oturum a\u00e7ma ad\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "es_ES",
                                "fr_FR",
                                "id_ID",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n oturum a\u00e7ma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "es_ES",
                                "fr_FR",
                                "id_ID",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kullan\u0131c\u0131lar\u0131n \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Silinen kullan\u0131c\u0131n\u0131n yaz\u0131lar\u0131n\u0131 ve ba\u011flant\u0131lar\u0131n\u0131 bu kullan\u0131c\u0131 kimli\u011fine atar.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n oturum a\u00e7ma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "es_ES",
                                "fr_FR",
                                "id_ID",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kullan\u0131c\u0131lar\u0131n \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Silinen kullan\u0131c\u0131n\u0131n yaz\u0131lar\u0131n\u0131 ve ba\u011flant\u0131lar\u0131n\u0131 bu kullan\u0131c\u0131 kimli\u011fine atar.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Uygulama taraf\u0131ndan benzersiz olarak tan\u0131mlamak i\u00e7in belirtilen bir UUID. URL veya DNS adland\u0131rma alan\u0131n\u0131n bulundu\u011fu bir UUID v5 kullan\u0131lmas\u0131 \u00f6nerilir.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Uygulama parolas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Uygulama taraf\u0131ndan benzersiz olarak tan\u0131mlamak i\u00e7in belirtilen bir UUID. URL veya DNS adland\u0131rma alan\u0131n\u0131n bulundu\u011fu bir UUID v5 kullan\u0131lmas\u0131 \u00f6nerilir.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Uygulama parolas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirli bir ISO8601 uyumlu tarihten sonra yay\u0131nlanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kullan\u0131c\u0131 kimliklerinin yorumlar\u0131 ile s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kullan\u0131c\u0131 kimliklerinin yorumlar\u0131n\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazar e-posta adresleriyle s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 belirli bir ISO8601 uyumlu tarihinden \u00f6nce yay\u0131nlanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yorum \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst \u00f6ge kimliklerini ta\u015f\u0131yan yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesine belirli \u00fcst \u00f6ge kimliklerinin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yaz\u0131 kimliklerinin yorumlar\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Sonu\u00e7 k\u00fcmesini belirli durumlar atanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir t\u00fcre atanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "Yazar bir kullan\u0131c\u0131 ise, kullan\u0131c\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Yorum yazar\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Yorum yazar\u0131n\u0131n IP adresi.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Yorum yazar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Yazar yorumunun adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Yorum yazar\u0131n\u0131n kullan\u0131c\u0131 uygulamas\u0131 (taray\u0131c\u0131\/i\u015fletim sistemi).",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yorum i\u00e7in i\u00e7erik.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yorumun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yorumun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yorumun yay\u0131nlanma tarihi.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "GMT olarak yorumun yay\u0131nland\u0131\u011f\u0131 tarih.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Yorumun \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\u0130li\u015fkilendirilmi\u015f yaz\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Yorumun durumu.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Not \u00e7\u00f6z\u00fclme durumu",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Yorumun \u00fcst yaz\u0131s\u0131n\u0131n parolas\u0131 (yaz\u0131 parola ile korunuyorsa).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "Yazar bir kullan\u0131c\u0131 ise, kullan\u0131c\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Yorum yazar\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Yorum yazar\u0131n\u0131n IP adresi.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Yorum yazar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Yazar yorumunun adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Yorum yazar\u0131n\u0131n kullan\u0131c\u0131 uygulamas\u0131 (taray\u0131c\u0131\/i\u015fletim sistemi).",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yorum i\u00e7in i\u00e7erik.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yorumun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yorumun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yorumun yay\u0131nlanma tarihi.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "GMT olarak yorumun yay\u0131nland\u0131\u011f\u0131 tarih.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "Yorumun \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u0130li\u015fkilendirilmi\u015f yaz\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Yorumun durumu.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Not \u00e7\u00f6z\u00fclme durumu",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        },
                        "password": {
                            "description": "Yorumun \u00fcst yaz\u0131s\u0131n\u0131n parolas\u0131 (yaz\u0131 parola ile korunuyorsa).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Sonucu, bir nesne t\u00fcr\u00fcn\u00fcn \u00f6geleriyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Sonucu bir ya da birka\u00e7 nesne alt t\u00fcr\u00fcn\u00fcn \u00f6geleriyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "proxy-types",
                                    "locations",
                                    "use-cases",
                                    "free-proxies",
                                    "knowledge-base",
                                    "reviews",
                                    "category",
                                    "post_tag",
                                    "web-app-categories",
                                    "integration-categories",
                                    "kb-categories",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Blo\u011fun benzersiz kay\u0131tl\u0131 ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Blo\u011fun \u00f6znitelikleri.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "Yaz\u0131 ba\u011flam\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Blok ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "Ba\u015fl\u0131k",
                            "description": "Site ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Slogan",
                            "description": "Site slogan\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Site adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Bu adres, yeni kullan\u0131c\u0131 bildirimleri gibi y\u00f6netim i\u015flemleri i\u00e7in kullan\u0131l\u0131r.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Sizinle ayn\u0131 saat diliminde bir il.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "T\u00fcm tarih dizgeleri i\u00e7in tarih bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "T\u00fcm zaman dizgeleri i\u00e7in zaman bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Haftan\u0131n hangi g\u00fcnde ba\u015flayaca\u011f\u0131n\u0131 g\u00f6steren g\u00fcn\u00fcn hafta i\u00e7indeki numaras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress yerel kodu.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": ":-) ve :-P gibi ifadeleri g\u00f6r\u00fcnt\u00fclerken grafiklere \u00e7evir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Varsay\u0131lan yaz\u0131 kategorisi.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Varsay\u0131lan yaz\u0131 bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Bir sayfadaki en fazla yaz\u0131 say\u0131s\u0131",
                            "description": "En fazla blog sayfalar\u0131 g\u00f6z\u00fck\u00fcr.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "\u00d6nde g\u00f6r\u00fcnt\u00fcle",
                            "description": "\u00d6n sayfada g\u00f6r\u00fcnt\u00fclenecekler",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "\u00d6ndeki sayfa",
                            "description": "\u00d6n sayfada g\u00f6r\u00fcnt\u00fclenmesi gereken sayfan\u0131n kimli\u011fi",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "Son yaz\u0131lar\u0131n g\u00f6r\u00fcnt\u00fclenece\u011fi sayfan\u0131n kimli\u011fi",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Di\u011fer bloglardan yeni makaleler i\u00e7in ba\u011flant\u0131 bildirimleri (geri ba\u011flant\u0131lar ve geri izlemeler) yap\u0131labilsin.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Yeni yaz\u0131lara yorum yap\u0131labilsin",
                            "description": "\u0130nsanlar yeni yaz\u0131lara yorum yapabilsin.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Site logosu.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Simge",
                            "description": "Site simgesi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f temayla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Teman\u0131n stil dosyas\u0131. Bu dosya, temay\u0131 benzersiz bir \u015fekilde tan\u0131mlar.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Sonu\u00e7lar\u0131, belirtilen durumdaki eklentilerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org eklenti dizini k\u0131saltmas\u0131.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Eklenti etkinle\u015ftirme durumu.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Eklenti etkinle\u015ftirme durumu.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Kay\u0131tl\u0131 kenar \u00e7ubu\u011funun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u0130\u00e7 i\u00e7e yerle\u015ftirilmi\u015f bile\u015fenler.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fenin ge\u00e7erli kopya ayarlar\u0131.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Kopya ayarlar\u0131na kodlamak i\u00e7in serile\u015ftirilmi\u015f bile\u015fen formu verileri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fenin ge\u00e7erli kopya ayarlar\u0131.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Bile\u015fenin d\u00f6nece\u011fi kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Bile\u015fen i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Bile\u015fen t\u00fcr\u00fc. Bile\u015fen t\u00fcr\u00fc u\u00e7 noktalar\u0131n\u0131n kimli\u011fine kar\u015f\u0131l\u0131k gelir.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "Bile\u015fenin bulundu\u011fu kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fen kopya ayarlar\u0131, destekleniyorsa.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Kopya ayarlar\u0131n\u0131n Base64 ile kodlanm\u0131\u015f hali.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Kopya ayarlar\u0131n\u0131n \u015fifrelenmi\u015f karmas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Kodlanmam\u0131\u015f kopya ayarlar\u0131, destekleniyorsa.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Bile\u015fen y\u00f6netici formundan adres kodlu form verileri. Kopyalamay\u0131 desteklemeyen bir pencere \u00f6gesini g\u00fcncellemek i\u00e7in kullan\u0131l\u0131r. Yaln\u0131zca yaz\u0131labilir.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Bile\u015fen i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Bile\u015fen t\u00fcr\u00fc. Bile\u015fen t\u00fcr\u00fc u\u00e7 noktalar\u0131n\u0131n kimli\u011fine kar\u015f\u0131l\u0131k gelir.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Bile\u015fenin bulundu\u011fu kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Bile\u015fen kopya ayarlar\u0131, destekleniyorsa.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Kopya ayarlar\u0131n\u0131n Base64 ile kodlanm\u0131\u015f hali.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Kopya ayarlar\u0131n\u0131n \u015fifrelenmi\u015f karmas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Kodlanmam\u0131\u015f kopya ayarlar\u0131, destekleniyorsa.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Bile\u015fen y\u00f6netici formundan adres kodlu form verileri. Kopyalamay\u0131 desteklemeyen bir pencere \u00f6gesini g\u00fcncellemek i\u00e7in kullan\u0131l\u0131r. Yaln\u0131zca yaz\u0131labilir.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Bile\u015fen kald\u0131r\u0131lacak m\u0131, yoksa etkin olmayan kenar \u00e7ubu\u011funa m\u0131 ta\u015f\u0131nacak.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Sonu\u00e7 k\u00fcmesini, arama terimiyle e\u015fle\u015fen bloklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Sonu\u00e7lar\u0131 bir kategori kimli\u011fiyle e\u015fle\u015fenler ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Sonu\u00e7lar\u0131 bir anahtar s\u00f6zc\u00fck kimli\u011fiyle e\u015fle\u015fenler ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7lar\u0131 bir modelle (k\u0131saltma) e\u015fle\u015fenlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u0130\u015flenecek adres.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Men\u00fc konumunun alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Yetenek kategorisi i\u00e7in benzersiz kimlik.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Yetenek i\u00e7in benzersiz kimlik.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Yetenek y\u00fcr\u00fctme i\u00e7in girdi parametreleri.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Sonu\u00e7lar\u0131 belirli yetenek kategorilerindeki yeteneklerle s\u0131n\u0131rland\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Yetenek i\u00e7in benzersiz kimlik.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 466010,
    "site_icon": 466012,
    "site_icon_url": "https:\/\/proxycompass.com\/wp-content\/uploads\/2024\/02\/cropped-favicon.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/media\/466010"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/proxycompass.com\/tr\/wp-json\/wp\/v2\/media\/466012"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}