# Arc Echo

> Arc Echo is an independent record label. arcecho.fm hosts the full label
> catalog: 3 artists with streaming
> albums, tracks and music videos, playable directly on the site.

Every HTML page embeds schema.org JSON-LD (MusicGroup, MusicAlbum,
MusicRecording, VideoObject). Slugs are stable; URLs are canonical at
https://arcecho.fm (no www).

## Artists

- [Artist roster](https://arcecho.fm/artists/): all label artists
- [Artist API](https://arcecho.fm/api/v1/artists/): JSON list of artists
- Per artist: https://arcecho.fm/api/v1/artists/{slug}/ (bio, links, albums)
- Per album: https://arcecho.fm/api/v1/artists/{artist-slug}/albums/{album-slug}/ (tracklist)

## Releases

- [New releases feed (RSS)](https://arcecho.fm/feeds/releases/)
- [New releases feed (Atom)](https://arcecho.fm/feeds/releases/atom/)

## Machine-readable

- [Sitemap index](https://arcecho.fm/sitemap.xml)
- [Full catalog dump (markdown)](https://arcecho.fm/llms-full.txt)
- JSON API is read-only, CORS-enabled (`Access-Control-Allow-Origin: *`)

## Contact

- Licensing / sync / press: see the label site at https://arcecho.co
- Sister sites: https://arcecho.studio (studio), https://arcecho.co (company)
