A common question PMs, engineers and designers want to know is: What experiments are running on {language}wiki?
Some potential ideas:
- GB has a timeline feature, but doesn't show e.g. by language (could it?)
- https://test-kitchen.wikimedia.org/api/v1/experiments contains all of the necessary information -- is there a simple script we could write to answer the question?
I used claude to write this simple script:
Open questions:
- Where should this live? While an engineer is comfortable checking via the API, a PM or designer might not be willing to do a curl and infer. Would they be willing to run a script?