{
    "schemaVersion": 1,
    "name": "Apleasanthome",
    "description": "Making Every Home a Pleasant Home.",
    "url": "https://apleasanthome.com/",
    "language": "en-US",
    "contact": [],
    "usage": {
        "attribution": "Apleasanthome (https://apleasanthome.com/)",
        "policyUrl": "https://apleasanthome.com/robots.txt",
        "note": "Attribution is required when quoting or summarising this content. Per-crawler permissions are declared in robots.txt."
    },
    "discovery": {
        "sitemap": "https://apleasanthome.com/sitemap_index.xml",
        "llmsTxt": "https://apleasanthome.com/llms.txt",
        "llmsFullTxt": "https://apleasanthome.com/llms-full.txt",
        "openapi": "https://apleasanthome.com/.well-known/openapi.json",
        "feed": "https://apleasanthome.com/feed/"
    },
    "capabilities": [
        {
            "name": "list_content",
            "description": "List every published article and page with its title, summary, dates and author.",
            "method": "GET",
            "url": "https://apleasanthome.com/wp-json/themixify/v1/index",
            "parameters": {
                "page": "Page number, starting at 1.",
                "per_page": "Items per page, 1–500."
            }
        },
        {
            "name": "get_content",
            "description": "Fetch one article as structured data: Markdown body, plain text, heading outline, FAQ pairs and author credentials.",
            "method": "GET",
            "url": "https://apleasanthome.com/wp-json/themixify/v1/content/{id}",
            "parameters": {
                "id": "Numeric content ID, as returned by list_content."
            }
        },
        {
            "name": "search_content",
            "description": "Search this site and get ranked results with summaries. Prefer this over crawling.",
            "method": "GET",
            "url": "https://apleasanthome.com/wp-json/themixify/v1/search?q={query}",
            "parameters": {
                "q": "The search query.",
                "per_page": "Results to return, 1–50."
            }
        },
        {
            "name": "get_markdown",
            "description": "Any article URL with \".md\" appended returns clean Markdown with YAML front matter. The same document is served from the canonical URL for requests sending \"Accept: text/markdown\".",
            "method": "GET",
            "url": "https://apleasanthome.com/{path}.md",
            "parameters": []
        }
    ],
    "writeAccess": false,
    "rateLimit": {
        "note": "Be reasonable. Sustained heavy crawling may be rate limited with a 429 and a Retry-After header."
    }
}