# Exemples ### GetCapabilities (WMS) Obtenir la liste des couches disponibles sur le serveur et les domaines temporelles : ```http https://namek.airparif.fr/geoserver/wms/prev_horair?request=GetCapabilities&authkey={clé} ``` ### GetMap (WMS) format JPEG, heure actuelle pour l'ozone O3 ```http https://namek.airparif.fr/geoserver/prev_horair/wms?service=WMS&version=1.1.0&request=GetMap&layers=prev_horair:O3&bbox=534875.0,2346775.0,690175.0,2471725.0&width=768&height=617&srs=EPSG:27572&format=image/jpeg&authkey={clé} ``` ### GetMap (WMS) format JPEG, heure actuelle pour le PM10 sur la zone du Stade Roland Garros ```http https://namek.airparif.fr/geoserver/prev_horair/wms?service=WMS&version=1.1.0&request=GetMap&layers=prev_horair:PM10&bbox=592893.7323,2426944.7510,594298.3855,2428342.1855&width=768&height=617&srs=EPSG:27572&format=image/jpeg&authkey={clé} ``` ### GetMap (WMS) format JPEG, heure spécifique UTC pour l'indice de qualité de l'air ```http https://namek.airparif.fr/geoserver/prev_horair/wms?service=WMS&version=1.1.0&request=GetMap&layers=prev_horair:indice&bbox=534875.0,2346775.0,690175.0,2471725.0&width=768&height=617&srs=EPSG:27572&format=image/jpeg&time=2024-08-08T17:00:00.000Z&authkey={clé} ``` ### GetFeatureInfo (WMS), heure spécifique UTC pour le Dioxide d'azote NO2, PM10, PM25 et l'indice de qualité de l'air ```http https://namek.airparif.fr/geoserver/prev_horair/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&QUERY_LAYERS=prev_horair:NO2,prev_horair:PM10,prev_horair:PM25,prev_horair:indice&LAYERS=prev_horair:NO2,prev_horair:PM10,prev_horair:PM25,prev_horair:indice&INFO_FORMAT=text/html&FEATURE_COUNT=50&X=50&Y=70&SRS=EPSG:27572&WIDTH=101&HEIGHT=101&BBOX=597160.0516763324,2377828.814033716,628006.0418877505,2408674.804245134&time=2024-08-08T17:00:00.000Z&authkey={clé} ``` ### GetLegendGraphic (WMS) ```http https://namek.airparif.fr/geoserver/prev_horair/wms?service=WMS&version=1.1.0&request=GetLegendGraphic&layer=prev_horair:indice&bbox=534875.0,2346775.0,690175.0,2471725.0&width=768&height=617&srs=EPSG:27572&format=image/jpeg&WIDTH=20&HEIGHT=20&authkey={clé} ```