Datasets:
File size: 2,155 Bytes
ea7e5b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | ---
configs:
- config_name: tags
data_files: "tags.csv"
default: true
- config_name: metadata
data_files: "metadata.csv"
license: other
license_name: osu-terms
license_link: https://osu.ppy.sh/legal/terms
pretty_name: osu! Beatmap Tags
size_categories:
- 10K<n<100K
tags:
- music
- rhythm-game
- beatmaps
- osu
task_categories:
- other
---
# osu! Beatmap Tags
Community-voted [user tags](https://osu.ppy.sh/wiki/en/Beatmap/Beatmap_tags#user-tags) for osu! beatmaps, scraped from the [osu! API v2](https://osu.ppy.sh/docs/index.html). The dataset covers all four game modes (osu!, osu!taiko, osu!catch, osu!mania) and includes beatmap metadata alongside tag vote counts.
## Dataset Contents
The dataset consists of two CSV files:
### `tags.csv`
One row per beatmap. Contains the vote count for each of the 122 user tags. Beatmaps without tags are not included. Tags are sorted from the most common to the least common.
- **Rows:** 44,795 beatmaps
- **Columns:** `beatmapset_id` + 122 tag columns
- **Values:** Integer vote counts (empty = not returned from API)
Tag columns follow the `category/name` naming convention used by osu!, e.g. `skillset/jumps`, `streams/bursts`, `style/clean`.
Statistics:
| Metric | Value |
|--------|-------|
| Total beatmaps | 44,795 |
| Total tags | 128,558 |
| Total votes | 471,766 |
### `metadata.csv`
One row per beatmap. Contains beatmap metadata fetched from the [osu! API v1](https://github.com/ppy/osu-api/wiki#apiget_beatmaps).
- **Rows:** 217,217 difficulties across 56,035 beatmapsets
- **Columns:** 42 fields including difficulty settings, song info, play statistics, and more
## Notes
- Tags are only available for beatmaps that have been played in osu!lazer; older or less popular maps may have few or no votes
- The tag system launched in March 2025, so vote counts reflect early adoption
- Mapper tags (free-form keywords in the `tags` column of `metadata.csv`) are separate from the structured user tags in `tags.csv`
## License
Data sourced from the [osu! API](https://osu.ppy.sh/api/v2). Usage is subject to [osu!'s terms of service](https://osu.ppy.sh/legal/en/Terms).
|