Translation components API.

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

GET /api/translations/camerafv5/app-legacy/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "total": 390,
    "total_words": 1954,
    "last_change": "2024-09-19T10:42:25.824055Z",
    "last_author": "Alexandra Dodeles",
    "translated": 390,
    "translated_words": 1954,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.5,
    "url": "http://localization.fgae.de/engage/camerafv5/pt_BR/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app-legacy/pt_BR/"
}