Find keys based on its ID. The fields listed here will be returned when this method is called.
POSThttps://api.elvanto.com/v1/songs/keys/getInfo.{json|xml|php}
Name | Type | Description |
---|---|---|
id Required | string | The ID of the key. |
files | boolean | Return attached files. |
{
"id": "73847df8-e993-11e2-b739-a20c5589acc5",
"files": true
}
id=73847df8-e993-11e2-b739-a20c5589acc5&files=1
{
"generated_in": "0.021",
"status": "ok",
"key": [
{
"id": "73847df8-e993-11e2-b739-a20c5589acc5",
"date_added": "2025-02-24 11:56:22",
"date_modified": "2025-08-27 16:17:57",
"name": "",
"key_starting": "E",
"key_ending": "",
"arrangement_id": "84937df8-e993-11e2-b739-a20c5589acc5"
}
]
}
<?xml version="1.0" encoding="UTF-8"?> <rsp generated_in="0.021" status="ok"> <key id="73847df8-e993-11e2-b739-a20c5589acc5" arrangement_id="84937df8-e993-11e2-b739-a20c5589acc5"> <date_added>2025-02-24 11:56:22</date_added> <date_modified>2025-08-27 16:17:57</date_modified> <name></name> <key_starting>E</key_starting> <key_ending></key_ending> </key> </rsp>
stdClass Object
(
[generated_in] => 0.021
[status] => ok
[key] => stdClass Object
(
[0] => stdClass Object
(
[id] => 73847df8-e993-11e2-b739-a20c5589acc5
[date_added] => 2025-02-24 11:56:22
[date_modified] => 2025-08-27 16:17:57
[name] =>
[key_starting] => E
[key_ending] =>
[arrangement_id] => 84937df8-e993-11e2-b739-a20c5589acc5
)
)
)
Please see our response status codes documentation for details of potential error responses for any API request.