action wikimedia_get_media_math_formula_hash { label: "Get a previously-stored formula" description: "Returns the previously-stored formula via `/media/math/check/{type}` for\nthe given hash.\n\nStability: [stable](https://www.mediawiki.org/wiki/API_versioning#Stable).\n" provider: wikimedia method: GET path: "/media/math/formula/{hash}" encoding: json input: { type: "object" properties: { hash: { type: "string" } } required: ["hash"] additionalProperties: false } output: { type: "object" additionalProperties: true } }