GET /api/v1/file/:id
Shows the specified file object.
Shows the specified file object.
Examples¶ ↑
GET /file/28c9w3xrnd.json
{ "id":"28c9w3xrnd", "created_at":"2012-03-12T19:29:35.000-04:00", "title":"Cynosure (Chris)", "bytes":4636833, "downloads":2126, "hotlinks":75641, "ext":"mp3", "hotlink_path":"http://k007.kiwi6.com/hotlink/28c9w3xrnd/Cynosure_Chris_.mp3", "user":{ "username":"ChrisTM" }, "comments":[ { "comment":{ "title":null, "comment":"Beautiful. Well done.", "user":{ "username":"AssafKoss" } } }, { "comment":{ "title":null, "comment":"This was really great! I have no idea what the name should be, maybe what ever made you feel like composing it, should maybe be the name. But regardless, it was a great song and I really enjoyed it. Good work!", "user":{ "username":"shyenne10" } } } ] }
Supported Formats
jsonParams
Param name | Description |
---|---|
id required |
The id of the upload to retrieve. Value: Must be a String |