A library for interaction with the Hytale API.
Project description
hytale-api
Unofficial Python library for interacting with the Hytale API.
⚠️ This library is unofficial and based on publicly discovered endpoints.
Hytale is set to release on the 13th of January and I hope more documented and more useful endpoints can be added.
Get Started
Installation
pip install hytale-api
OR
pip install git+https://github.com/DRagssss/hytale-api.git
Example Use
This package only consists of endpoint that do not need any authorization (since there is no official API documentation from Hypixel Studios yet) so it's extremely easy to use.
Get excerpts of the latest 3 blogs.
from hytale import get_blogs
blogs = get_blogs() # limit defaults to 3
for blog in blogs:
print(blog.bodyExcerpt) # first couple sentences of body
You can also get the entire HTML body of a singular blog.
from hytale import get_blog
slug = "hytale-s-1st-faq" # https://hytale.com/news/2025/12/hytale-s-1st-faq
blog = get_blog(slug)
print(blog.body) # very long HTML content
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hytale_api-1.0.1.tar.gz.
File metadata
- Download URL: hytale_api-1.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb78aa0ba3e92b7595d6372a8646dd7c1cb6de45dc7b424bd7a41956af86f9a8
|
|
| MD5 |
18374e7952e2de771fda4e9dff1b575d
|
|
| BLAKE2b-256 |
d2c0327ebd9b8d09f6fda25a1c44275606f15bc274dfd2c6e38c40ce92890ba3
|
File details
Details for the file hytale_api-1.0.1-py3-none-any.whl.
File metadata
- Download URL: hytale_api-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aa8a975eff4bf9daeb587c0f9eaf2875a1dbc32acc103adeb96d97ad10f3441
|
|
| MD5 |
1769e8a71a10250cce8e00591ae66d5a
|
|
| BLAKE2b-256 |
03be53654bfebd70137c65cf8529f044024d11e5a585478c8226b0ce58fde07c
|