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 |
---|---|---|
Hadith Collection | http://translate.gtaf.org/exports/rss/hadith-collection/ | RSS |
Hadith Collection/Strings | http://translate.gtaf.org/exports/rss/hadith-collection/english/ | RSS |
Hadith Collection/Hadith Collection | http://translate.gtaf.org/exports/rss/hadith-collection/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 |
---|---|---|
Hadith Collection/Strings | http://translate.gtaf.org/api/components/hadith-collection/english/statistics/ | View |
Hadith Collection/Hadith Collection | http://translate.gtaf.org/api/components/hadith-collection/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/hadith-collection/english/translations/
Project | URL | Link |
---|---|---|
Hadith Collection | http://translate.gtaf.org/api/projects/hadith-collection/repository/ | Hook |
Hadith Collection/Strings | http://translate.gtaf.org/api/components/hadith-collection/english/repository/ | Hook |
Hadith Collection/Hadith Collection | http://translate.gtaf.org/api/components/hadith-collection/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/hadith-collection/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 |