{
    "count" : 1,
    "docs"  : [{
        "id"         : 7,
        "slug"       : "docs-api",
        "title"      : "Docs JSON API",
        "category"   : "api",
        "tags"       : "api,json,search",
        "updated_at" : "2026-03-15 19:51:17",
        "snippet"    : "...body\nGET /api/categories              — list categories with counts\nGET /api/search?q=prometheus     — search alias\n```\n\n## <mark>Example</mark>\n\n```bash\n# List all docs\ncurl https://docs.notverygood.ru/api/docs | jq .\n\n# Search\ncurl \"https://docs..."
    }]
}