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
Field Desktop http://weblate.dainst.org/exports/rss/field-desktop/ RSS
Field Desktop/Application initialization http://weblate.dainst.org/exports/rss/field-desktop/application-initialization/ RSS
Field Desktop/Application window http://weblate.dainst.org/exports/rss/field-desktop/application-window/ RSS
Field Desktop/Configuration (Core) http://weblate.dainst.org/exports/rss/field-desktop/configuration-core/ RSS
Field Desktop/Configuration (Library) http://weblate.dainst.org/exports/rss/field-desktop/configuration-library/ RSS
Field Desktop/Configuration templates http://weblate.dainst.org/exports/rss/field-desktop/configuration-templates/ RSS
Field Desktop/Default valuelists http://weblate.dainst.org/exports/rss/field-desktop/default-valuelists/ RSS
Field Desktop/Sample data http://weblate.dainst.org/exports/rss/field-desktop/sample-data/ RSS
Field Desktop/User interface http://weblate.dainst.org/exports/rss/field-desktop/user-interface/ RSS
Field Desktop/Field Desktop http://weblate.dainst.org/exports/rss/field-desktop/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
Field Desktop/Application initialization http://weblate.dainst.org/api/components/field-desktop/application-initialization/statistics/ View
Field Desktop/Application window http://weblate.dainst.org/api/components/field-desktop/application-window/statistics/ View
Field Desktop/Configuration (Core) http://weblate.dainst.org/api/components/field-desktop/configuration-core/statistics/ View
Field Desktop/Configuration (Library) http://weblate.dainst.org/api/components/field-desktop/configuration-library/statistics/ View
Field Desktop/Configuration templates http://weblate.dainst.org/api/components/field-desktop/configuration-templates/statistics/ View
Field Desktop/Default valuelists http://weblate.dainst.org/api/components/field-desktop/default-valuelists/statistics/ View
Field Desktop/Sample data http://weblate.dainst.org/api/components/field-desktop/sample-data/statistics/ View
Field Desktop/User interface http://weblate.dainst.org/api/components/field-desktop/user-interface/statistics/ View
Field Desktop/Field Desktop http://weblate.dainst.org/api/components/field-desktop/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_QdWjhQgXbG9nMONjActwiXv5etLgUuITL49G" \
    http://weblate.dainst.org/api/components/field-desktop/application-initialization/translations/
Project URL Link
Field Desktop http://weblate.dainst.org/api/projects/field-desktop/repository/ Hook
Field Desktop/Application initialization http://weblate.dainst.org/api/components/field-desktop/application-initialization/repository/ Hook
Field Desktop/Application window http://weblate.dainst.org/api/components/field-desktop/application-window/repository/ Hook
Field Desktop/Configuration (Core) http://weblate.dainst.org/api/components/field-desktop/configuration-core/repository/ Hook
Field Desktop/Configuration (Library) http://weblate.dainst.org/api/components/field-desktop/configuration-library/repository/ Hook
Field Desktop/Configuration templates http://weblate.dainst.org/api/components/field-desktop/configuration-templates/repository/ Hook
Field Desktop/Default valuelists http://weblate.dainst.org/api/components/field-desktop/default-valuelists/repository/ Hook
Field Desktop/Sample data http://weblate.dainst.org/api/components/field-desktop/sample-data/repository/ Hook
Field Desktop/User interface http://weblate.dainst.org/api/components/field-desktop/user-interface/repository/ Hook
Field Desktop/Field Desktop http://weblate.dainst.org/api/components/field-desktop/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_QdWjhQgXbG9nMONjActwiXv5etLgUuITL49G" \
    http://weblate.dainst.org/api/projects/field-desktop/repository/

Weblate also supports direct notifications from several code hosting sites:

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