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 |
---|---|---|
JoinMobilizon | https://weblate.framasoft.org/exports/rss/joinmobilizon/ | RSS |
JoinMobilizon/FAQ | https://weblate.framasoft.org/exports/rss/joinmobilizon/faq/ | RSS |
JoinMobilizon/Hall of Fame | https://weblate.framasoft.org/exports/rss/joinmobilizon/hall-of-fame/ | RSS |
JoinMobilizon/Home | https://weblate.framasoft.org/exports/rss/joinmobilizon/home/ | RSS |
JoinMobilizon/Main | https://weblate.framasoft.org/exports/rss/joinmobilizon/main/ | RSS |
JoinMobilizon/Medias | https://weblate.framasoft.org/exports/rss/joinmobilizon/medias/ | RSS |
JoinMobilizon/News | https://weblate.framasoft.org/exports/rss/joinmobilizon/news/ | RSS |
JoinMobilizon/JoinMobilizon | https://weblate.framasoft.org/exports/rss/joinmobilizon/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 |
---|---|---|
JoinMobilizon/FAQ | https://weblate.framasoft.org/api/components/joinmobilizon/faq/statistics/ | View |
JoinMobilizon/Hall of Fame | https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/statistics/ | View |
JoinMobilizon/Home | https://weblate.framasoft.org/api/components/joinmobilizon/home/statistics/ | View |
JoinMobilizon/Main | https://weblate.framasoft.org/api/components/joinmobilizon/main/statistics/ | View |
JoinMobilizon/Medias | https://weblate.framasoft.org/api/components/joinmobilizon/medias/statistics/ | View |
JoinMobilizon/News | https://weblate.framasoft.org/api/components/joinmobilizon/news/statistics/ | View |
JoinMobilizon/JoinMobilizon | https://weblate.framasoft.org/api/components/joinmobilizon/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token dz1cmtBfIHaB2iYNVQHswS5xIefs9PcuXDC3TXXS" \
https://weblate.framasoft.org/api/components/joinmobilizon/faq/translations/
Project | URL | Link |
---|---|---|
JoinMobilizon | https://weblate.framasoft.org/api/projects/joinmobilizon/repository/ | Hook |
JoinMobilizon/FAQ | https://weblate.framasoft.org/api/components/joinmobilizon/faq/repository/ | Hook |
JoinMobilizon/Hall of Fame | https://weblate.framasoft.org/api/components/joinmobilizon/hall-of-fame/repository/ | Hook |
JoinMobilizon/Home | https://weblate.framasoft.org/api/components/joinmobilizon/home/repository/ | Hook |
JoinMobilizon/Main | https://weblate.framasoft.org/api/components/joinmobilizon/main/repository/ | Hook |
JoinMobilizon/Medias | https://weblate.framasoft.org/api/components/joinmobilizon/medias/repository/ | Hook |
JoinMobilizon/News | https://weblate.framasoft.org/api/components/joinmobilizon/news/repository/ | Hook |
JoinMobilizon/JoinMobilizon | https://weblate.framasoft.org/api/components/joinmobilizon/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token dz1cmtBfIHaB2iYNVQHswS5xIefs9PcuXDC3TXXS" \
https://weblate.framasoft.org/api/projects/joinmobilizon/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://weblate.framasoft.org/hooks/github/ | The documentation has detailed instructions |
GitLab | https://weblate.framasoft.org/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://weblate.framasoft.org/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://weblate.framasoft.org/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://weblate.framasoft.org/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://weblate.framasoft.org/hooks/gitea/ | The documentation has detailed instructions |