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
Opengist http://tr.opengist.io/exports/rss/_/ RSS
Opengist/Opengist http://tr.opengist.io/exports/rss/_/opengist/ RSS
Opengist/Glossary http://tr.opengist.io/exports/rss/_/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
Opengist/Opengist http://tr.opengist.io/api/components/_/opengist/statistics/ View
Opengist/Glossary http://tr.opengist.io/api/components/_/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token wlu_cvHoUX9Ao8HPNIEmbIdxc8ptwgbiBqNy43uR" \
    http://tr.opengist.io/api/components/_/opengist/translations/
Project URL Link
Opengist http://tr.opengist.io/api/projects/_/repository/ Hook
Opengist/Opengist http://tr.opengist.io/api/components/_/opengist/repository/ Hook
Opengist/Glossary http://tr.opengist.io/api/components/_/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_cvHoUX9Ao8HPNIEmbIdxc8ptwgbiBqNy43uR" \
    http://tr.opengist.io/api/projects/_/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://tr.opengist.io/hooks/github/ The documentation has detailed instructions
GitLab http://tr.opengist.io/hooks/gitlab/ The documentation has detailed instructions
Bitbucket http://tr.opengist.io/hooks/bitbucket/ The documentation has detailed instructions
Pagure http://tr.opengist.io/hooks/pagure/ The documentation has detailed instructions
Azure Repos http://tr.opengist.io/hooks/azure/ The documentation has detailed instructions
Gitea http://tr.opengist.io/hooks/gitea/ The documentation has detailed instructions