Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ru_api_free-1.0.0.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ru_api_free-1.0.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file ru_api_free-1.0.0.tar.gz.

File metadata

  • Download URL: ru_api_free-1.0.0.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for ru_api_free-1.0.0.tar.gz
Algorithm Hash digest
SHA256 47111a148496414979b9e39c2ded05fcf37ac3db10e3dd65d50b8e691584fcf3
MD5 8e5ad39f188e8224594a1d78d6bd1657
BLAKE2b-256 53ffe6bb0810d938ed827b9ef95a55f1bdcfa265ac8965a4b4fd88579897708b

See more details on using hashes here.

File details

Details for the file ru_api_free-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ru_api_free-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for ru_api_free-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 118c8b4cd58a64bdf6e85119f8ae351c6e7f685f110b9daa61dad1718faa8a0a
MD5 7f0fca4f74cfc13f92be514636bd2d71
BLAKE2b-256 050c31e062c5579243cdcd7d275df481b108f4d9c3d5482d6a1bc7cde957727b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page