url_from_ml = function(ml)
	return ('%s/api/v1/statuses/%s'):format(ml.host, ml.id)
end