Public
Documentation Settings

Weacast

Test weacast web services

GETGet forecasts

localhost:8080/api/forecasts
HEADERS
Content-Type

application/xml

Authorization

eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTEyMzAwMzAzOGMwNDIxOTgyNjQyZTAiLCJpYXQiOjE0OTQ4MzU4MTYsImV4cCI6MTQ5NDkyMjIxNiwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.uUChzDdhrsp1wQ8wdmmJJrfOgzHYnSu-ai7SbTFiEfM

Bodyraw
<?xml version='1.0' encoding='utf-8'?>
<GetFeature 
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xmlns:gml='http://www.opengis.net/gml'
 xmlns:ogc='http://www.opengis.net/ogc'
 xmlns:wfs='http://www.opengis.net/wfs'
 xmlns='http://www.opengis.net/wfs'
 xmlns:adsb-docker='http://www.airbus.com/adsb-docker'
 version='1.1.0' service='WFS' maxFeatures='100'>
 <wfs:Query typeName='adsb-docker:aircrafts' srsName='EPSG:4326'>
 </wfs:Query>
</GetFeature>
Example Request
curl
curl --location --request GET 'localhost:8080/api/forecasts' \
--header 'Content-Type: application/xml' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTEyMzAwMzAzOGMwNDIxOTgyNjQyZTAiLCJpYXQiOjE0OTQ4MzU4MTYsImV4cCI6MTQ5NDkyMjIxNiwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.uUChzDdhrsp1wQ8wdmmJJrfOgzHYnSu-ai7SbTFiEfM' \
--data '<?xml version='\''1.0'\'' encoding='\''utf-8'\''?>
<GetFeature 
 xmlns:xsi='\''http://www.w3.org/2001/XMLSchema-instance'\''
 xmlns:gml='\''http://www.opengis.net/gml'\''
 xmlns:ogc='\''http://www.opengis.net/ogc'\''
 xmlns:wfs='\''http://www.opengis.net/wfs'\''
 xmlns='\''http://www.opengis.net/wfs'\''
 xmlns:adsb-docker='\''http://www.airbus.com/adsb-docker'\''
 version='\''1.1.0'\'' service='\''WFS'\'' maxFeatures='\''100'\''>
 <wfs:Query typeName='\''adsb-docker:aircrafts'\'' srsName='\''EPSG:4326'\''>
 </wfs:Query>
</GetFeature>
'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet forecast element

localhost:8080/api/arpege-europe/u-wind?$paginate=false&$select[]=forecastTime
HEADERS
Content-Type

application/xml

Authorization

eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTI0OGRlMzhiYjkxZDI4ZDgxNTViMzgiLCJpYXQiOjE0OTU2NTA4OTUsImV4cCI6MTQ5NTczNzI5NSwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.q64M1hLUIhrR6DD6Lcm7YolvkrE0coql3_xc9L9JzUM

PARAMS
$paginate

false

$select[]

forecastTime

Bodyraw
<?xml version='1.0' encoding='utf-8'?>
<GetFeature 
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xmlns:gml='http://www.opengis.net/gml'
 xmlns:ogc='http://www.opengis.net/ogc'
 xmlns:wfs='http://www.opengis.net/wfs'
 xmlns='http://www.opengis.net/wfs'
 xmlns:adsb-docker='http://www.airbus.com/adsb-docker'
 version='1.1.0' service='WFS' maxFeatures='100'>
 <wfs:Query typeName='adsb-docker:aircrafts' srsName='EPSG:4326'>
 </wfs:Query>
</GetFeature>
Example Request
curl
curl --location -g --request GET 'localhost:8080/api/arpege-europe/u-wind?%24paginate=false&%24select[]=forecastTime' \
--header 'Content-Type: application/xml' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTI0OGRlMzhiYjkxZDI4ZDgxNTViMzgiLCJpYXQiOjE0OTU2NTA4OTUsImV4cCI6MTQ5NTczNzI5NSwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.q64M1hLUIhrR6DD6Lcm7YolvkrE0coql3_xc9L9JzUM' \
--data '<?xml version='\''1.0'\'' encoding='\''utf-8'\''?>
<GetFeature 
 xmlns:xsi='\''http://www.w3.org/2001/XMLSchema-instance'\''
 xmlns:gml='\''http://www.opengis.net/gml'\''
 xmlns:ogc='\''http://www.opengis.net/ogc'\''
 xmlns:wfs='\''http://www.opengis.net/wfs'\''
 xmlns='\''http://www.opengis.net/wfs'\''
 xmlns:adsb-docker='\''http://www.airbus.com/adsb-docker'\''
 version='\''1.1.0'\'' service='\''WFS'\'' maxFeatures='\''100'\''>
 <wfs:Query typeName='\''adsb-docker:aircrafts'\'' srsName='\''EPSG:4326'\''>
 </wfs:Query>
</GetFeature>
'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet users

localhost:8080/api/users/59123003038c0421982642e0
HEADERS
Content-Type

application/xml

Authorization

eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTEyMzAwMzAzOGMwNDIxOTgyNjQyZTAiLCJpYXQiOjE0OTQ4MzU4MTYsImV4cCI6MTQ5NDkyMjIxNiwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.uUChzDdhrsp1wQ8wdmmJJrfOgzHYnSu-ai7SbTFiEfM

Bodyraw
<?xml version='1.0' encoding='utf-8'?>
<GetFeature 
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xmlns:gml='http://www.opengis.net/gml'
 xmlns:ogc='http://www.opengis.net/ogc'
 xmlns:wfs='http://www.opengis.net/wfs'
 xmlns='http://www.opengis.net/wfs'
 xmlns:adsb-docker='http://www.airbus.com/adsb-docker'
 version='1.1.0' service='WFS' maxFeatures='100'>
 <wfs:Query typeName='adsb-docker:aircrafts' srsName='EPSG:4326'>
 </wfs:Query>
</GetFeature>
Example Request
curl
curl --location --request GET 'localhost:8080/api/users/59123003038c0421982642e0' \
--header 'Content-Type: application/xml' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTEyMzAwMzAzOGMwNDIxOTgyNjQyZTAiLCJpYXQiOjE0OTQ4MzU4MTYsImV4cCI6MTQ5NDkyMjIxNiwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.uUChzDdhrsp1wQ8wdmmJJrfOgzHYnSu-ai7SbTFiEfM' \
--data '<?xml version='\''1.0'\'' encoding='\''utf-8'\''?>
<GetFeature 
 xmlns:xsi='\''http://www.w3.org/2001/XMLSchema-instance'\''
 xmlns:gml='\''http://www.opengis.net/gml'\''
 xmlns:ogc='\''http://www.opengis.net/ogc'\''
 xmlns:wfs='\''http://www.opengis.net/wfs'\''
 xmlns='\''http://www.opengis.net/wfs'\''
 xmlns:adsb-docker='\''http://www.airbus.com/adsb-docker'\''
 version='\''1.1.0'\'' service='\''WFS'\'' maxFeatures='\''100'\''>
 <wfs:Query typeName='\''adsb-docker:aircrafts'\'' srsName='\''EPSG:4326'\''>
 </wfs:Query>
</GetFeature>
'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet probe results

localhost:8080/api/probe-results?probeId=59248de38bb91d28d8155b3c&forecastTime=2017-05-27T07:00:00.000Z&geometry[$near][$maxDistance]=1000000&geometry[$near][$geometry][type]=Point&geometry[$near][$geometry][coordinates][]=5&geometry[$near][$geometry][coordinates][]=43
HEADERS
Content-Type

application/xml

Authorization

eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTI0OGRlMzhiYjkxZDI4ZDgxNTViMzgiLCJpYXQiOjE0OTU2NTA4OTUsImV4cCI6MTQ5NTczNzI5NSwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.q64M1hLUIhrR6DD6Lcm7YolvkrE0coql3_xc9L9JzUM

PARAMS
probeId

59248de38bb91d28d8155b3c

forecastTime

2017-05-27T07:00:00.000Z

geometry[$near][$maxDistance]

1000000

geometry[$near][$geometry][type]

Point

geometry[$near][$geometry][coordinates][]

5

geometry[$near][$geometry][coordinates][]

43

Bodyraw
<?xml version='1.0' encoding='utf-8'?>
<GetFeature 
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
 xmlns:gml='http://www.opengis.net/gml'
 xmlns:ogc='http://www.opengis.net/ogc'
 xmlns:wfs='http://www.opengis.net/wfs'
 xmlns='http://www.opengis.net/wfs'
 xmlns:adsb-docker='http://www.airbus.com/adsb-docker'
 version='1.1.0' service='WFS' maxFeatures='100'>
 <wfs:Query typeName='adsb-docker:aircrafts' srsName='EPSG:4326'>
 </wfs:Query>
</GetFeature>
Example Request
curl
curl --location -g --request GET 'localhost:8080/api/probe-results?probeId=59248de38bb91d28d8155b3c&forecastTime=2017-05-27T07%3A00%3A00.000Z&geometry[%24near][%24maxDistance]=1000000&geometry[%24near][%24geometry][type]=Point&geometry[%24near][%24geometry][coordinates][]=5&geometry[%24near][%24geometry][coordinates][]=43' \
--header 'Content-Type: application/xml' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6ImFjY2VzcyJ9.eyJ1c2VySWQiOiI1OTI0OGRlMzhiYjkxZDI4ZDgxNTViMzgiLCJpYXQiOjE0OTU2NTA4OTUsImV4cCI6MTQ5NTczNzI5NSwiYXVkIjoiaHR0cHM6Ly95b3VyZG9tYWluLmNvbSIsImlzcyI6ImZlYXRoZXJzIiwic3ViIjoiYW5vbnltb3VzIn0.q64M1hLUIhrR6DD6Lcm7YolvkrE0coql3_xc9L9JzUM' \
--data '<?xml version='\''1.0'\'' encoding='\''utf-8'\''?>
<GetFeature 
 xmlns:xsi='\''http://www.w3.org/2001/XMLSchema-instance'\''
 xmlns:gml='\''http://www.opengis.net/gml'\''
 xmlns:ogc='\''http://www.opengis.net/ogc'\''
 xmlns:wfs='\''http://www.opengis.net/wfs'\''
 xmlns='\''http://www.opengis.net/wfs'\''
 xmlns:adsb-docker='\''http://www.airbus.com/adsb-docker'\''
 version='\''1.1.0'\'' service='\''WFS'\'' maxFeatures='\''100'\''>
 <wfs:Query typeName='\''adsb-docker:aircrafts'\'' srsName='\''EPSG:4326'\''>
 </wfs:Query>
</GetFeature>
'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers