Last active
December 30, 2015 20:49
-
-
Save deanh/7883033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(! 612)-> curl -XGET 'http://api.openaura.com/search/artists?q=taylor&api_key=YOUR_KEY' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 10738 0 10738 0 0 61448 0 --:--:-- --:--:-- --:--:-- 81348 | |
[ { oa_artist_id: '47', | |
name: 'Taylor Swift', | |
musicbrainz_id: '20244d07-534f-4eff-b4d4-930878889970' }, | |
{ oa_artist_id: '13791', | |
name: 'Gillian Taylor', | |
musicbrainz_id: '6cfddc45-bf8b-46a5-b471-297b25b55fa9' }, | |
{ oa_artist_id: '14256', | |
name: 'Billy Taylor Quartet', | |
musicbrainz_id: 'cef8839e-86bc-4b2c-ac8a-bda7a0e7afeb' }, | |
{ oa_artist_id: '17700', | |
name: 'Taylor Eigsti', | |
musicbrainz_id: '8761d124-4a19-4db3-811c-b257d873981f' }, | |
{ oa_artist_id: '26376', | |
name: 'Alex Taylor', | |
musicbrainz_id: '342cdb35-ba5a-409f-a079-984ef0d4c440' }, | |
{ oa_artist_id: '27595', | |
name: 'Taylor Hicks', | |
musicbrainz_id: 'b8b5895b-6c8c-4e1d-867c-b4ff96a074a7' }, | |
{ oa_artist_id: '60312', | |
name: 'Chuck Taylor', | |
musicbrainz_id: '1df10d46-a2a6-4452-b7f1-47e778606a36' }, | |
{ oa_artist_id: '62010', | |
name: 'Jim Taylor and Friends', | |
musicbrainz_id: 'd314d88a-8530-41ea-8266-a4d3e486d3b4' }, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment