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
Dataverse 5.8 https://weblate-sshoc.cessda.eu/exports/rss/dataverse-5-8/ RSS
Dataverse 5.8/Dataverse 5.8 https://weblate-sshoc.cessda.eu/exports/rss/dataverse-5-8/dataverse-5-8/ RSS
Dataverse 5.8/Glossary https://weblate-sshoc.cessda.eu/exports/rss/dataverse-5-8/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
Dataverse 5.8/Dataverse 5.8 https://weblate-sshoc.cessda.eu/api/components/dataverse-5-8/dataverse-5-8/statistics/ View
Dataverse 5.8/Glossary https://weblate-sshoc.cessda.eu/api/components/dataverse-5-8/glossary/statistics/ View

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

curl \
    -H "Authorization: Token xTW5dYOkuVRRpkMjngKJJo2rVwnfctqPskGT8ch7" \
    https://weblate-sshoc.cessda.eu/api/components/dataverse-5-8/dataverse-5-8/translations/
Project URL Link
Dataverse 5.8 https://weblate-sshoc.cessda.eu/api/projects/dataverse-5-8/repository/ Hook
Dataverse 5.8/Dataverse 5.8 https://weblate-sshoc.cessda.eu/api/components/dataverse-5-8/dataverse-5-8/repository/ Hook
Dataverse 5.8/Glossary https://weblate-sshoc.cessda.eu/api/components/dataverse-5-8/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token xTW5dYOkuVRRpkMjngKJJo2rVwnfctqPskGT8ch7" \
    https://weblate-sshoc.cessda.eu/api/projects/dataverse-5-8/repository/

Weblate also supports direct notifications from several code hosting sites:

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