GET /read/tags/$tag/posts

Get a list of posts from a tag.

Resource Information

   
Method GET
URL https://public-api.wordpress.com/rest/v1.1/read/tags/$tag/posts
Requires authentication? No

Method Parameters

Parameter Type Description
$tag (string) The tag name

Query Parameters

Parameter Type Description
http_envelope (bool)
false:
(default)
true:
Some environments (like in-browser Javascript or Flash) block or divert responses with a non-200 HTTP status code. Setting this parameter will force the HTTP status code to always be 200. The JSON response is wrapped in an "envelope" containing the "real" HTTP status code and headers.
pretty (bool)
false:
(default)
true:
Output pretty JSON
meta (string) Optional. Loads data from the endpoints found in the 'meta' part of the response. Comma-separated list. Example: meta=site,likes
fields (string) Optional. Returns specified fields only. Comma-separated list. Example: fields=ID,title
callback (string) An optional JSONP callback function.
number (int) The number of posts to return. Limit: 40. Default: 10.
page (int) Return the Nth 1-indexed page of posts.
order (string)
DESC:
(default) Return posts in descending order. For dates, that means newest to oldest.
ASC:
Return posts in ascending order. For dates, that means oldest to newest.
after (iso 8601 datetime) Return posts dated after the specified datetime.
before (iso 8601 datetime) Return posts dated before the specified datetime.

Response Parameters

Parameter Type Description
ID (int) The post ID.
site_ID (int) The site ID.
author (object) The author of the post.
date (iso 8601 datetime) The post's creation time.
modified (iso 8601 datetime) The post's most recent update time.
title (html) context dependent.
URL (url) The full permalink URL to the post.
short_URL (url) The wp.me short URL.
content (html) context dependent.
excerpt (html) context dependent.
slug (string) The name (slug) for the post, used in URLs.
guid (string) The GUID for the post.
status (string)
publish:
The post is published.
draft:
The post is saved as a draft.
pending:
The post is pending editorial approval.
private:
The post is published privately
future:
The post is scheduled for future publishing.
trash:
The post is in the trash.
auto-draft:
The post is a placeholder for a new post.
sticky (bool) Is the post sticky?
password (string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.
parent (object|false) A reference to the post's parent, if it has one.
type (string) The post's post_type. Post types besides post, page and revision need to be whitelisted using the rest_api_allowed_post_types filter.
comments_open (bool) Is the post open for comments?
pings_open (bool) Is the post open for pingbacks, trackbacks?
likes_enabled (bool) Is the post open to likes?
sharing_enabled (bool) Should sharing buttons show on this post?
comment_count (int) The number of comments for this post.
like_count (int) The number of likes for this post.
i_like (bool) Does the current user like this post?
is_reblogged (bool) Did the current user reblog this post?
is_following (bool) Is the current user following this blog?
global_ID (string) A unique WordPress.com-wide representation of a post.
featured_image (url) The URL to the featured image for this post if it has one.
post_thumbnail (object) The attachment object for the featured image if it has one.
format (string)
standard:
Standard
aside:
Aside
chat:
Chat
gallery:
Gallery
link:
Link
image:
Image
quote:
Quote
status:
Status
video:
Video
audio:
Audio
geo (object|false)
menu_order (int) (Pages Only) The order pages should appear in.
publicize_URLs (array) Array of Twitter and Facebook URLs published by this post.
tags (object) Hash of tags (keyed by tag name) applied to the post.
categories (object) Hash of categories (keyed by category name) applied to the post.
attachments (object) Hash of post attachments (keyed by attachment ID).
metadata (array) Array of post metadata keys and values. All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are available for authenticated requests with access. Protected meta keys can be made available with the rest_api_allowed_public_metadata filter.
meta (object) API result meta data
current_user_can (object) List of permissions. Note, deprecated in favor of `capabilities`
capabilities (object) List of post-specific permissions for the user; publish_post, edit_post, delete_post
date_range (object) date range covered by current results.
number (int) The number of posts brought back by current query.
posts (array) An array of post objects.

Resource Errors

These are the possible errors returned by this endpoint.

HTTP Code Error Identifier Error Message
403 unauthorized User cannot view taxonomy
403 unauthorized User cannot view post
400 invalid_topic The TOPIC parameter must be specified.
400 invalid_tag The TAG requested does not seem to be a valid tag.
403 unauthorized User cannot edit taxonomy
400 invalid_post Invalid post
400 invalid_context Invalid API CONTEXT
403 unauthorized User cannot edit post
404 unknown_post Unknown post

Example

curl 'https://public-api.wordpress.com/rest/v1/read/tags/wordpress/posts/?number=2'
<?php
$options  = array (
  'http' => 
  array (
    'ignore_errors' => true,
  ),
);

$context  = stream_context_create( $options );
$response = file_get_contents(
	'https://public-api.wordpress.com/rest/v1/read/tags/wordpress/posts/?number=2',
	false,
	$context
);
$response = json_decode( $response );
?>

Response

{
    "date_range": {
        "before": "2015-04-19T19:53:44+02:00",
        "after": "2015-04-19T11:40:20-06:00"
    },
    "number": 2,
    "posts": [
        {
            "ID": 9103,
            "site_ID": 778311,
            "author": {
                "ID": 801819,
                "login": "khanya",
                "email": false,
                "name": "Steve",
                "nice_name": "khanya",
                "URL": "http:\/\/khanya.wordpress.com\/",
                "avatar_URL": "https:\/\/2.gravatar.com\/avatar\/8c9445881af64c68f2402972ddc76c48?s=96&d=",
                "profile_URL": "http:\/\/en.gravatar.com\/khanya",
                "site_ID": 778311
            },
            "date": "2015-04-19T19:53:44+02:00",
            "modified": "2015-04-19T19:53:44+02:00",
            "title": "What do web designers have against the visually impaired?",
            "URL": "https:\/\/khanya.wordpress.com\/2015\/04\/19\/what-do-web-designers-have-against-the-visually-impaired\/",
            "short_URL": "http:\/\/wp.me\/p3gtp-2mP",
            "content": "<p>This morning I wanted to post a report on Fr Athanasius’s farewell service, but when I tried to do it, I could only get the new WordPress editor, which I find impossible to use, mainly because the designers have reduced the contrast between text and background so that it is extremely difficult to read. Young people with 20-20 vision might have no problems with it, but even if <a href=\"http:\/\/www.telegraph.co.uk\/news\/uknews\/11539573\/Middle-age-now-lasts-until-74-as-baby-boomers-refuse-to-grow-old.html\" target=\"_blank\">middle age now ends at 74 rather than 60<\/a>, I’m still an old fart by anyone’s reckoning, having passed my 74thy birthday a week ago, and my eyes are not as good as they were which I was 60, the old end of middle age, or even at 45, the old middle of middle age.<\/p>\n<p>It’s not just WordPress. Val said some people designing a web site when she was working wanted to do something like that, and she told them that if the background was white she wanted the figures in black, because she wanted to be able to read them.<\/p>\n<p>I’d resigned myself to not using WordPress any more, more or less freezing this blog where it is, and going back to my old blogger one, which, for all their attempts to cripple the editor, is still easier to use than the new WordPress one (though a lot more difficult than the old WordPress one).<\/p>\n<p>Then someone gave me a hint in a comment on my previous post on an undocumented way to get to the old editor (which I’m using to write this), and so I may be able to go on using WordPress a little longer, at least until they close that loophole.<\/p>\n<p>But I really wish that web designers weren’t so hell-bent on making their sites difficult to read and use. It’s not as if we all need to be fighter-pilots or something, flying in and out of clouds at Mach 2. But, come to think of it, even when I was 24, and did have 20-20 vision, I still preferred puttering around the sky in an open cockpit Slingsby T42, with the wind in my face and a panoramic view, than in a streamlined closed-cockpit speed job.<\/p>\n<div data-shortcode=\"caption\" id=\"attachment_9105\" style=\"width: 1034px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/khanya.files.wordpress.com\/2015\/04\/slingsby.jpg\"><img class=\"size-large wp-image-9105\" src=\"https:\/\/khanya.files.wordpress.com\/2015\/04\/slingsby.jpg?w=1024&h=660\" alt=\"Sam Barker (my instructor) and me in ther cockpit of a Slingsby T42, Oribyi Aerodrome, Pietermaritzburg, 1965\"   \/><\/a><p class=\"wp-caption-text\">Sam Barker (my instructor) and me in ther cockpit of a Slingsby T42, Oribyi Aerodrome, Pietermaritzburg, 1965<\/p><\/div>\n",
            "excerpt": "<p>This morning I wanted to post a report on Fr Athanasius’s farewell service, but when I tried to do it, I could only get the new WordPress editor, which I find impossible to use, mainly because the designers have reduced the contrast between text and background so that it is extremely difficult to read. Young [&hellip;]<\/p>\n",
            "slug": "what-do-web-designers-have-against-the-visually-impaired",
            "guid": "https:\/\/khanya.wordpress.com\/?p=9103",
            "status": "publish",
            "sticky": false,
            "password": "",
            "parent": false,
            "type": "post",
            "comments_open": true,
            "pings_open": true,
            "likes_enabled": true,
            "sharing_enabled": true,
            "comment_count": 0,
            "like_count": 0,
            "i_like": 0,
            "is_reblogged": 0,
            "is_following": 0,
            "global_ID": "5ef15ae4535b464d98faf5252274808e",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "Blogging": {
                    "ID": 91,
                    "name": "Blogging",
                    "slug": "blogging",
                    "description": "",
                    "post_count": 96,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:blogging",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:blogging\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "blogs": {
                    "ID": 460,
                    "name": "blogs",
                    "slug": "blogs",
                    "description": "",
                    "post_count": 13,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:blogs",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:blogs\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "web design": {
                    "ID": 168,
                    "name": "web design",
                    "slug": "web-design",
                    "description": "",
                    "post_count": 1,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:web-design",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:web-design\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "WordPress": {
                    "ID": 33,
                    "name": "WordPress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 26,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/tags\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                }
            },
            "categories": {
                "Blogger": {
                    "ID": 481,
                    "name": "Blogger",
                    "slug": "blogger",
                    "description": "",
                    "post_count": 12,
                    "parent": 91,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:blogger",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:blogger\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "Blogging": {
                    "ID": 91,
                    "name": "Blogging",
                    "slug": "blogging",
                    "description": "",
                    "post_count": 100,
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:blogging",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:blogging\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "Uncategorized": {
                    "ID": 1,
                    "name": "Uncategorized",
                    "slug": "uncategorized",
                    "description": "",
                    "post_count": 33,
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:uncategorized",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:uncategorized\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                },
                "WordPress": {
                    "ID": 33,
                    "name": "WordPress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 26,
                    "parent": 91,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/categories\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311"
                        }
                    }
                }
            },
            "attachments": {
                "9105": {
                    "ID": 9105,
                    "URL": "https:\/\/khanya.files.wordpress.com\/2015\/04\/slingsby.jpg",
                    "guid": "http:\/\/khanya.files.wordpress.com\/2015\/04\/slingsby.jpg",
                    "mime_type": "image\/jpeg",
                    "width": 800,
                    "height": 516
                }
            },
            "metadata": [
                {
                    "id": "61145",
                    "key": "geo_public",
                    "value": "0"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/posts\/9103",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/posts\/9103\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/posts\/9103\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/778311\/posts\/9103\/likes\/"
                }
            },
            "current_user_can": {
                "publish_post": false,
                "delete_post": false,
                "edit_post": false
            },
            "capabilities": {
                "publish_post": false,
                "delete_post": false,
                "edit_post": false
            },
            "pseudo_ID": "5ef15ae4535b464d98faf5252274808e",
            "is_external": false,
            "site_name": "Khanya",
            "site_URL": "http:\/\/khanya.wordpress.com",
            "site_is_private": false,
            "featured_media": {
                "uri": "https:\/\/khanya.files.wordpress.com\/2015\/04\/slingsby.jpg",
                "width": 800,
                "height": 516,
                "type": "image"
            }
        },
        {
            "ID": 20515,
            "site_ID": 44817901,
            "author": {
                "ID": 44153353,
                "login": "aopinionatedman",
                "email": false,
                "name": "Opinionated Man",
                "nice_name": "aopinionatedman",
                "URL": "http:\/\/aopinionatedman.com",
                "avatar_URL": "https:\/\/1.gravatar.com\/avatar\/d7784d679b2b6d9b8897532b432ebfd6?s=96&d=&r=X",
                "profile_URL": "http:\/\/en.gravatar.com\/aopinionatedman",
                "site_ID": 44817901
            },
            "date": "2015-04-19T11:40:20-06:00",
            "modified": "2015-04-19T11:40:20-06:00",
            "title": "What Are You Posting Today?",
            "URL": "http:\/\/aopinionatedman.com\/2015\/04\/19\/what-are-you-posting-today-2\/",
            "short_URL": "http:\/\/wp.me\/p323bn-5kT",
            "content": "<p>What are you posting today? Care to share the link with us?<\/p>\n<p><a href=\"https:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png\"><img class=\"alignnone size-full wp-image-20495\" src=\"https:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png?w=276&h=276\" alt=\"IMG_1416-0\" width=\"276\" height=\"276\" \/><\/a><\/p>\n<p>-OM<\/p>\n",
            "excerpt": "<p>What are you posting today? Care to share the link with us? -OM<\/p>\n",
            "slug": "what-are-you-posting-today-2",
            "guid": "http:\/\/aopinionatedman.com\/?p=20515",
            "status": "publish",
            "sticky": false,
            "password": "",
            "parent": false,
            "type": "post",
            "comments_open": true,
            "pings_open": true,
            "likes_enabled": true,
            "sharing_enabled": true,
            "comment_count": 4,
            "like_count": 4,
            "i_like": 0,
            "is_reblogged": 0,
            "is_following": 0,
            "global_ID": "fc8503a18c9e41cda7d87b49c0a5f75e",
            "featured_image": "https:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png",
            "post_thumbnail": {
                "ID": 20495,
                "URL": "https:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png",
                "guid": "http:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png",
                "mime_type": "image\/png",
                "width": 276,
                "height": 276
            },
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "about": {
                    "ID": 256,
                    "name": "about",
                    "slug": "about",
                    "description": "",
                    "post_count": 94,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:about",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:about\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "about me": {
                    "ID": 2579,
                    "name": "about me",
                    "slug": "about-me",
                    "description": "",
                    "post_count": 47,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:about-me",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:about-me\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "blog": {
                    "ID": 273,
                    "name": "blog",
                    "slug": "blog",
                    "description": "",
                    "post_count": 2187,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:blog",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:blog\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "blogging": {
                    "ID": 91,
                    "name": "blogging",
                    "slug": "blogging",
                    "description": "",
                    "post_count": 1247,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:blogging",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:blogging\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "intro": {
                    "ID": 7480,
                    "name": "intro",
                    "slug": "intro",
                    "description": "",
                    "post_count": 81,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:intro",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:intro\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "introduction": {
                    "ID": 885,
                    "name": "introduction",
                    "slug": "introduction",
                    "description": "",
                    "post_count": 213,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:introduction",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:introduction\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "promotion": {
                    "ID": 1641,
                    "name": "promotion",
                    "slug": "promotion",
                    "description": "",
                    "post_count": 43,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:promotion",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:promotion\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "self promotion": {
                    "ID": 45640,
                    "name": "self promotion",
                    "slug": "self-promotion",
                    "description": "",
                    "post_count": 11,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:self-promotion",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:self-promotion\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "welcome": {
                    "ID": 4264,
                    "name": "welcome",
                    "slug": "welcome",
                    "description": "",
                    "post_count": 207,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:welcome",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:welcome\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "wordpress": {
                    "ID": 33,
                    "name": "wordpress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 665,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                },
                "writing": {
                    "ID": 349,
                    "name": "writing",
                    "slug": "writing",
                    "description": "",
                    "post_count": 1198,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:writing",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/tags\/slug:writing\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                }
            },
            "categories": {
                "Blogging Articles": {
                    "ID": 4997634,
                    "name": "Blogging Articles",
                    "slug": "blogging-articles",
                    "description": "My articles on blogging and powerblogging. You may reblog and share as long as credit is given back to this website. -OM",
                    "post_count": 200,
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/categories\/slug:blogging-articles",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/categories\/slug:blogging-articles\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901"
                        }
                    }
                }
            },
            "attachments": {
                "20495": {
                    "ID": 20495,
                    "URL": "https:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png",
                    "guid": "http:\/\/aopinionatedman.files.wordpress.com\/2015\/04\/img_1416-02.png",
                    "mime_type": "image\/png",
                    "width": 276,
                    "height": 276
                }
            },
            "metadata": [
                {
                    "id": "164452",
                    "key": "geo_public",
                    "value": "0"
                },
                {
                    "id": "164445",
                    "key": "_thumbnail_id",
                    "value": "20495"
                },
                {
                    "id": "164467",
                    "key": "_wpas_done_10265033",
                    "value": "1"
                },
                {
                    "id": "164457",
                    "key": "_wpas_done_10441957",
                    "value": "1"
                },
                {
                    "id": "164465",
                    "key": "_wpas_done_10965014",
                    "value": "1"
                },
                {
                    "id": "164463",
                    "key": "_wpas_done_7934254",
                    "value": "1"
                },
                {
                    "id": "164460",
                    "key": "_wpas_done_8297456",
                    "value": "1"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/posts\/20515",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/posts\/20515\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/posts\/20515\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/44817901\/posts\/20515\/likes\/"
                }
            },
            "current_user_can": {
                "publish_post": false,
                "delete_post": false,
                "edit_post": false
            },
            "capabilities": {
                "publish_post": false,
                "delete_post": false,
                "edit_post": false
            },
            "pseudo_ID": "fc8503a18c9e41cda7d87b49c0a5f75e",
            "is_external": false,
            "site_name": "HarsH ReaLiTy",
            "site_URL": "http:\/\/aopinionatedman.wordpress.com",
            "site_is_private": false,
            "featured_media": {}
        }
    ]
}