Languages API.

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

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

{
    "total": 736,
    "total_words": 3159,
    "last_change": "2019-10-31T15:40:43.030482Z",
    "recent_changes": 271,
    "translated": 262,
    "translated_words": 1293,
    "translated_percent": 35.5,
    "translated_words_percent": 40.9,
    "translated_chars": 7981,
    "translated_chars_percent": 40.6,
    "total_chars": 19641,
    "fuzzy": 33,
    "fuzzy_percent": 4.4,
    "failing": 18,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://weblate.info.ucl.ac.be/languages/pt/"
}