API Publiques (en anglais) :
https://github.com/public-apis/public-apis#animals
API de l’état français :
Données : https://www.data.gouv.fr/fr/
Conversions de valeurs :
Real-time exchange rates & currency conversion JSON API : https://openexchangerates.org/
Et aussi via Google exchange rate query : http://rate-exchange.appspot.com/currency?from=USD&to=EUR
et http://www.exchangeratelab.com/ Notamment pour l’historique
http://currency-api.appspot.com/
http://www.freecurrencyconverterapi.com/
« milliseconds_since_epoch »: 1401099397346 (à utiliser avec Date en java !)
Données Astronomiques :
https://www.programmableweb.com/category/astronomy/api
Météo :
http://developer.worldweatheronline.com/
Traduction :
https://api.mymemory.translated.net/get?q=Hello%20World!&langpair=en|ar
Divers :
Fêtes en français : http://fetedujour.fr/api/
Jours fériés : https://date.nager.at/Api
Qualité de l’air : https://docs.openaq.org/
Yes or No : https://yesno.wtf/api
Calendrier de la pleine lune : https://isitfullmoon.com/about.php
Wikipedia : adresse à parser : https://fr.wikipedia.org/w/index.php?title=test&action=raw
Images : https://awik.io/generate-random-images-unsplash-without-using-api/
https://source.unsplash.com/random/?city,night
Tweeter :
https://www.web-development-blog.com/archives/twitter-search-api/
https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
Exemple en PHP : https://justinstolpe.com/blog/2019/02/04/twitter-api-with-php-how-to-tweet/
Adresse IP :
Obtention de l’adresse IP : http://ip.jsontest.com/
Géolocalisation : http://www.telize.com/geoip/xxx.xxx.xxx.xxx
Retourne un objet JSON : http://echo.jsontest.com/key/value/one/two retourne { « one »: « two », « key »: « value » }
Votre commentaire