The MassiveMusic API is organised around REST. Our API has predictable resource-oriented URLs and uses standard HTTP response codes, authentication, and verbs. Our APIs returns JSON and XML responses, dependent upon on the request header specified. accept: application/json accept: application/xml Ac…