Wikimedia
Connector for the wikimedia API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://wikimedia.org/api/rest_v1 - Auth:
header:cookie(pass your key via theapiKeyinput)
Operations
get_feed_availability— GET /feed/availability — Gets availability of featured feed content for the apps by wiki domain.get_media_math_formula_hash— GET /media/math/formula/{hash} — Get a previously-stored formulaget_media_math_render_format_hash— GET /media/math/render/{format}/{hash} — Get rendered formula in the given format.-
get_metrics_bytes_difference_absolute_aggregate_— GET /metrics/bytes-difference/absolute/aggregate/{project}/{editor-type}/{page-type}/{granularity}/{start}/{end} — Get the sum of absolute value of text bytes difference between current edit and previous one. -
get_metrics_bytes_difference_absolute_per_page_p— GET /metrics/bytes-difference/absolute/per-page/{project}/{page-title}/{editor-type}/{granularity}/{start}/{end} — Get the sum of absolute text bytes difference per page. get_metrics_bytes_difference_net_aggregate_proje— GET /metrics/bytes-difference/net/aggregate/{project}/{editor-type}/{page-type}/{granularity}/{start}/{end} — Get the sum of net text bytes difference between current edit and previous one.
Inputs
apiKey— your wikimedia API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_feed_availability
apiKey: <your key>