Get track details

Get track details

/api/1.1/tracks/info/

Authentication

This method required authentication with read permission.

Arguments

  • fileID (Required) - The ID of the requested file (numeric value)

Example query

  • GET /api/1.1/tracks/info/?fileID=26033
  • Host: api.audiomicro.com
  • Date: Tue, 1 Apr 2009 23:45:45 +0030
  • Authorization: AUDIOMICRO 0PN5X16HBGZHT7JJ3X82:SF7y/ZXX8aSX5KnRjKnuOlP7S2k=

Example response

<result name="response" numFound="1" start="1">
<doc>
    <str name="details">a mid-tempo acoustic guitar and piano tune with full band,
    a la sheryl crow or jack Johnson</str>
    <str name="fileNameOnly">48e3b4b259387</str>
    <str name="fileType">mp3</str>
    <int name="fileidfileID">26033</int>
    <str name="intervalLength">1-2M</str>
    <int name="lengthSeconds">195</int>
    <int name="downloadCount">54</int>
    <str name="metaAlbumName">GreenWire Music and Audio</str>
    <str name="metaArtistName">greenwiremusic</str>
    <str name="metaTitle">Homecoming</str>
    <str name="refreshRateKHz">48000</str>
    <str name="tags">warm, happy, acoustic</str>
    <str name="topCategory">music</str>
    <int name="categoryID">173</int>
    <int name="filesize">5.4MB</int>
    <str name="trackLength">3:15</str>
    <str name="uploadDate">2008-10-01 12:34:42.0</str>
</doc>
</result>

Error codes

  1. ValueError Error validating input parameters
  2. AuthenticationError Invalid AccessKeyID or invalid SecretAccessKey or Expired out of date
  3. NoSuchTrack File with FileId is not found