/api/climate/activityIs Saturday good for hiking near Denver? Activity-specific go/no-go rating (1-10) for hiking, skiing, surfing, cycling, camping, running, golf, beach, or fishing, with a gear checklist and alternative dates if conditions are bad.
Activity weather assessment
Is Saturday good for hiking? Go/no-go rating (1-10) for outdoor activities (hiking, skiing, surfing, cycling, camping, running, golf, beach, fishing) with a gear checklist and alternative dates.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"activity": {
"description": "Activity to assess conditions for",
"enum": [
"hiking",
"skiing",
"surfing",
"cycling",
"camping",
"running",
"golf",
"beach",
"fishing"
],
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"description": "Response language code (e.g. es, fr, de); defaults to English",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"location": {
"description": "City, address, or lat,lon for the activity",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"units": {
"description": "imperial (°F, mph) or metric (°C, km/h); defaults to imperial",
"enum": [
"imperial",
"metric"
],
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"location",
"activity"
],
"type": "object"
}