Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beatmap missing fields and Beatmapset api endpoint missing #19

Open
EnricoBaivo opened this issue Apr 12, 2024 · 0 comments
Open

Beatmap missing fields and Beatmapset api endpoint missing #19

EnricoBaivo opened this issue Apr 12, 2024 · 0 comments

Comments

@EnricoBaivo
Copy link

The API Endpoint "getBeatmapset" is missing,
GET api/v2/beatmapsets/{beatmapset}
https://osu.ppy.sh/docs/index.html#get-apiv2beatmapsetsbeatmapset

I found this issue while trying to get the genre from a beatmap via the getBeatmap.
Path: getBetamap ---> .beatmapset ---> .genre | is undefined

Struckture:
Beatmapset
Represents a beatmapset.

artist | string |  
artist_unicode | string |  
covers | Covers |  
creator | string |  
favourite_count | integer |  
id | integer |  
nsfw | boolean |  
offset | integer |  
play_count | integer |  
preview_url | string |  
source | string |  
status | string |  
spotlight | boolean |  
title | string |  
title_unicode | string |  
user_id | integer |  
video | boolean

Field Type Description
beatmaps (Beatmap|BeatmapExtended)[]
converts
current_nominations Nomination[]
current_user_attributes
description
discussions
events
genre
has_favourited boolean
language
nominations
pack_tags string[]
ratings
recent_favourites
related_users
user
track_id integer

@EnricoBaivo EnricoBaivo changed the title Beatmapset api point missing data Beatmapset api endpoint missing data Apr 12, 2024
@EnricoBaivo EnricoBaivo changed the title Beatmapset api endpoint missing data Beatmap missing fields and Beatmapset api endpoint missing Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant