GET API
This page provides a list of all available APIs with details.
Last updated
This page provides a list of all available APIs with details.
Last updated
The model ID that you can get on the model page:
GET
/api/?type=getModel&id={modelID}
This API allows you to get detailed information about a model by its ID. You can use this query to extract data, including the model name, author, category, image, and additional parameters.
Parameters
type
getModel
id
name
string
Model name
author
string
Author's name
category
string
Category name
img_url
string
Address of the model image
model_count
number
Number of elements in the model
commands
object
An object whose keys represent the line number and whose values represent Minecraft commands without /
at the beginning
Passengers
json
An array of all block_display from all commands at once. SNBT format converted to familiar JSON format. Examine the sample responses before use.
modelID