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
- Host: GitHub
- URL: https://github.com/syfaro/mojang-api
- Owner: Syfaro
- Created: 2014-04-15T18:21:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T18:54:23.000Z (about 12 years ago)
- Last Synced: 2025-01-24T09:43:13.419Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```