🎵 Pymuco API
A powerful API for musical notation processing.
🚧 This section is under development. 🚧
📌 How to Use the API
The Pymuco API allows you to retrieve the Scientific Pitch Notation (SPN) of a given musical note.
Endpoint Format:
https://pymuco.org/api/spn/<note>/<octave>/
Where:
- Note: Any valid musical note (Example:
C,D#,A, etc.). - Octave: Represents the pitch range of the note (Example:
4for C4,2for A2).
🔍 Example API Calls
Try out the following API calls:
- 🎵 Note C in octave 4 → https://pymuco.org/api/spn/C/4/
- 🎵 Note A in octave 2 → https://pymuco.org/api/spn/A/2/
- 🎵 Note F# in octave 5 → https://pymuco.org/api/spn/F%23/5/