Exemplo de uma resposta 'OK':
pedido:
http://s.services.clix.pt/
expand/?shorturl=http://s.clix.pt/f
resposta:
{"status":"OK",
"data" :{"stats":"http://s.clix.pt/f",
"originalurl":"http://www.google.com"
}
}
Exemplo de uma resposta 'NOT_FOUND':
pedido:
http://s.services.clix.pt/
expand/?shorturl=http://s.clix.pt/ff
resposta:
{"status" :"NOT_FOUND",
"message":"shorturl inválido"
}