Recommended Geode Mod
List Counter (dulak.list_counter)
This API is built specifically for this mod.
Open mod page

GD API

Try the endpoints

Lists Last updated: 24.12.2025

GET /lists/{list_id}
Returns a list by id (only rated lists).
Response will appear here…
GET /lists/levelcount/{levelId}
Returns in how many rated lists a given level id appears.
Response will appear here…
GET /lists/bestlevels/{page}
Shows levels ranked by how many rated lists include them. Page size: 50.
Response will appear here…

All lists Last updated: 24.12.2025

All lists endpoints (rated + unrated)
GET /alllists/{list_id}
Returns any list (rated or unrated) by id.
Response will appear here…
GET /alllists/levelcount/{levelId}
Returns in how many lists (rated + unrated) a given level id appears.
Response will appear here…
GET /alllists/bestlevels/{page}
Shows levels ranked by how many lists (rated + unrated) include them. Page size: 50.
Response will appear here…

Other Last updated: SET_ME

GET /fakestars
This is just for funsies it shows how many stars you could get if you would beat every daily/weekly/event/gauntlet level which count as duplicates brochachos :)
Response will appear here…