cURL
curl --request GET \ --url https://staging.hdp.api.herodotus.cloud/modules/{id}
{ "compilerVersion": "<string>", "createdAt": "<string>", "downloadsCount": 123, "id": "<string>", "isVerified": true, "name": "<string>", "publishedOnMarketplace": true, "updatedAt": "<string>", "usageCount": 123, "usersCount": 123, "abi": "<unknown>", "creatorUser": "<string>", "description": "<string>", "latestModuleVersionProgramHash": "<string>", "license": "<string>", "scarbToml": "<string>", "sourceCode": "<unknown>", "tags": [ "<string>" ] }
Retrieves detailed information about a specific module including its name, description, latest version, program hash, and metadata.
The unique identifier of the module
Module found