Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syfaro/mojang-api

A Python 2 library for the Mojang API services
https://github.com/syfaro/mojang-api

Last synced: about 1 month ago
JSON representation

A Python 2 library for the Mojang API services

Awesome Lists containing this project

README

        

Mojang-API
==========

A Python 2 library for the Mojang API services

## Usage

```python
from mojangapi import MojangAPI

api = MojangAPI()

status = api.service_statuses()
news = api.mojang_news()
uuid = api.get_uuid('syfaro')
```