Various data from Weblate is available in machine-readable format.
RSS feeds
Follow the translation progress and all important changes from RSS feeds.
Project | URL | Link |
---|---|---|
Data Server | http://translate.gtaf.org/exports/rss/data-server/ | RSS |
Data Server/Quran Audio Reciters | http://translate.gtaf.org/exports/rss/data-server/quran-audio-reciters/ | RSS |
Data Server/Quran Topic Names | http://translate.gtaf.org/exports/rss/data-server/quran-topic-names/ | RSS |
Data Server/Data Server | http://translate.gtaf.org/exports/rss/data-server/glossary/ | RSS |
Per language RSS feeds are also available. Construct them by appending a language code to the URLs above.
Statistics
Translation statistics for every component in JSON format lets you use the data in other websites or tools.
Project | URL | Link |
---|---|---|
Data Server/Quran Audio Reciters | http://translate.gtaf.org/api/components/data-server/quran-audio-reciters/statistics/ | View |
Data Server/Quran Topic Names | http://translate.gtaf.org/api/components/data-server/quran-topic-names/statistics/ | View |
Data Server/Data Server | http://translate.gtaf.org/api/components/data-server/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_o4RgG4WXFqprbj0f0LWmYxWUCIO0TayoLU6g" \
http://translate.gtaf.org/api/components/data-server/quran-audio-reciters/translations/
Project | URL | Link |
---|---|---|
Data Server | http://translate.gtaf.org/api/projects/data-server/repository/ | Hook |
Data Server/Quran Audio Reciters | http://translate.gtaf.org/api/components/data-server/quran-audio-reciters/repository/ | Hook |
Data Server/Quran Topic Names | http://translate.gtaf.org/api/components/data-server/quran-topic-names/repository/ | Hook |
Data Server/Data Server | http://translate.gtaf.org/api/components/data-server/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_o4RgG4WXFqprbj0f0LWmYxWUCIO0TayoLU6g" \
http://translate.gtaf.org/api/projects/data-server/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.gtaf.org/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.gtaf.org/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.gtaf.org/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.gtaf.org/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.gtaf.org/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.gtaf.org/hooks/gitea/ | The documentation has detailed instructions |