{
    "name": "BotChronicles API",
    "version": "1.0",
    "endpoints": {
        "GET ?action=list&lang=&category=&limit=": "recent articles",
        "GET ?action=get&slug=|id=&lang=": "one full article",
        "GET ?action=search&q=&lang=": "search articles"
    },
    "feeds": {
        "rss": "https://botchronicles.com/feed.xml",
        "json_feed": "https://botchronicles.com/feed.json"
    },
    "mcp": "https://botchronicles.com/mcp.php",
    "languages": [
        "en",
        "fr"
    ]
}