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
400 invalid_tag The tag requested does not seem to be valid.
403 unauthorized User cannot view taxonomy
403 unauthorized User cannot view post
400 invalid_topic The TOPIC parameter must be specified.
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": "2021-09-19T06:56:00+01:00",
        "after": "2021-09-19T05:54:45+00:00"
    },
    "number": 2,
    "posts": [
        {
            "ID": 44768,
            "site_ID": 76159859,
            "author": {
                "ID": 72738911,
                "login": "itsgoodtobecrazysometimes",
                "email": false,
                "name": "itsgoodtobecrazysometimes",
                "first_name": "",
                "last_name": "",
                "nice_name": "itsgoodtobecrazysometimes",
                "URL": "http:\/\/itsgoodtobecrazysometimes.wordpress.com",
                "avatar_URL": "https:\/\/2.gravatar.com\/avatar\/e6721e42506809745a5b3674c131bcde?s=96&d=identicon&r=G",
                "profile_URL": "https:\/\/en.gravatar.com\/itsgoodtobecrazysometimes",
                "ip_address": false,
                "site_ID": 76159859,
                "site_visible": true
            },
            "date": "2021-09-19T06:56:00+01:00",
            "modified": "2021-09-18T22:57:52+01:00",
            "title": "*Press This* Vintage Notes… #202",
            "URL": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/2021\/09\/19\/press-this-vintage-notes-202\/",
            "short_URL": "https:\/\/wp.me\/p59yEP-bE4",
            "content": "<div class=\"is-reader\">\n<p>I like this phrase<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-link is-provider-cyranny-039-s-cove wp-block-embed-cyranny-039-s-cove\" style=\"margin: 0 0 1em;\"><div class=\"wp-block-embed__wrapper\" style=\"position: relative;\">\n<a href=\"https:\/\/cyranny.com\/2021\/09\/14\/vintage-notes-11\/\" rel=\"nofollow\">https:\/\/cyranny.com\/2021\/09\/14\/vintage-notes-11\/<\/a>\n<\/div><\/figure>\n<\/div>",
            "excerpt": "<p>I like this phrase <a href=\"https:\/\/cyranny.com\/2021\/09\/14\/vintage-notes-11\/\" rel=\"nofollow\">https:\/\/cyranny.com\/2021\/09\/14\/vintage-notes-11\/<\/a><\/p>\n",
            "slug": "press-this-vintage-notes-202",
            "guid": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/?p=44768",
            "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": false,
            "is_reblogged": false,
            "is_following": false,
            "global_ID": "939b95a3a772fa840816d15cdbe8627e",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "cyranny": {
                    "ID": 430608346,
                    "name": "cyranny",
                    "slug": "cyranny",
                    "description": "",
                    "post_count": 572,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/cyranny\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:cyranny",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:cyranny\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "cyranny's cove": {
                    "ID": 542006847,
                    "name": "cyranny's cove",
                    "slug": "cyrannys-cove",
                    "description": "",
                    "post_count": 551,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/cyrannys-cove\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:cyrannys-cove",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:cyrannys-cove\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "inspire": {
                    "ID": 8421,
                    "name": "inspire",
                    "slug": "inspire",
                    "description": "",
                    "post_count": 98,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/inspire\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:inspire",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:inspire\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "itsgoodtobecrazysometimes": {
                    "ID": 387340962,
                    "name": "itsgoodtobecrazysometimes",
                    "slug": "itsgoodtobecrazysometimes",
                    "description": "",
                    "post_count": 10482,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/itsgoodtobecrazysometimes\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:itsgoodtobecrazysometimes",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:itsgoodtobecrazysometimes\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "mycrazylife": {
                    "ID": 119178403,
                    "name": "mycrazylife",
                    "slug": "mycrazylife",
                    "description": "",
                    "post_count": 10563,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/mycrazylife\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:mycrazylife",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:mycrazylife\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "saying": {
                    "ID": 21925,
                    "name": "saying",
                    "slug": "saying",
                    "description": "",
                    "post_count": 2,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/saying\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:saying",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:saying\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "trina": {
                    "ID": 535896,
                    "name": "trina",
                    "slug": "trina",
                    "description": "",
                    "post_count": 9756,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/trina\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:trina",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:trina\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "vintage notes": {
                    "ID": 31159902,
                    "name": "vintage notes",
                    "slug": "vintage-notes",
                    "description": "",
                    "post_count": 7,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/vintage-notes\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:vintage-notes",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:vintage-notes\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "wordpress": {
                    "ID": 33,
                    "name": "wordpress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 9862,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/wordpress\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                }
            },
            "categories": {
                "share weekend": {
                    "ID": 596099610,
                    "name": "share weekend",
                    "slug": "share-weekend",
                    "description": "",
                    "post_count": 4639,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/category\/share-weekend\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/categories\/slug:share-weekend",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/categories\/slug:share-weekend\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                }
            },
            "attachments": {},
            "metadata": [
                {
                    "id": "323541",
                    "key": "_wpas_done_12347365",
                    "value": "1"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/44768",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/44768\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/44768\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/44768\/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": "939b95a3a772fa840816d15cdbe8627e",
            "is_external": false,
            "site_name": "Its good to be crazy Sometimes",
            "site_URL": "https:\/\/itsgoodtobecrazysometimes.wordpress.com",
            "site_is_private": false,
            "featured_media": {}
        },
        {
            "ID": 1142,
            "site_ID": 33197230,
            "author": {
                "ID": 33252883,
                "login": "justnicolerenee415",
                "email": false,
                "name": "NicoleRenee415",
                "first_name": "Nicole Renee",
                "last_name": "",
                "nice_name": "justnicolerenee415",
                "URL": "http:\/\/justnicolerenee415.wordpress.com",
                "avatar_URL": "https:\/\/1.gravatar.com\/avatar\/dc3966fc8b8a31ca818ab49cd82f7149?s=96&d=identicon&r=G",
                "profile_URL": "https:\/\/en.gravatar.com\/justnicolerenee415",
                "ip_address": false,
                "site_ID": 33197230,
                "site_visible": true
            },
            "date": "2021-09-19T05:54:45+00:00",
            "modified": "2021-09-19T05:54:45+00:00",
            "title": "The Great Fall",
            "URL": "http:\/\/justnicolerenee415.com\/2021\/09\/19\/the-great-fall\/",
            "short_URL": "https:\/\/wp.me\/p2fi7c-iq",
            "content": "<div class=\"is-reader\">\n<p>Once it was a beacon of light,<\/p>\n\n\n\n<p>This shining hill dressed as a white knight.<\/p>\n\n\n\n<p>Now it only brings hate,<\/p>\n\n\n\n<p>Laying prone on the ground, and heavy as a freight.<\/p>\n\n\n\n<p>I find myself mystified,<\/p>\n\n\n\n<p>maybe naive, and wide-eyed as a victorian bride.<\/p>\n\n\n\n<p>How far did we backslide?<\/p>\n\n\n\n<p>When did I lose my greatest ally?<\/p>\n\n\n\n<p>The contradictions are clear,<\/p>\n\n\n\n<p>yet we still clamor and believe all because of fear.<\/p>\n\n\n\n<p>I stand here,<\/p>\n\n\n\n<p>Waiting, helpless, praying that you\u2019ll appear.<\/p>\n\n\n\n<p>Isn\u2019t that right dear?<\/p>\n\n\n\n<p>Won\u2019t you loan me a few of your tears?<\/p>\n\n\n\n<p>You see I\u2019ve ran out,<\/p>\n\n\n\n<p>When humanity chose the coward\u2019s way and took the bailout.<\/p>\n\n\n\n<p>There are no rebels here.<\/p>\n\n\n\n<p>They lament, yet still adhere.<\/p>\n\n\n\n<p>It\u2019s troubling to see this clear!<\/p>\n\n\n\n<p>Maybe it\u2019s too soon,<\/p>\n\n\n\n<p>Maybe it\u2019s too late,<\/p>\n\n\n\n<p>But soon you\u2019ll see the weight,<\/p>\n\n\n\n<p>compliances that morphed into mandates.<\/p>\n\n\n\n<p>-N<\/p>\n\n\n\n<p><\/p>\n <\/div>",
            "excerpt": "<p>Once it was a beacon of light, This shining hill dressed as a white knight. Now it only brings hate, Laying prone on the ground, and heavy as a freight. I find myself mystified, maybe naive, and wide-eyed as a victorian bride. How far did we backslide? When did I lose my greatest ally? The [&hellip;]<\/p>\n",
            "slug": "the-great-fall",
            "guid": "https:\/\/justnicolerenee415.com\/?p=1142",
            "status": "publish",
            "sticky": true,
            "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": false,
            "is_reblogged": false,
            "is_following": false,
            "global_ID": "15b5d4dcd748dbdc434362a6027953f4",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "amateur": {
                    "ID": 39940,
                    "name": "amateur",
                    "slug": "amateur",
                    "description": "",
                    "post_count": 73,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/amateur\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:amateur",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:amateur\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "author": {
                    "ID": 7223,
                    "name": "author",
                    "slug": "author",
                    "description": "",
                    "post_count": 10,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/author\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:author",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:author\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "blooging": {
                    "ID": 606500,
                    "name": "blooging",
                    "slug": "blooging",
                    "description": "",
                    "post_count": 2,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/blooging\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:blooging",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:blooging\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "fallen": {
                    "ID": 156473,
                    "name": "fallen",
                    "slug": "fallen",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/fallen\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:fallen",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:fallen\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "freedom": {
                    "ID": 5648,
                    "name": "freedom",
                    "slug": "freedom",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/freedom\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:freedom",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:freedom\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "freelance": {
                    "ID": 5739,
                    "name": "freelance",
                    "slug": "freelance",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/freelance\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:freelance",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:freelance\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "love": {
                    "ID": 3785,
                    "name": "love",
                    "slug": "love",
                    "description": "",
                    "post_count": 53,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/love\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:love",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:love\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "mandates": {
                    "ID": 290521,
                    "name": "mandates",
                    "slug": "mandates",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/mandates\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:mandates",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:mandates\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "poetry": {
                    "ID": 422,
                    "name": "poetry",
                    "slug": "poetry",
                    "description": "",
                    "post_count": 85,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/poetry\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:poetry",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:poetry\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "quarantine": {
                    "ID": 1186564,
                    "name": "quarantine",
                    "slug": "quarantine",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/quarantine\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:quarantine",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:quarantine\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "thoughts": {
                    "ID": 563,
                    "name": "thoughts",
                    "slug": "thoughts",
                    "description": "",
                    "post_count": 46,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/thoughts\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:thoughts",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:thoughts\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "truth": {
                    "ID": 106,
                    "name": "truth",
                    "slug": "truth",
                    "description": "",
                    "post_count": 35,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/truth\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:truth",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:truth\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                },
                "Wordpress": {
                    "ID": 33,
                    "name": "Wordpress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 57,
                    "feed_url": "http:\/\/justnicolerenee415.com\/tag\/wordpress\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/tags\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                }
            },
            "categories": {
                "Uncategorized": {
                    "ID": 1,
                    "name": "Uncategorized",
                    "slug": "uncategorized",
                    "description": "",
                    "post_count": 192,
                    "feed_url": "http:\/\/justnicolerenee415.com\/category\/uncategorized\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/categories\/slug:uncategorized",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/categories\/slug:uncategorized\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230"
                        }
                    }
                }
            },
            "attachments": {},
            "metadata": [
                {
                    "id": "5391",
                    "key": "_wpas_done_1408053",
                    "value": "1"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/posts\/1142",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/posts\/1142\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/posts\/1142\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/33197230\/posts\/1142\/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": "15b5d4dcd748dbdc434362a6027953f4",
            "is_external": false,
            "site_name": "JustNicoleRenee",
            "site_URL": "http:\/\/justnicolerenee415.com",
            "site_is_private": false,
            "featured_media": {}
        }
    ]
}