Translation components API.

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

GET /api/components/BOLTS/web-parts/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 321,
            "total_words": 1696,
            "last_change": "2017-03-23T17:53:39.706086Z",
            "recent_changes": 64,
            "translated": 123,
            "translated_words": 435,
            "translated_percent": 38.3,
            "translated_words_percent": 25.6,
            "translated_chars": 2950,
            "translated_chars_percent": 27.6,
            "total_chars": 10685,
            "fuzzy": 12,
            "fuzzy_percent": 3.7,
            "failing": 12,
            "failing_percent": 3.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 40,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://weblate.stbuehler.de/projects/BOLTS/web-parts/es/",
            "translate_url": "https://weblate.stbuehler.de/translate/BOLTS/web-parts/es/"
        },
        {
            "total": 321,
            "total_words": 1696,
            "last_change": "2018-06-10T18:22:22.478352Z",
            "recent_changes": 1,
            "translated": 99,
            "translated_words": 320,
            "translated_percent": 30.8,
            "translated_words_percent": 18.8,
            "translated_chars": 2153,
            "translated_chars_percent": 20.1,
            "total_chars": 10685,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.stbuehler.de/projects/BOLTS/web-parts/fr/",
            "translate_url": "https://weblate.stbuehler.de/translate/BOLTS/web-parts/fr/"
        },
        {
            "total": 321,
            "total_words": 1696,
            "last_change": "2014-09-22T08:49:11.897396Z",
            "recent_changes": 52,
            "translated": 314,
            "translated_words": 1643,
            "translated_percent": 97.8,
            "translated_words_percent": 96.8,
            "translated_chars": 10400,
            "translated_chars_percent": 97.3,
            "total_chars": 10685,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 11,
            "comments": 4,
            "code": "de",
            "name": "German",
            "url": "https://weblate.stbuehler.de/projects/BOLTS/web-parts/de/",
            "translate_url": "https://weblate.stbuehler.de/translate/BOLTS/web-parts/de/"
        },
        {
            "total": 321,
            "total_words": 1696,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 10685,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "sv",
            "name": "Swedish",
            "url": "https://weblate.stbuehler.de/projects/BOLTS/web-parts/sv/",
            "translate_url": "https://weblate.stbuehler.de/translate/BOLTS/web-parts/sv/"
        },
        {
            "total": 321,
            "total_words": 1696,
            "last_change": null,
            "recent_changes": 0,
            "translated": 321,
            "translated_words": 1696,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 10685,
            "translated_chars_percent": 100.0,
            "total_chars": 10685,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 321,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://weblate.stbuehler.de/projects/BOLTS/web-parts/en/",
            "translate_url": "https://weblate.stbuehler.de/translate/BOLTS/web-parts/en/"
        }
    ]
}