ConsoleCatalog
Sign in
Wolfram MathWorld logo

Wolfram MathWorld

mathworld.wolfram.comEducationno auth

Math topics, articles, formulas, and references.

Entry Article

ASYNCREADNo auth

Returns a full encyclopedia entry with title, body, formulas, and references.

ParametersFormJSON

MathWorld entry slug used in the article URL path (e.g. Integral)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mathworld_wolfram_entry_article",
    "params": {
      "entry_slug": "Integral"
    }
  }'