Skip to content

Instantly share code, notes, and snippets.

@javouhey
Created October 15, 2010 09:19
Show Gist options
  • Save javouhey/627891 to your computer and use it in GitHub Desktop.
Save javouhey/627891 to your computer and use it in GitHub Desktop.
HTTP response when invoking GET http://api.soundcloud.com/tracks/6095809
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 15 Oct 2010 09:06:37 GMT
Content-Type: application/xml; charset=utf-8
Connection: keep-alive
X-Runtime: 21
ETag: "c1caac3666276b6bb0f67480977dd98c"
Cache-Control: private, max-age=0, must-revalidate
Content-Length: 2040
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, PUT, POST, DELETE
Access-Control-Allow-Headers: Authorization, Content-Type, Accept
<?xml version="1.0" encoding="UTF-8"?>
<track>
<id type="integer">6095809</id>
<created-at type="datetime">2010-10-15T06:33:58Z</created-at>
<user-id type="integer">1918842</user-id>
<duration type="integer">14450</duration>
<commentable type="boolean">true</commentable>
<state>finished</state>
<sharing>public</sharing>
<tag-list>french</tag-list>
<permalink>frere-jacques</permalink>
<description>Public domain audio from http://comptine.free.fr/comptine/fr%C3%A
8re_jacques.html</description>
<streamable type="boolean">true</streamable>
<downloadable type="boolean">false</downloadable>
<genre></genre>
<release></release>
<purchase-url nil="true"></purchase-url>
<label-id nil="true"></label-id>
<label-name></label-name>
<isrc></isrc>
<video-url nil="true"></video-url>
<track-type></track-type>
<key-signature></key-signature>
<bpm nil="true"></bpm>
<playback-count type="integer">2</playback-count>
<download-count type="integer">0</download-count>
<comment-count type="integer">0</comment-count>
<favoritings-count type="integer">1</favoritings-count>
<title>Frere jacques</title>
<release-year nil="true"></release-year>
<release-month nil="true"></release-month>
<release-day nil="true"></release-day>
<original-format>mp3</original-format>
<license>cc-by-sa</license>
<uri>http://api.soundcloud.com/tracks/6095809</uri>
<permalink-url>http://soundcloud.com/maripasoula/frere-jacques</permalink-url>
<artwork-url nil="true"></artwork-url>
<waveform-url>http://waveforms.soundcloud.com/9Y5jQY82MWn0_m.png</waveform-url>
<user>
<id type="integer">1918842</id>
<permalink>maripasoula</permalink>
<username>maripasoula</username>
<uri>http://api.soundcloud.com/users/1918842</uri>
<permalink-url>http://soundcloud.com/maripasoula</permalink-url>
<avatar-url>http://i1.soundcloud.com/avatars-000001880672-rc80rt-large.jpg?caa972</avatar-url>
</user>
<stream-url>http://api.soundcloud.com/tracks/6095809/stream</stream-url>
</track>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment