Translation components API.

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

GET /api/components/mapotempo-doc/manual00-before_start/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 54,
            "total_words": 893,
            "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": 5724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es",
            "name": "Spanish",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual00-before_start/es/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual00-before_start/es/"
        },
        {
            "total": 54,
            "total_words": 893,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 16,
            "translated_percent": 1.8,
            "translated_words_percent": 1.7,
            "translated_chars": 113,
            "translated_chars_percent": 1.9,
            "total_chars": 5724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pt",
            "name": "Portuguese",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual00-before_start/pt/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual00-before_start/pt/"
        },
        {
            "total": 54,
            "total_words": 893,
            "last_change": "2021-02-16T14:18:05.888357Z",
            "recent_changes": 1,
            "translated": 54,
            "translated_words": 893,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5724,
            "translated_chars_percent": 100.0,
            "total_chars": 5724,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 3.7,
            "code": "en",
            "name": "English",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual00-before_start/en/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual00-before_start/en/"
        },
        {
            "total": 54,
            "total_words": 893,
            "last_change": "2021-04-04T06:37:43.085823Z",
            "recent_changes": 12,
            "translated": 53,
            "translated_words": 887,
            "translated_percent": 98.1,
            "translated_words_percent": 99.3,
            "translated_chars": 5605,
            "translated_chars_percent": 97.9,
            "total_chars": 5724,
            "fuzzy": 1,
            "fuzzy_percent": 1.8,
            "failing": 5,
            "failing_percent": 9.2,
            "code": "he",
            "name": "Hebrew",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual00-before_start/he/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual00-before_start/he/"
        }
    ]
}