Translation components API.

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

GET /api/translations/f-droid/fdroidserver/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 580,
    "total_words": 3842,
    "total_chars": 25045,
    "last_change": "2024-05-14T10:25:33.630459Z",
    "recent_changes": 0,
    "translated": 552,
    "translated_words": 3617,
    "translated_percent": 95.1,
    "translated_words_percent": 94.1,
    "translated_chars": 23656,
    "translated_chars_percent": 94.4,
    "fuzzy": 15,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 134,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 831,
    "fuzzy_chars_percent": 3.3,
    "failing": 9,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/",
    "translate_url": "https://hosted.weblate.org/translate/f-droid/fdroidserver/pt/"
}