Languages API.

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

GET /api/languages/pt_PT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1837,
    "total_words": 4608,
    "last_change": "2019-06-14T20:59:35.810191Z",
    "recent_changes": 1,
    "translated": 841,
    "translated_words": 1898,
    "translated_percent": 45.7,
    "translated_words_percent": 41.1,
    "translated_chars": 11622,
    "translated_chars_percent": 40.8,
    "total_chars": 28423,
    "fuzzy": 114,
    "fuzzy_percent": 6.2,
    "failing": 75,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "https://t.naviter.com/languages/pt_PT/"
}