Web Razex.de Public API - User, Skin, Server API and more

Discussion in 'Bukkit Tools' started by CodeBucket, Apr 2, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    CodeBucket

    » Razex.de Public API
    User, Skin, Server API and more

    [​IMG]

    Description
    Razex.de Public API is a free api for your projects that opens many ways of getting infos about Minecraft servers, players, versions etc. through a simple, yet secure, HTTP API. This allows you to make awesome websites, mobile apps, and a way for your visitors to display skin previews on a website.


    Overview
    • User API API for Minecraft Users
      • UUID Fetcher
      • Username Fetcher
      • Name History
      • User Haspaid
      • Game Profile
      • Yggdrasil Authentication
    • Skin API API for Minecraft Skins
      • Head Avatar
      • Front Preview
      • Perspective Head
      • Perspective Body
    • Server API API for Minecraft Servers
      • Server Status
      • Server Favicon
    • Game API API for Minecraft Services
      • Versions
    • Speedtest API API for Bandwidth Tests
      • Speedtest file
      • Upload test


    Examples
    My skin in Minecraft as Perspective Body:
    [​IMG]

    My account as Game Profile from Mojang:
    Code:
    {
        "username": "Codebucket",
        "uuid": "0c79d34b1dd64be8a8044d4e89ecadea",
        "properties": [
            {
                "name": "textures",
                "value": {
                    "timestamp": 1427132836132,
                    "profileId": "0c79d34b1dd64be8a8044d4e89ecadea",
                    "profileName": "Codebucket",
                    "textures": {
                        "SKIN": {
                            "url": "http:\/\/textures.minecraft.net\/texture\/d857a8907bbd68ab0159d6553685d84a3cd8dc95b6c4157c143143f703254c"
                        }
                    }
                }
            }
        ]
    }

    The usage and full documentation of the API is explained on the website: https://api.razex.de/docs/

    Have a nice day :)
    Codebucket
     
Thread Status:
Not open for further replies.

Share This Page