Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/yast-update/master/gl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 107,
    "total_words": 979,
    "last_change": "2019-02-13T11:45:25.075715Z",
    "recent_changes": 5,
    "translated": 101,
    "translated_words": 896,
    "translated_percent": 94.3,
    "translated_words_percent": 91.5,
    "translated_chars": 5690,
    "translated_chars_percent": 91.8,
    "total_chars": 6195,
    "fuzzy": 2,
    "fuzzy_percent": 1.8,
    "failing": 5,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-update/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-update/master/gl/"
}