{
    "name": "Apteka Verano",
    "description": "Apteka internetowa - suplementy diety i preparaty zdrowotne",
    "url": "https://aptekaverano.pl",
    "home": "https://aptekaverano.pl",
    "gmt_offset": 2,
    "timezone_string": "Europe/Warsaw",
    "namespaces": [
        "oembed/1.0",
        "wp/v2"
    ],
    "authentication": [],
    "routes": {
        "/": {
            "namespace": "",
            "methods": [
                "GET"
            ]
        },
        "/oembed/1.0": {
            "namespace": "oembed/1.0",
            "methods": [
                "GET"
            ]
        },
        "/oembed/1.0/embed": {
            "namespace": "oembed/1.0",
            "methods": [
                "GET"
            ]
        },
        "/wp/v2": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ]
        },
        "/wp/v2/product": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ]
        },
        "/wp/v2/product/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "DELETE"
            ]
        },
        "/wp/v2/product_cat": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ]
        },
        "/wp/v2/product_cat/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "DELETE"
            ]
        }
    },
    "_links": {
        "help": [
            {
                "href": "https://developer.wordpress.org/rest-api/"
            }
        ]
    }
}