This is a XML-RPC service. You can call the following methods using a XML-RPC client.
Method: get_languages
Returns a "key->value" structure with both short and long names of the
registered languages.
Keys:
long_name -- Full name (e.g., Brazilian Portuguese, English, French)
short_name -- Abbreviated name (e.g., pt_BR, en, fr)
Method: get_status
Returns a "key -> value" structure with Pylyglot stats.
Keys:
total_packages -- Number of registered packages.
total_languages -- Number of registered languages.
total_translations - Number of registered translations.
Method: get_translation
Arguments:
language -- Translated term language.
term -- Term to translate.
Keys of the structure returned:
original -- The original untranslated message.
translation -- Translated term.
packages -- Packages that contain the original message.