« Bash api » : différence entre les versions

Ligne 58 : Ligne 58 :
</syntaxhighlight>
</syntaxhighlight>


=== Météo ===
open-meteo.com
<syntaxhighlight lang="bash" copy>
curl -s "https://api.open-meteo.com/v1/forecast?latitude=48.85&longitude=2.35&current_weather=true" | jq '.current_weather'
</syntaxhighlight>
[[category:api]]
[[category:api]]