Ecosyste.ms: Awesome
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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T18:54:23.000Z (over 10 years ago)
- Last Synced: 2024-04-14T03:58:26.452Z (7 months 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 MojangAPIapi = MojangAPI()
status = api.service_statuses()
news = api.mojang_news()
uuid = api.get_uuid('syfaro')
```