Skip to content

Instantly share code, notes, and snippets.

@solarkennedy
Created January 27, 2022 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solarkennedy/ff0daede33de8c3cb4902630b9439225 to your computer and use it in GitHub Desktop.
Save solarkennedy/ff0daede33de8c3cb4902630b9439225 to your computer and use it in GitHub Desktop.
Curl + JQ of SomaFM Stations
curl -s "https://somafm.com/channels.json" | jq -r '.channels[] | "\(.title): \(.playlists[0].url)"'
Seven Inch Soul: https://api.somafm.com/7soul.pls
Beat Blender: https://api.somafm.com/beatblender.pls
Boot Liquor: https://api.somafm.com/bootliquor320.pls
Black Rock FM: https://api.somafm.com/brfm.pls
Christmas Lounge: https://api.somafm.com/christmas256.pls
cliqhop idm: https://api.somafm.com/cliqhop256.pls
Covers: https://api.somafm.com/covers.pls
Deep Space One: https://api.somafm.com/deepspaceone.pls
DEF CON Radio: https://api.somafm.com/defcon256.pls
Digitalis: https://api.somafm.com/digitalis.pls
Drone Zone: https://api.somafm.com/dronezone256.pls
Dub Step Beyond: https://api.somafm.com/dubstep256.pls
Fluid: https://api.somafm.com/fluid.pls
Folk Forward: https://api.somafm.com/folkfwd.pls
Groove Salad: https://api.somafm.com/groovesalad256.pls
Groove Salad Classic: https://api.somafm.com/gsclassic.pls
Illinois Street Lounge: https://api.somafm.com/illstreet.pls
Indie Pop Rocks!: https://api.somafm.com/indiepop.pls
Jolly Ol' Soul: https://api.somafm.com/jollysoul.pls
SomaFM Live: https://api.somafm.com/live.pls
Lush: https://api.somafm.com/lush.pls
Mission Control: https://api.somafm.com/missioncontrol.pls
PopTron: https://api.somafm.com/poptron.pls
Secret Agent: https://api.somafm.com/secretagent.pls
Left Coast 70s: https://api.somafm.com/seventies320.pls
SF 10-33: https://api.somafm.com/sf1033.pls
Sonic Universe: https://api.somafm.com/sonicuniverse256.pls
Space Station Soma: https://api.somafm.com/spacestation.pls
Suburbs of Goa: https://api.somafm.com/suburbsofgoa.pls
The Trip: https://api.somafm.com/thetrip.pls
ThistleRadio: https://api.somafm.com/thistle.pls
Underground 80s: https://api.somafm.com/u80s256.pls
Xmas in Frisko: https://api.somafm.com/xmasinfrisko.pls
Christmas Rocks!: https://api.somafm.com/xmasrocks.pls
Metal Detector: https://api.somafm.com/metal.pls
Heavyweight Reggae: https://api.somafm.com/reggae256.pls
SF Police Scanner: https://api.somafm.com/scanner.pls
Vaporwaves: https://api.somafm.com/vaporwaves.pls
Department Store Christmas: https://api.somafm.com/specials.pls
n5MD Radio: https://api.somafm.com/n5md.pls
Synphaera Radio: https://api.somafm.com/synphaera256.pls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment