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
AntennaPod https://hosted.weblate.org/exports/rss/antennapod/ RSS
AntennaPod/Website/General https://hosted.weblate.org/exports/rss/antennapod/website/general/ RSS
AntennaPod/Website/Short strings https://hosted.weblate.org/exports/rss/antennapod/website/short-strings/ RSS
AntennaPod/Website/Documentation https://hosted.weblate.org/exports/rss/antennapod/website/documentation/ RSS
AntennaPod/App store listing/Full description https://hosted.weblate.org/exports/rss/antennapod/app-store-listing/full-description/ RSS
AntennaPod/App store listing/Screenshot titles https://hosted.weblate.org/exports/rss/antennapod/app-store-listing/screenshot-titles/ RSS
AntennaPod/App store listing/Short description https://hosted.weblate.org/exports/rss/antennapod/app-store-listing/short-description/ RSS
AntennaPod/Website/Contribute https://hosted.weblate.org/exports/rss/antennapod/website/contribute/ RSS
AntennaPod/AntennaPod glossary https://hosted.weblate.org/exports/rss/antennapod/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
AntennaPod/Website/General https://hosted.weblate.org/api/components/antennapod/general/statistics/ View
AntennaPod/Website/Short strings https://hosted.weblate.org/api/components/antennapod/short-strings/statistics/ View
AntennaPod/Website/Documentation https://hosted.weblate.org/api/components/antennapod/documentation/statistics/ View
AntennaPod/App store listing/Full description https://hosted.weblate.org/api/components/antennapod/full-description/statistics/ View
AntennaPod/App store listing/Screenshot titles https://hosted.weblate.org/api/components/antennapod/screenshot-titles/statistics/ View
AntennaPod/App store listing/Short description https://hosted.weblate.org/api/components/antennapod/short-description/statistics/ View
AntennaPod/Website/Contribute https://hosted.weblate.org/api/components/antennapod/contribute/statistics/ View
AntennaPod/AntennaPod glossary https://hosted.weblate.org/api/components/antennapod/glossary/statistics/ View

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

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/antennapod/general/translations/
Project URL Link
AntennaPod https://hosted.weblate.org/api/projects/antennapod/repository/ Hook
AntennaPod/Website/General https://hosted.weblate.org/api/components/antennapod/general/repository/ Hook
AntennaPod/Website/Short strings https://hosted.weblate.org/api/components/antennapod/short-strings/repository/ Hook
AntennaPod/Website/Documentation https://hosted.weblate.org/api/components/antennapod/documentation/repository/ Hook
AntennaPod/App store listing/Full description https://hosted.weblate.org/api/components/antennapod/full-description/repository/ Hook
AntennaPod/App store listing/Screenshot titles https://hosted.weblate.org/api/components/antennapod/screenshot-titles/repository/ Hook
AntennaPod/App store listing/Short description https://hosted.weblate.org/api/components/antennapod/short-description/repository/ Hook
AntennaPod/Website/Contribute https://hosted.weblate.org/api/components/antennapod/contribute/repository/ Hook
AntennaPod/AntennaPod glossary https://hosted.weblate.org/api/components/antennapod/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/antennapod/repository/

Weblate also supports direct notifications from several code hosting sites:

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