Skip to content

Instantly share code, notes, and snippets.

@sandro
Created June 6, 2009 05:00
Show Gist options
  • Save sandro/124699 to your computer and use it in GitHub Desktop.
Save sandro/124699 to your computer and use it in GitHub Desktop.
{
"album": [{
"id": null,
"name": null,
"track": [{
"name": null,
"index": null,
"sort": "index"
}],
"release_date": null,
"release_type": "Album",
"sort": "-release_date",
"/common/topic/image": [{
"id": null,
"optional": true,
"limit": 3
}]
}],
"id": null,
"name": "coldplay",
"type": "/music/artist"
}
http://www.freebase.com/api/service/search?query=coldplay&type=/music/artist&mql_output=[{%20%22album%22:%20[{%20%22id%22:%20%20%20%20%20%20%20%20%20%20%20null,%20%22name%22:%20%20%20%20%20%20%20%20%20null,%20%22track%22:%20[{%20%22name%22:%20%20null,%20%22index%22:%20null,%20%22sort%22:%20%20%22index%22%20}],%20%22release_date%22:%20null,%20%22release_type%22:%20%22Album%22,%20%22sort%22:%20%20%20%20%20%20%20%20%20%22-release_date%22,%20%22/common/topic/image%22:%20[{%20%22id%22:%20%20%20%20%20%20%20null,%20%22optional%22:%20true,%20%22limit%22:%20%20%20%203%20}]%20}],%20%22id%22:%20%20%20null,%20%22name%22:%20%22coldplay%22,%20%22type%22:%20%22/music/artist%22%20}]&limit=1
http://www.freebase.com/api/service/search?query=coldplay&type=/music/artist&limit=1&mql_output=[{ "album": [{ "id": null, "name": null, "track": [{ "name": null, "index": null, "sort": "index" }], "release_date": null, "release_type": "Album", "sort": "-release_date", "/common/topic/image": [{ "id": null, "optional": true, "limit": 3 }] }], "id": null, "name": "coldplay", "type": "/music/artist" }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment