Documentation for using the OSSN API's GET method to retrieve the complete metadata for a single MP3 audio item. The response includes the audio's details and the essential file path (URL) for playback on the OSSN platform.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | Integer | File guid |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632342060,
"payload": {
"mp3": {
"guid": 128,
"time_created": 1632341637,
"owner_guid": 1,
"description": "Desc",
"title": "07 don't.mp3",
"type": "user",
"subtype": "mp3file",
"container_type": "user",
"container_guid": "1",
"file:mp3file": "http:\/\/local.openteknik.com\/mp3\/play\/128\/07.mp3"
}
},
"code": "100",
"message": "Request successfully executed"
}