20150603 - a track endpoint

4 views
Skip to first unread message

Dan Gravell

unread,
Jun 3, 2015, 11:43:39 AM6/3/15
to onemusicapi-...@googlegroups.com
This new build contains the first work on a track endpoint. As a new API is being added, a new API version is introduced: 20150623.

The track API currently only supports fingerprint based queries. Send your GET/POST to:


With the parameters:

track.1.duration=[duration]
track.1.fingerprint=[duration]

The response will be of the form:

[
    {
        "title": "Sunnyside",
        "artists": [
            "Mike Stern"
        ],
        "releases": [
            {
                "title": "Between The Lines",
                "artist": "Mike Stern",
                "year": "1996",
                "media": [
                ],
                "images": [
                    {
                        "url": "http://api.onemusicapi.com/20150623/images/asin/B000002J74.jpg",
                        "width": "498",
                        "height": "500"
                    }
                ],
                "uris": [
                ],
                "score": 1
            }
        ]
    }
]

Next on the schedule: name based track lookups and recording IDs for matched tracks.

Let me know what you think!

Dan
Reply all
Reply to author
Forward
0 new messages