You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

55m 35s logged

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

0
15

Comments 0

No comments yet. Be the first!