Last active
December 30, 2015 20:49
-
-
Save deanh/7883059 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
(! 613)-> curl -XGET 'http://api.openaura.com/search/artists?q=taylor&limit=5&api_key=YOUR_API_KEY' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 523 0 523 0 0 1131 0 --:--:-- --:--:-- --:--:-- 1330 | |
[ { 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' } ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment