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": "2023-03-31T05:50:04+00:00",
        "after": "2023-03-31T06:16:00+01:00"
    },
    "number": 2,
    "posts": [
        {
            "ID": 6996,
            "site_ID": 180280521,
            "author": {
                "ID": 189847503,
                "login": "wparchivesblog",
                "email": false,
                "name": "WP Archives",
                "first_name": "WP Archives",
                "last_name": "Blog",
                "nice_name": "wparchivesblog",
                "URL": "https:\/\/wparchivesblog.wordpress.com",
                "avatar_URL": "https:\/\/0.gravatar.com\/avatar\/3cc76399570fc04e3d6061438c8e0efa?s=96&d=identicon&r=G",
                "profile_URL": "https:\/\/en.gravatar.com\/wparchivesblog",
                "ip_address": false,
                "site_ID": 180280521,
                "site_visible": true
            },
            "date": "2023-03-31T05:50:04+00:00",
            "modified": "2023-03-31T05:50:04+00:00",
            "title": "What is Tabnabbing and How Can You Safeguard Your Site Against It?",
            "URL": "https:\/\/wparchivesblog.wordpress.com\/2023\/03\/31\/what-is-tabnabbing-and-how-can-you-safeguard-your-site-against-it-2\/",
            "short_URL": "https:\/\/wp.me\/pccrcl-1OQ",
            "content": "<p><img width=\"800\" height=\"419\" src=\"https:\/\/wparchives.com\/wp-content\/uploads\/2022\/01\/What-is-Tabnabbing-and-How-Can-You-Safeguard-Your-Elementor.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"What is Tabnabbing and How Can You Safeguard Your Elementor Site Against It?\" loading=\"lazy\" title=\"What is Tabnabbing and How Can You Safeguard Your Elementor Site Against It? 2\"><\/p>\n<p>I recently came across the term \u201ctabnabbing\u201d.<\/p>\n<p>In short, tabnabbing is a phishing attack that manipulates web pages. It can be harmful to both your website (and its reputation) and your visitors alike. <\/p>\n<p>Naturally, I wanted to learn more about how we, as website owners, can help safeguard our visitors. So I did a little digging \u2026<\/p>\n<p>In this short article, I\u2019ll be explaining what tabnabbing is in more detail, and what you can do to mitigate it.<\/p>\n<h2 id=\"h-what-is-tabnabbing-anyway\">What is Tabnabbing Anyway?<\/h2>\n<p>Tabnabbing is a phishing attack that may occur when a site visitor clicks on a link that opens in a new tab or window. This action allows hackers the opportunity to place a redirect to a duplicate site that is totally in their control. <\/p>\n<h3 id=\"h-what-s-the-point-of-tabnabbing\">What\u2019s the Point of Tabnabbing?<\/h3>\n<p>The objective here is pretty simple. The criminal hacker will link visitors to a duplicate site in the hope of getting access to login details and other sensitive information.<\/p>\n<p>The JavaScript in the new tab can do anything that normal JavaScript can. It can manipulate the page, alter data, send requests, read cookies for that site, etc. It can also obtain details of and perform changes to the parent window. For<\/p>\n<p>[\u2026]<\/p>\n<p><a href=\"https:\/\/wparchives.com\/tabnabbing-safeguard-elementor-site\/\"><span class=\"screen-reader-text\">What is Tabnabbing and How Can You Safeguard Your  Site Against It?<\/span> Keep Reading \u00bb<\/a><br \/>#Blogging #WordPress #BloggingTips #BlogChat<\/p>\n<p>source <a href=\"https:\/\/wparchives.com\/tabnabbing-safeguard-elementor-site\/\">https:\/\/wparchives.com\/tabnabbing-safeguard-elementor-site\/<\/a><\/p>\n",
            "excerpt": "<p>I recently came across the term \u201ctabnabbing\u201d. In short, tabnabbing is a phishing attack that manipulates web pages. It can be harmful to both your website (and its reputation) and your visitors alike. Naturally, I wanted to learn more about how we, as website owners, can help safeguard our visitors. So I did a little [&hellip;]<\/p>\n",
            "slug": "what-is-tabnabbing-and-how-can-you-safeguard-your-site-against-it-2",
            "guid": "https:\/\/wparchivesblog.wordpress.com\/?p=6996",
            "status": "publish",
            "sticky": false,
            "password": "",
            "parent": false,
            "type": "post",
            "comments_open": true,
            "pings_open": false,
            "likes_enabled": true,
            "sharing_enabled": true,
            "comment_count": 0,
            "like_count": 0,
            "i_like": false,
            "is_reblogged": false,
            "is_following": false,
            "global_ID": "b4276e76aeba8bd1091b763e978591fe",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {},
            "categories": {
                "Blogging": {
                    "ID": 91,
                    "name": "Blogging",
                    "slug": "blogging",
                    "description": "",
                    "post_count": 3468,
                    "feed_url": "https:\/\/wparchivesblog.wordpress.com\/category\/blogging\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/categories\/slug:blogging",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/categories\/slug:blogging\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521"
                        }
                    }
                },
                "WordPress": {
                    "ID": 33,
                    "name": "WordPress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 3468,
                    "feed_url": "https:\/\/wparchivesblog.wordpress.com\/category\/wordpress\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/categories\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/categories\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521"
                        }
                    }
                }
            },
            "attachments": {},
            "metadata": false,
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/6996",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/6996\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/6996\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/6996\/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": "b4276e76aeba8bd1091b763e978591fe",
            "is_external": false,
            "site_name": "WP Archives Blog",
            "site_URL": "https:\/\/wparchivesblog.wordpress.com",
            "site_is_private": false,
            "featured_media": {
                "uri": "https:\/\/wparchives.com\/wp-content\/uploads\/2022\/01\/What-is-Tabnabbing-and-How-Can-You-Safeguard-Your-Elementor.jpg",
                "width": 0,
                "height": 0,
                "type": "image"
            }
        },
        {
            "ID": 58259,
            "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": "2023-03-31T06:16:00+01:00",
            "modified": "2023-03-30T19:38:02+01:00",
            "title": "Lets come up with a Conspiracy Theory",
            "URL": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/2023\/03\/31\/lets-come-up-with-a-conspiracy-theory\/",
            "short_URL": "https:\/\/wp.me\/p59yEP-f9F",
            "content": "<div class=\"is-reader\">\n<p>I love a good conspiracy theory, some of them are so bonkers they could actually be true<\/p>\n\n\n\n<p>However recently, there have been a few things, which have made me go, ooooohhhh.<\/p>\n\n\n\n<p>Firstly, have you noticed how many asteroids are flying very close to the Earth?<\/p>\n\n\n\n<p>Then you have the balloons, which seem to have disappeared from the news<\/p>\n\n\n\n<p>NASA deflected an asteroid recently. <\/p>\n\n\n\n<p>Maybe there is something going on. <\/p>\n\n\n\n<p>However if there is, I know that the UK government are not in on it, because its not been leaked on twitter yet. But there are lots of other governments. <\/p>\n\n\n\n<p>If anything is happening, its either where everyone thinks Australia is or Finland. Because apparently neither of those two countries exist. If you say you are from there I shall assume you an actor paid by the government.<\/p>\n\n\n\n<p>If you have a few minutes though, those two are brilliant theories which always make me chuckle <\/p>\n <\/div>",
            "excerpt": "<p>I love a good conspiracy theory, some of them are so bonkers they could actually be true However recently, there have been a few things, which have made me go, ooooohhhh. Firstly, have you noticed how many asteroids are flying very close to the Earth? Then you have the balloons, which seem to have disappeared [&hellip;]<\/p>\n",
            "slug": "lets-come-up-with-a-conspiracy-theory",
            "guid": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/?p=58259",
            "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": 2,
            "i_like": false,
            "is_reblogged": false,
            "is_following": false,
            "global_ID": "6d1016d667e76bfe199d60a6e07e856a",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "standard",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "america": {
                    "ID": 8055,
                    "name": "america",
                    "slug": "america",
                    "description": "",
                    "post_count": 26,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/america\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:america",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:america\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "asteroids": {
                    "ID": 118749,
                    "name": "asteroids",
                    "slug": "asteroids",
                    "description": "",
                    "post_count": 2,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/asteroids\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:asteroids",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:asteroids\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "balloons": {
                    "ID": 187609,
                    "name": "balloons",
                    "slug": "balloons",
                    "description": "",
                    "post_count": 1,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/balloons\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:balloons",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:balloons\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "china": {
                    "ID": 1470,
                    "name": "china",
                    "slug": "china",
                    "description": "",
                    "post_count": 3,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/china\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:china",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:china\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "conspiracy theory": {
                    "ID": 17776,
                    "name": "conspiracy theory",
                    "slug": "conspiracy-theory",
                    "description": "",
                    "post_count": 6,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/conspiracy-theory\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:conspiracy-theory",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:conspiracy-theory\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "government": {
                    "ID": 2311,
                    "name": "government",
                    "slug": "government",
                    "description": "",
                    "post_count": 189,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/tag\/government\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:government",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/tags\/slug:government\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                },
                "itsgoodtobecrazysometimes": {
                    "ID": 387340962,
                    "name": "itsgoodtobecrazysometimes",
                    "slug": "itsgoodtobecrazysometimes",
                    "description": "",
                    "post_count": 13390,
                    "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": 13472,
                    "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"
                        }
                    }
                },
                "trina": {
                    "ID": 535896,
                    "name": "trina",
                    "slug": "trina",
                    "description": "",
                    "post_count": 12658,
                    "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"
                        }
                    }
                },
                "wordpress": {
                    "ID": 33,
                    "name": "wordpress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 12747,
                    "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": {
                "In the news": {
                    "ID": 110,
                    "name": "In the news",
                    "slug": "in-the-news",
                    "description": "",
                    "post_count": 266,
                    "feed_url": "https:\/\/itsgoodtobecrazysometimes.wordpress.com\/category\/in-the-news\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/categories\/slug:in-the-news",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/categories\/slug:in-the-news\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859"
                        }
                    }
                }
            },
            "attachments": {},
            "metadata": [
                {
                    "id": "402737",
                    "key": "_wpas_done_12347365",
                    "value": "1"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/58259",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/58259\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/58259\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/76159859\/posts\/58259\/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": "6d1016d667e76bfe199d60a6e07e856a",
            "is_external": false,
            "site_name": "Its good to be crazy Sometimes",
            "site_URL": "https:\/\/itsgoodtobecrazysometimes.wordpress.com",
            "site_is_private": false,
            "featured_media": {}
        }
    ]
}