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
Renewed Tab https://weblate.rubenwardy.com/exports/rss/renewed-tab/ RSS
Renewed Tab/Renewed Tab https://weblate.rubenwardy.com/exports/rss/renewed-tab/renewed-tab/ RSS
Renewed Tab/Website And BrowserStores https://weblate.rubenwardy.com/exports/rss/renewed-tab/website/ RSS
Renewed Tab/Glossary https://weblate.rubenwardy.com/exports/rss/renewed-tab/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
Renewed Tab/Renewed Tab https://weblate.rubenwardy.com/api/components/renewed-tab/renewed-tab/statistics/ View
Renewed Tab/Website And BrowserStores https://weblate.rubenwardy.com/api/components/renewed-tab/website/statistics/ View
Renewed Tab/Glossary https://weblate.rubenwardy.com/api/components/renewed-tab/glossary/statistics/ View

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

curl \
    -H "Authorization: Token RMn8RxTgsSt6jpSJHvwGuH7h8c5GJ9NnoMopEV75" \
    https://weblate.rubenwardy.com/api/components/renewed-tab/renewed-tab/translations/
Project URL Link
Renewed Tab https://weblate.rubenwardy.com/api/projects/renewed-tab/repository/ Hook
Renewed Tab/Renewed Tab https://weblate.rubenwardy.com/api/components/renewed-tab/renewed-tab/repository/ Hook
Renewed Tab/Website And BrowserStores https://weblate.rubenwardy.com/api/components/renewed-tab/website/repository/ Hook
Renewed Tab/Glossary https://weblate.rubenwardy.com/api/components/renewed-tab/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token RMn8RxTgsSt6jpSJHvwGuH7h8c5GJ9NnoMopEV75" \
    https://weblate.rubenwardy.com/api/projects/renewed-tab/repository/

Weblate also supports direct notifications from several code hosting sites:

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