/scores/get
This request handler returns a raw score history for a source text,
translation or username. It expects the following parameters:
guid : the md5 hash or guid for the translation being scored
url : the URL of the source document you want scores for
username : the WWL or external username you want a score history for
remote_addr : the IP address of the translator (for anonymous translations)
output : output format (xml, json, with xml by default)
It returns output in one of the following formats:
xml (default)
json
text (csv)
Test Form