Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "last_change": null,
    "recent_changes": 0,
    "translated": 86,
    "translated_words": 281,
    "translated_percent": 28.5,
    "translated_words_percent": 25.4,
    "translated_chars": 2127,
    "translated_chars_percent": 28.0,
    "total_chars": 7588,
    "fuzzy": 110,
    "fuzzy_percent": 36.5,
    "failing": 45,
    "failing_percent": 14.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://l10n.opensuse.org/projects/snapper/master/km/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/km/"
}