Get hello translation following user language
Get 'hello' translations in various languages, providing a "Hello as a Service" API.
import requests
url = "https://hellosalut.stefanbohacek.dev/"
params = {"lang": "es"}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)