2024-04-19 23:34:42 +00:00
---
2024-04-21 01:17:51 +00:00
title: Home
2024-04-21 05:05:25 +00:00
summary: Welcome to the Minecraft Utilities documentation!
2024-04-19 23:34:42 +00:00
---
2024-04-20 01:04:42 +00:00
# Getting Started
2024-04-19 23:34:42 +00:00
2024-04-21 05:05:25 +00:00
Welcome to the Minecraft Utilities documentation! You can find information on how to use the various features of the API.
2024-04-21 04:47:52 +00:00
## Features
See below for a list of features that are currently available in the API.
| Feature | Description |
|----------------------------------------------------------|----------------------------------------|
| [Player Lookup ](/docs/player/player-lookup ) | Get a player's information |
| [Player Username To Uuid ](/docs/player/username-to-uuid ) | Get a player's skin parts |
| [Player Skin Parts ](/docs/player/skin-parts ) | Get a player's skin parts |
| [Server Lookup ](/docs/server/server-lookup ) | Get a server's information |
| [Server Icon ](/docs/server/favicon ) | Get a server's icon |
| [Server Preview ](/docs/server/preview ) | View the server as if you were in-game |
| [Mojang Status ](/docs/mojang/endpoint-status ) | Get the status of Mojang's services |
2024-04-19 23:34:42 +00:00
2024-04-20 01:04:42 +00:00
## Libraries
2024-04-19 23:34:42 +00:00
2024-04-20 01:04:42 +00:00
We offer a few different libraries for different languages to help you get started with the Minecraft Utilities plugin.
2024-04-20 21:18:50 +00:00
- [Java ](/docs/libraries/java )
- [JavaScript ](/docs/libraries/javascript )
2024-04-20 01:28:26 +00:00
## API
You can view our Postman collection [here ](https://www.postman.com/imfascinated/workspace/minecraft-utilities ) to see all the available endpoints and how to use them.