website/docs/discord-experiments-api/introduction.md

1.3 KiB

title description
Introduction Introduction to the Discord Experiments API

Introduction

This section of the documentation will cover the basics of the Discord Experiments API, and how to use it.

Accessible on https://api.discord-experiments.xhyrom.dev/v2

What is the Discord Experiments API?

It's about the Discord Experiments API, which allows you to get information about Discord's experiments. It's a public API, so you don't need any token to use it.

How it works?

It scrapes everything from client, and also from https://discord.com/api/v10/experiments?with_guild_experiments=true for some guild rollouts.

This api contains all known experiments and their rollouts (if available).

Source code

This api is currently closed source, but we will do our best to make it open source in the future. If you don't trust us, you can scrape everything from our Discord-Datamining repository, which is open source. There's file inside data/experiments.json which contains all experiments and their rollouts from our API (updates every 5 minutes).