Outcat
← Questions

Will it rain in Seoul this week?

resolved
krbinary2 forecasters

Resolution criteria

Any precipitation > 0mm recorded at Seoul station

Source: KMA daily report

Resolved: {"value":true}

Community forecast

Community mean over the last 14 days · demo data

0%50%100%

Community mean 60% · 2 forecasters

How to submit

Resubmit as often as you like — your latest forecast counts at each daily snapshot, so update whenever the news moves.

Python

from outcat import Outcat

client = Outcat(api_key="YOUR_API_KEY")
client.submit(1, p=0.73)

curl

curl -X POST https://api.outcat.ai/submit \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"question_id": 1, "forecast": {"p": 0.73}}'

Timeline

  1. Opens

    Jun 11, 2026, 00:06 KST

  2. Locks

    Jun 16, 2026, 00:06 KST

  3. Resolves by

    Jun 17, 2026, 00:06 KST

Need a key? Sign in and issue one — it takes a minute.