{
  "schema_version": "1.0",
  "name": "SeniorDeli 康樂齡",
  "url": "https://www.seniordeli.com",
  "api": {
    "type": "openapi",
    "url": "https://www.seniordeli.com/openapi.json"
  },
  "contact": "info@seniordeli.com",
  "site": {
    "name": "SeniorDeli (康樂齡)",
    "url": "https://www.seniordeli.com",
    "description": "Hong Kong's leading IDDSI-compliant dysphagia care food brand. Restoring dignity and joy in eating for people with swallowing difficulties. Products developed at HKSTP; 7 patents; 17+ international awards; 200+ care homes and hospitals served.",
    "locales": [
      "en",
      "zh-HK",
      "zh-CN"
    ],
    "default_locale": "zh-HK",
    "contact_email": "info@seniordeli.com",
    "contact_whatsapp": "+852 6218 1647",
    "ai_contact_email": "info@seniordeli.com",
    "citation_policy": "Content is freely citable with attribution to 'SeniorDeli (www.seniordeli.com)'. All data endpoints are open (no auth, no rate limit beyond fair use).",
    "update_cadence": "Product data: on release. Blog: weekly. News/awards: on event."
  },
  "capabilities": [
    {
      "id": "product-catalogue",
      "description": "Full product catalogue with IDDSI levels, ingredients, packaging, and images.",
      "type": "read",
      "endpoints": [
        "/api/v1/products.json",
        "/api/v1/products/[slug].json"
      ]
    },
    {
      "id": "iddsi-reference",
      "description": "IDDSI framework levels 0–7 with descriptions and matching SeniorDeli products.",
      "type": "read",
      "endpoints": [
        "/api/v1/iddsi.json"
      ]
    },
    {
      "id": "eat10-scoring",
      "description": "EAT-10 dysphagia screening calculator. POST 10 answers (0–4 each) and receive score + clinical interpretation.",
      "type": "action",
      "endpoints": [
        "/api/v1/eat10"
      ],
      "method": "POST",
      "idempotent": true,
      "side_effects": "none"
    },
    {
      "id": "contact-form",
      "description": "Submit a contact / quote request. Requires user consent before calling on behalf of a user.",
      "type": "action",
      "endpoints": [
        "/api/contact"
      ],
      "method": "POST",
      "idempotent": false,
      "side_effects": "sends email to SeniorDeli team"
    },
    {
      "id": "blog",
      "description": "Educational blog posts on dysphagia, care food, and elderly nutrition.",
      "type": "read",
      "endpoints": [
        "/api/v1/blog.json",
        "/api/v1/blog/[slug].json"
      ]
    },
    {
      "id": "news-awards",
      "description": "Press coverage and award history.",
      "type": "read",
      "endpoints": [
        "/api/v1/news.json",
        "/api/v1/awards.json"
      ]
    },
    {
      "id": "tutorials-recipes",
      "description": "Video tutorials and IDDSI-compliant recipes.",
      "type": "read",
      "endpoints": [
        "/api/v1/tutorials.json",
        "/api/v1/recipes.json"
      ]
    },
    {
      "id": "standards",
      "description": "Care food standards: IDDSI, HKCA, T/SATA 094/084/085.",
      "type": "read",
      "endpoints": [
        "/api/v1/standards.json"
      ]
    },
    {
      "id": "search",
      "description": "Keyword search across all content.",
      "type": "read",
      "endpoints": [
        "/api/v1/search.json?q=..."
      ]
    },
    {
      "id": "markdown-pages",
      "description": "Any public page accessible as clean markdown via /api/v1/page.md?path=/en/about",
      "type": "read",
      "endpoints": [
        "/api/v1/page.md?path=..."
      ]
    }
  ],
  "app_api": {
    "type": "openapi",
    "url": "https://seniordeli-api.raymond-thu87.workers.dev/api/openapi",
    "description": "SeniorDeli app skill API — EAT-10, IDDSI Matcher, Snap-to-IDDSI, Recipe of Day, Caregiver Tip, Compliance Packs"
  },
  "founding_year": 2013,
  "area_served": [
    "HK",
    "CN-GD",
    "JP"
  ],
  "specialties": [
    "IDDSI",
    "Dysphagia",
    "Texture-Modified Food",
    "Elderly Nutrition",
    "Care Home Supply"
  ],
  "certifications": [
    "IDDSI Framework 2019",
    "T/SATA 094-2025",
    "T/SATA 084-2025",
    "T/SATA 085-2025"
  ],
  "discovery": {
    "openapi_spec": "https://www.seniordeli.com/openapi.json",
    "app_openapi_spec": "https://seniordeli-api.raymond-thu87.workers.dev/api/openapi",
    "data_index": "https://www.seniordeli.com/api/v1/index.json",
    "llms_txt": "https://www.seniordeli.com/llms.txt",
    "llms_full_txt": "https://www.seniordeli.com/llms-full.txt",
    "sitemap": "https://www.seniordeli.com/sitemap-index.xml",
    "actions_manifest": "https://www.seniordeli.com/.well-known/actions.json"
  },
  "no_newsletter_subscription": true,
  "pilotUrl": "https://www.seniordeli.com/pilot",
  "appUrl": "https://www.seniordeli.com/app"
}