musiigeek
Maqamify is a music theory API that provides instant chord data for developers building music applications. ## Features - Get all notes in any chord (Am, C, G7, Dmaj7...) - Support for major, minor, dominant, diminished, augmented chords - Clean and simple REST API - Fast response time - Easy integration in any language ## Use Cases - Guitar/piano learning apps - Chord progression generators -…
musiigeek endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET /chords /chords |
Returns the list of all available chords in the API. **Optional query parameter:** - `quality=major` → returns only major chords (A, B, C, D...) - `quality=minor` → returns only… |
| GET |
GET /chords/{chord_name} /chords/{chord_name} |
Returns all available shapes (voicings) for a given chord name. **Supported formats:** A, Am, Bb, C#m, G, F#m, Db, Eb... Enharmonic equivalents are automatically resolved (Db →… |
musiigeek pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|