MegaSkins has a public search & description API now! No auth needed!
GET https://nuc.de.majic.rs/api/megaskins/skin/search?query=WORDS
- output: String[] (limit:10 per request)
- rate limit: 10 r/min
and
GET https://nuc.de.majic.rs/api/megaskins/skin/description?hash=SKIN_HASH
- output: String, raw description
- rate limit: 6 r/min
Requests return HTTP 429 after reaching the limit. [each type has its own limits depending on how demanding they are and how much of value a resource is (I don’t want people bombarding the server with hundreds of requests per seconds just to build a copy 😭)]
Deployed on https://nuc.de.majic.rs/megaskins
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.