MSN Spaces MetaWeblog API, version 1.00 is released which will let users to communicate with their spaces programmatically. More on this is on msdn. The API uses the XML-RPC protocol for communication between client applications and the Weblog server.

There can be many more service endpoints for many more blogging services and this API can be used for all of those which support XML-RPC based web service.

The service endpoint for MSN Spaces is https://storage.msn.com/storageservice/MetaWeblog.rpc

Any program or application can send XML-RPC requests to this service endpoint to communicate with the MSN Spaces servers.

The following methods are supported by the API:

Here is a sample code in C# which uses XML-RPC.Net library and .Net Framework to communicate with MSN Spaces using MetaWeblog API.