Animica x402 Directory

Directory / api.polyform.org

api.polyform.org/v1/weather/alerts

Active watches/warnings/advisories for a US state or coordinate: event type, severity, headline, timing. Source: National Weather Service. JSON.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.polyform.org/v1/weather/alerts'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.polyform.org/v1/weather/alerts'

Endpoint: https://api.polyform.org/v1/weather/alerts. Operated by api.polyform.org, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.polyform.org

api.polyform.org/v1/threat/ip

Is this IP hostile? Reputation verdict for an IPv4 from public abuse feeds (blocklist.de, Spamhaus DROP) plus Polyform's own observed scanner traffic. Returns m…

GET · $0.002

api.polyform.org/v1/threat/scanners

Recent IPs caught probing Polyform's honeypot paths (credential/vuln scanners) — Polyform's own first-party telemetry, not a repackaged public list. Returns up …

GET · $0.01

api.polyform.org/v1/time/business-days

Business days between two dates (exclusive of end), skipping weekends and US federal holidays; also returns the holiday list in range. Pure computation. JSON.

GET · $0.001

api.polyform.org/v1/weather/current

Latest observed conditions near a US coordinate: temperature, wind, humidity, visibility, pressure from the nearest weather station. Source: National Weather Se…

GET · $0.003

api.polyform.org/v1/weather/hourly

Hour-by-hour forecast for any US coordinate: temperature, precipitation chance, wind, conditions for the next 48 hours. Source: National Weather Service. JSON.

GET · $0.003

api.polyform.org/v1/weather/travel-risk

Judgment call for a US coordinate and date (within 7 days): LOW/MODERATE/HIGH/SEVERE weather risk with reasons, built from NWS forecast plus active alerts. JSON…

GET · $0.015

All 7 endpoints on api.polyform.org →