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

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

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

Last synced: over 1 year 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')
```