Translation components API.

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

GET /api/translations/ojs/pubIds-urn/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 65,
    "total_words": 584,
    "total_chars": 3430,
    "last_change": null,
    "recent_changes": 0,
    "translated": 64,
    "translated_words": 583,
    "translated_percent": 98.4,
    "translated_words_percent": 99.8,
    "translated_chars": 3422,
    "translated_chars_percent": 99.7,
    "fuzzy": 1,
    "fuzzy_percent": 1.5,
    "failing": 2,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/pubIds-urn/fr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/pubIds-urn/fr/"
}