Created
May 8, 2014 14:38
-
-
Save sunnyluthra/31413f12998a6c07edf1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"count": 1, | |
"count_total": 1, | |
"pages": 1, | |
"posts": [ | |
{ | |
"id": 1, | |
"type": "post", | |
"slug": "hello-world", | |
"url": "http:\/\/localhost\/wordpress\/?p=1", | |
"title": "Hello world!", | |
"title_plain": "Hello world!", | |
"content": "<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!<\/p>\n", | |
"excerpt": "Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!\n", | |
"date": "2009-11-11 12:50:19", | |
"modified": "2009-11-11 12:50:19", | |
"categories": [], | |
"tags": [], | |
"author": { | |
"id": 1, | |
"slug": "admin", | |
"name": "admin", | |
"first_name": "", | |
"last_name": "", | |
"nickname": "", | |
"url": "", | |
"description": "" | |
}, | |
"comments": [ | |
{ | |
"id": 1, | |
"name": "Mr WordPress", | |
"url": "http:\/\/wordpress.org\/", | |
"date": "2009-11-11 12:50:19", | |
"content": "<p>Hi, this is a comment.<br \/>To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.<\/p>\n", | |
"parent": 0 | |
} | |
], | |
"comment_count": 1, | |
"comment_status": "open" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment