For developers who want to build their own integrations. While our MCP server already covers most needs for OpenClaw bots, you can also access our REST API directly.
All API requests require an API key to be passed in the Authorization header.
Authorization: Bearer YOUR_API_KEYRetrieves detailed morphological data and declensions for a given Russian word.
word (path) - The base form of the Russian word.Fetches example sentences containing a specific word or exact word form.
word (required) - The target word to find.form_word (optional) - The specific grammatical form to match.Generates a short, level-appropriate text in Russian based on a topic.
Breaks down a Russian sentence, providing grammatical analysis for each word.
Standard API keys are limited to 100 requests per minute. For higher limits, please check your account dashboard.