Free API for conjugating Russian verbs in all tenses (present, past, future)
Project description
ru-api-free
Free API for conjugating Russian verbs in all tenses (present, past, future).
Install
pip install ru-api-free
Usage
Start the API server:
ru-api-free
Or directly with uvicorn:
uvicorn ru_api_free.main:app
The API will be available at http://localhost:8000. Open http://localhost:8000/docs for interactive documentation.
Endpoints
| Endpoint | Description |
|---|---|
GET /conjugate?verb={verb} |
Get full conjugation of a Russian verb |
GET /translate?english={word} |
Enter an English verb, get Russian conjugation |
GET /verbs |
List all available verbs |
GET /search?q={query} |
Search for verbs |
GET /exceptions |
List all verbs with conjugation exceptions |
GET /exceptions/{verb} |
Get exceptions for a specific verb |
Python API
from ru_api_free import conjugate
result, status = conjugate("читать")
print(result)
from ru_api_free import translate_en_to_ru
russian = translate_en_to_ru("read")
print(russian) # читать
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ru_api_free-1.0.1.tar.gz.
File metadata
- Download URL: ru_api_free-1.0.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e17ba7e0a0294e93e01312bffc9f911f88d492b553fd4bbd5ae07080b2143d
|
|
| MD5 |
b338ddbe5dca0ec4f21e190932047dc0
|
|
| BLAKE2b-256 |
f13728956738d1141232526befa8bc24ec912c98ec00f32f677bd011a5d0e552
|
File details
Details for the file ru_api_free-1.0.1-py3-none-any.whl.
File metadata
- Download URL: ru_api_free-1.0.1-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9835e3f497e9ce259526ffe430f657e4ac6c46760ed1480e8f8db74d42dfc7e8
|
|
| MD5 |
67ed03fe63de4014eb5650f26a102877
|
|
| BLAKE2b-256 |
e31cec6d3f7d6e3a23e8078c06b0023acc9d559ed6181e21c79dd4ed52509687
|