the browser-facing portion of osu!
1## Build
2
3```json
4{
5 "id": 5778,
6 "version": "20210520.2",
7 "display_version": "20210520.2",
8 "users": 22059,
9 "created_at": "2021-05-20T14:28:04+00:00",
10 "update_stream": {
11 "id": 5,
12 "name": "stable40",
13 "display_name": "Stable",
14 "is_featured": true
15 }
16}
17```
18
19Field | Type
20----------------|-----
21created_at | [Timestamp](#timestamp)
22display_version | string
23id | integer
24update_stream | [UpdateStream](#updatestream)?
25users | integer
26version | string?
27youtube_id | string?
28
29### Optional Attributes
30
31The following are attributes which may be additionally included in responses. Relevant endpoints should list them if applicable.
32
33Field | Type | Notes
34------------------|-------------------------------------|------
35changelog_entries | [ChangelogEntry](#changelogentry)[] | If the build has no changelog entries, a placeholder is generated.
36versions | [Versions](#build-versions) | |
37
38<div id="build-versions" data-unique="build-versions"></div>
39
40### Versions
41
42Field | Type
43---------|-----
44next | [Build](#build)?
45previous | [Build](#build)?