Translation components API.

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

GET /api/translations/pdfcreator/messages/gl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2019-07-12T19:44:06.702148Z",
    "recent_changes": 17,
    "translated": 101,
    "translated_words": 365,
    "translated_percent": 7.7,
    "translated_words_percent": 4.8,
    "translated_chars": 2191,
    "translated_chars_percent": 4.6,
    "total_chars": 47207,
    "fuzzy": 196,
    "fuzzy_percent": 15.1,
    "failing": 107,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/gl/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/gl/"
}