{
    "name": "Xopapp Public API",
    "version": "1.0",
    "description": "Read-only catalogue data for Xopapp, a cash-on-delivery wellness and healthcare ordering service in Kota, Rajasthan.",
    "licence": "Free to read and cite with attribution to https://xopapp.example.in/",
    "endpoints": {
        "GET /api/categories": "All categories and sub-categories",
        "GET /api/products": "Products. Filters: ?category=slug&sub=slug&limit=n",
        "GET /api/product/{slug}": "A single product with full detail",
        "GET /api/search?q=term": "Full-text product search",
        "GET /api/serviceability/{pin}": "Whether a pincode is served"
    },
    "notes": [
        "All prices are in Indian Rupees and include GST.",
        "Payment is cash on delivery only. No online payment is accepted.",
        "No prescription medicines are sold. Wellness, OTC and devices only."
    ]
}