{
  "name": "NEKONET API Proxy",
  "version": "1.0.0",
  "description": "Cloudflare Worker that proxies & caches the NEKONET WP REST API.",
  "upstream": "https://nekonet.net",
  "docs": "https://nekonet-api.instw.org/__schema",
  "health": "https://nekonet-api.instw.org/__health",
  "hints": {
    "list_posts": "https://nekonet-api.instw.org/wp/v2/posts",
    "get_post": "https://nekonet-api.instw.org/wp/v2/posts/{id}",
    "media": "https://nekonet-api.instw.org/wp/v2/media",
    "search": "https://nekonet-api.instw.org/wp/v2/search?search=keyword"
  }
}