Skip to content

Bumbleboss/osu_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osu! API

A Java API wrapper for Osu!

How to use

For setting the API key

OsuAPI api = new OsuAPI("your_key");

Requesting an Osu! user level

System.out.print(api.getUser("cookiezi", 0).getLevel());

Requesting an Osu! beatmap title

System.out.print(api.getBeatmapsById("1296664", 0).get(0).getTitle());

Download

Latest version: GitHub releases

Dependencies

Info

Originally made by 21Joakim