Introduction to NiceNIC API V2
The NiceNIC API can be accessed at http://api.nicenic.net/v2/
The API is request via HTTP, returns JSON-encoded responses. You must specify the HTTP Authorization header and specify Content-Type: application-json.
The character set of all parameters is UTF-8.
http://api.nicenic.net/v2/
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Authorization: username:api_secret
Content-Type: application/json
### Response format
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}