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": 1971,
    "total_words": 21129,
    "last_change": "2020-12-12T16:31:49.702773Z",
    "recent_changes": 83,
    "translated": 123,
    "translated_words": 1714,
    "translated_percent": 6.2,
    "translated_words_percent": 8.1,
    "translated_chars": 10917,
    "translated_chars_percent": 9.0,
    "total_chars": 121220,
    "fuzzy": 1546,
    "fuzzy_percent": 78.4,
    "failing": 52,
    "failing_percent": 2.6,
    "name": "Portuguese (Portugal)",
    "url": "http://Translate.ArchiveEntertainment.com/languages/pt_PT/"
}