Modtale API

Base: https://api.modtale.net/api/v1

Modtale Mod-Suche mit 0-basierter Paginierung — primär für Hytale-Mods.

Verarbeitung: ModtaleProvider
GET /mods

Search Mods

Browse Modtale mods (0-based pagination)

Parameter

Name Typ Pflicht Beschreibung
page integer Nein Page number (0-based, first page = 0)
game string Nein Game name filter

Antwort-Beispiel

{"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"