local ➜ ~ http wordpress-develop.dev/wp-json/wp/statuses --auth=daniel:daniel
HTTP/1.1 200 OK
Allow: GET
Cache-Control: no-cache, must-revalidate, max-age=0
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
Date: Fri, 03 Apr 2015 16:03:14 GMT
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Pragma: no-cache
Server: nginx/1.4.6 (Ubuntu)
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Pingback: http://wordpress-develop.dev/xmlrpc.php
X-Powered-By: PHP/5.5.9-1ubuntu4.3
[
{
"name": "Published",
"private": false,
"protected": false,
"public": true,
"queryable": true,
"show_in_list": true,
"slug": "publish"
},
{
"name": "Scheduled",
"private": false,
"protected": true,
"public": false,
"queryable": false,
"show_in_list": true,
"slug": "future"
},
{
"name": "Draft",
"private": false,
"protected": true,
"public": false,
"queryable": false,
"show_in_list": true,
"slug": "draft"
},
{
"name": "Pending",
"private": false,
"protected": true,
"public": false,
"queryable": false,
"show_in_list": true,
"slug": "pending"
},
{
"name": "Private",
"private": true,
"protected": false,
"public": false,
"queryable": false,
"show_in_list": true,
"slug": "private"
}
]