Commit 9d3e02f2 authored by Michal Čihař's avatar Michal Čihař

Document available data

parent bc74dbf2
......@@ -45,7 +45,9 @@ Weblate provides various exports to allow you further process the data.
Retrieves statistics for given subproject in JSON format.
Example response::
Example response:
.. code-block:: json
[
{
......@@ -92,6 +94,27 @@ Weblate provides various exports to allow you further process the data.
},
]
Included data:
``code``
language code
``failing``, ``failing_percent``
number and percentage of failing checks
``fuzzy``, ``fuzzy_percent``
number and percentage of fuzzy strings
``last_author``
name of last author
``last_change``
date of last change
``name``
language name
``total``
total number of strings
``translated``, ``translated_percet``
number and percentage of translated strings
``url``
URL to access the translation
.. _rss:
RSS feeds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment