{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/weather/anomaly","method":"POST","price":"$0.030","description":"Compares current weather conditions with a 10-year historical average to flag climate anomalies.","example_input":{"lat":40.71,"lng":-74},"example_output":{"supported":true,"result":{"current_temp_c":24.2,"historical_mean_temp_c":21,"deviation_percentage":15.2,"anomaly_status":"above_average"},"confidence":"high"},"request_schema":{"type":"object","required":["lat","lng"],"properties":{"lat":{"type":"number","examples":[40.71]},"lng":{"type":"number","examples":[-74]}}},"response_schema":{"type":"object"}}