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
WalkScape website http://i18n.walkscape.app/exports/rss/walkscape-website/ RSS
WalkScape website/Contact http://i18n.walkscape.app/exports/rss/walkscape-website/contact/ RSS
WalkScape website/Glossary http://i18n.walkscape.app/exports/rss/walkscape-website/glossary-internal/ RSS
WalkScape website/Help http://i18n.walkscape.app/exports/rss/walkscape-website/help/ RSS
WalkScape website/Home http://i18n.walkscape.app/exports/rss/walkscape-website/home/ RSS
WalkScape website/Press kit http://i18n.walkscape.app/exports/rss/walkscape-website/presskit/ RSS
WalkScape website/Roadmap http://i18n.walkscape.app/exports/rss/walkscape-website/roadmap/ RSS
WalkScape website/Support http://i18n.walkscape.app/exports/rss/walkscape-website/support/ RSS
WalkScape website/WalkScape website http://i18n.walkscape.app/exports/rss/walkscape-website/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
WalkScape website/Contact http://i18n.walkscape.app/api/components/walkscape-website/contact/statistics/ View
WalkScape website/Glossary http://i18n.walkscape.app/api/components/walkscape-website/glossary-internal/statistics/ View
WalkScape website/Help http://i18n.walkscape.app/api/components/walkscape-website/help/statistics/ View
WalkScape website/Home http://i18n.walkscape.app/api/components/walkscape-website/home/statistics/ View
WalkScape website/Press kit http://i18n.walkscape.app/api/components/walkscape-website/presskit/statistics/ View
WalkScape website/Roadmap http://i18n.walkscape.app/api/components/walkscape-website/roadmap/statistics/ View
WalkScape website/Support http://i18n.walkscape.app/api/components/walkscape-website/support/statistics/ View
WalkScape website/WalkScape website http://i18n.walkscape.app/api/components/walkscape-website/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_0MdhSnWZbweuzEbb43UFemQGljBUWQI66mir" \
    http://i18n.walkscape.app/api/components/walkscape-website/contact/translations/
Project URL Link
WalkScape website http://i18n.walkscape.app/api/projects/walkscape-website/repository/ Hook
WalkScape website/Contact http://i18n.walkscape.app/api/components/walkscape-website/contact/repository/ Hook
WalkScape website/Glossary http://i18n.walkscape.app/api/components/walkscape-website/glossary-internal/repository/ Hook
WalkScape website/Help http://i18n.walkscape.app/api/components/walkscape-website/help/repository/ Hook
WalkScape website/Home http://i18n.walkscape.app/api/components/walkscape-website/home/repository/ Hook
WalkScape website/Press kit http://i18n.walkscape.app/api/components/walkscape-website/presskit/repository/ Hook
WalkScape website/Roadmap http://i18n.walkscape.app/api/components/walkscape-website/roadmap/repository/ Hook
WalkScape website/Support http://i18n.walkscape.app/api/components/walkscape-website/support/repository/ Hook
WalkScape website/WalkScape website http://i18n.walkscape.app/api/components/walkscape-website/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_0MdhSnWZbweuzEbb43UFemQGljBUWQI66mir" \
    http://i18n.walkscape.app/api/projects/walkscape-website/repository/

Weblate also supports direct notifications from several code hosting sites:

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