{
    "status": "MindKnit API",
    "version": "2.0",
    "routes": {
        "GET \/episode": "All episodes",
        "GET \/episode\/{id}": "Episode detail",
        "GET \/character": "All characters",
        "GET \/character\/{id}": "Character detail",
        "GET \/location": "All locations",
        "GET \/location\/{id}": "Location detail",
        "GET \/mystery": "All mysteries",
        "GET \/mystery\/{id}": "Mystery detail",
        "GET \/symbol": "All symbols",
        "GET \/symbol\/{id}": "Symbol detail",
        "GET \/node\/{id}": "Lore node",
        "GET \/random": "Random node",
        "GET \/status": "System status (dev only)"
    }
}