Modtale API
Base: https://api.modtale.net/api/v1
Modtale mod browsing with 0-based pagination — primarily for Hytale mods.
Handler: ModtaleProvider
GET
/mods
Search Mods
Browse Modtale mods (0-based pagination)
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
page
|
integer | No | Page number (0-based, first page = 0) |
game
|
string | No | Game name filter |
Response Example
{"data":[{"id":"mod_123","name":"Example Hytale Mod","thumbnail":"/images/mods/example.png","downloads":5000,"game":"hytale"}],"meta":{"current_page":0,"total":50}}
cURL
curl "https://api.modtale.net/api/v1/mods?page=0&game=hytale"