Resources
Get the current version of the resource
Parameters
Response
array of numbers
Apisection.fields.descriptions.supported-minecraft-platforms.
string
The maximum version of minecraft from the range that the version of the resource supports. Absent if the version supports one specific version of minecraft.
string
The minimum (out of range) or specific version of minecraft that the version of the resource supports.
string
Date of last version update in the format ISO-8601. Absent if the version has never been updated.
string
Version description title.
string
Number or any other version identifier. Absent if the resource type does not support versioning.
integer
Unique version identifier.
integer
Unique resource identifier of the version.
integer
Number of version downloads.
Response example:
{
"supported_minecraft_platforms": "[1, 2, 3, 4]",
"maximum_supported_minecraft_version": "1.19.3",
"minimum_supported_minecraft_version": "1.8",
"created_at": "2022-12-04T17:17:40.835473",
"updated_at": "2023-01-02T13:58:21.345628",
"title": "XItemsRemover",
"content": "Hotfix.",
"version": "v.1.1.5",
"id": 4,
"resource_id": 5,
"downloads": 49
}
Returned in the following cases:
- Resource is missing versions.
- Resource not found.
- Insufficient rights to get resource version.