cURL
curl --request GET \ --url https://api.mclicense.org/plugins/{pluginId} \ --header 'MCL-Key: <api-key>'
{ "_id": "<string>", "name": "<string>", "icon": "<string>", "marketplace": { "type": "SpigotMC", "id": "<string>", "url": "<string>" } }
Retrieves detailed information about a specific plugin by its ID
API key must start with 'mcl_'
Plugin details
The response is of type object.
object