XML-RPC
XML-RPC Requests
Send xml-rpc requests as HTTP POST requests to http://ws.audioscrobbler.com/2.0/ (opens new window) . Send your params as named arguments using a struct in the first param node. See the example below.
XML-RPC Responses
XML-RPC requests will receive responses in XML-RPC format by default. See the XML-RPC specification (opens new window) for more information.