Currently, the NeManager API only support JSON.
The response you get will always look the same, except for what goes on inside the data tag. This is an example response:
{
"data" : {}, // different for every request
"success" : true, // true if the request was successful
"status" : 200 // request http response code
}