LyricWiki API/Support Matrix
Comments0
26pages on
this wiki
this wiki
< LyricWiki API
| Key | |
|---|---|
| | Fully supported |
| | Partially supported (might be buggy) |
| | Not supported |
| n/a | Don't plan to support this |
| Function | SOAP | REST | ||||
|---|---|---|---|---|---|---|
| text | html | xml | json | php | ||
| Fetching | ||||||
| getSong | | | | | | |
| getArtist | | | | | | |
| getAlbum | | | | | | |
| getHometown | | | | | | |
| getSOTD | | | | | | |
| getTopSongs | | | | | | |
| Updating | ||||||
| postArtist | ? | | | | | |
| postAlbum | ? | | | | | |
| postSong | | | | | | |
* Note the realjson format on some of the calls. It is recommended that this be used on all calls to get valid JSON as opposed to the original format of the Javascript. The old format was kept as the default to keep from breaking existing apps but is poorly formed JSON.
** Note the fixXML parameter on the getArtist XML call. It is recommended that this be used on all getArtist XML calls to get valid XML as opposed to the original format of the XML. The old format was kept as the default to keep from breaking existing apps but is poorly formed XML.