AAPIMarket
Acme Inc

Weather API

No short description yet.

request.js
1const response = await fetch('https://api.getapis.io/acme/weather/health', {
2 method: 'GET',
3 headers: {
4 'apikey': '{your-api-key}'
5 },
6});
7 
8const data = await response.json();
9console.log(data);

No API spec available

The playground will be available once an API version is published.