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.
lang (string) Return posts in the specified language.

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 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-09-29T21:54:52-05:00",
        "after": "2023-09-30T02:51:46+00:00"
    },
    "number": 2,
    "posts": [
        {
            "ID": 508,
            "site_ID": 215299250,
            "author": {
                "ID": 231400813,
                "login": "monetizemylinksdaily",
                "email": false,
                "name": "#monetizemylinks",
                "first_name": "Alphonso",
                "last_name": "Hayden",
                "nice_name": "monetizemylinksdaily",
                "URL": "http:\/\/fullcircleapps.wordpress.com",
                "avatar_URL": "https:\/\/2.gravatar.com\/avatar\/8934ce7bcbf86dc2e530b3b91c2eecd8841716fdd2aa8bcb4a31f5dac54f52d8?s=96&d=identicon&r=G",
                "profile_URL": "https:\/\/en.gravatar.com\/monetizemylinksdaily",
                "ip_address": false,
                "site_ID": 222519128,
                "site_visible": true
            },
            "date": "2023-09-29T21:54:52-05:00",
            "modified": "2023-09-29T21:54:52-05:00",
            "title": "For My Clown-Town Mississippi Brethrens &amp; Forum Marketplace",
            "URL": "https:\/\/monetizemylinks.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-2\/",
            "short_URL": "https:\/\/wp.me\/peznay-8c",
            "content": "<div class=\"is-reader\">\n<figure class=\"wp-block-image size-large\" style=\"margin: 0 0 1em;\"><img data-attachment-id=\"507\" data-permalink=\"https:\/\/monetizemylinks.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-2\/screenshot_20230929_193032_temu6334337397132981918\/\" data-orig-file=\"https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg\" data-orig-size=\"719,929\" data-comments-opened=\"1\" data-image-meta='{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"latitude\":\"0\",\"longitude\":\"0\"}' data-image-title=\"screenshot_20230929_193032_temu6334337397132981918\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg?w=232\" data-large-file=\"https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg?w=719\" loading=\"lazy\" width=\"719\" height=\"929\" src=\"https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg?w=719\" alt=\"\" class=\"wp-image-507\" srcset=\"https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg 719w, https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg?w=116 116w, https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg?w=232 232w\" sizes=\"(max-width: 719px) 100vw, 719px\" style=\"box-sizing: border-box; height: auto; max-width: 100%; vertical-align: bottom;\"><figcaption class=\"wp-element-caption\" style=\"margin-bottom: 1em; margin-top: .5em; color: #555; font-size: 13px; text-align: center;\"><a href=\"https:\/\/redirectmoneyforum.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-4\/\">Only $75.00<\/a><\/figcaption><\/figure>\n\n\n\n<p>For my blacks first and foremost that\u2019s  partaking in this modern day slave-trade mechanism set in motion!<\/p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Check out \u201cTemu: Shop Like a Billionaire\u201d <a href=\"https:\/\/t.co\/KjqFK3WbsQ\">https:\/\/t.co\/KjqFK3WbsQ<\/a> via <a href=\"https:\/\/twitter.com\/GooglePlay?ref_src=twsrc%5Etfw\">@GooglePlay<\/a><\/p>\u2014 ceoalphonso (@textandgetrich) <a href=\"https:\/\/twitter.com\/textandgetrich\/status\/1707530081520718059?ref_src=twsrc%5Etfw\">September 28, 2023<\/a>\n<\/blockquote> <a href=\"https:\/\/platform.twitter.com\/widgets.js\">https:\/\/platform.twitter.com\/widgets.js<\/a>\n\n\n\n<p>Note: Yall gotta be about the most dumbest and stupid-est human being walking Earth! Plus, if I ever decide to Activate and take flight \u2708\ufe0f \ud83d\ude43 \ud83d\ude29 \ud83d\ude2b \ud83d\ude44 \ud83d\ude2a \u2708\ufe0f\u2026just know this was the prefix!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\" style=\"display: inline-block; margin: 0;\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/redirectmoneyforum.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-4\/\" rel=\"https:\/\/redirectmoneyforum.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-3\/\" style=\"box-sizing: border-box; display: inline-block; text-align: center; word-break: break-word; cursor: pointer;\">Click For More!<\/a><\/div>\n<\/div>\n <\/div>",
            "excerpt": "<p>Clown-Town Mississippi, let’s practice Transgression not Regression! @ceoalphonso<\/p>\n",
            "slug": "ceoalphonso-app-4-2",
            "guid": "https:\/\/monetizemylinks.wordpress.com\/2023\/09\/29\/ceoalphonso-app-4-2\/",
            "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": "00fb684043f91c2a977324874bd325de",
            "featured_image": "",
            "post_thumbnail": null,
            "format": "status",
            "geo": false,
            "menu_order": 0,
            "publicize_URLs": [],
            "tags": {
                "$ceoalphonso": {
                    "ID": 712897576,
                    "name": "$ceoalphonso",
                    "slug": "ceoalphonso",
                    "description": "",
                    "post_count": 11,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/tag\/ceoalphonso\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:ceoalphonso",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:ceoalphonso\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "$feed": {
                    "ID": 3136,
                    "name": "$feed",
                    "slug": "feed",
                    "description": "",
                    "post_count": 36,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/tag\/feed\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:feed",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:feed\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "$gcse": {
                    "ID": 131221,
                    "name": "$gcse",
                    "slug": "gcse",
                    "description": "",
                    "post_count": 9,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/tag\/gcse\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:gcse",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:gcse\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "$gmoney": {
                    "ID": 5922811,
                    "name": "$gmoney",
                    "slug": "gmoney",
                    "description": "",
                    "post_count": 9,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/tag\/gmoney\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:gmoney",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:gmoney\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "wordpress": {
                    "ID": 33,
                    "name": "wordpress",
                    "slug": "wordpress",
                    "description": "",
                    "post_count": 69,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/tag\/wordpress\/feed\/",
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:wordpress",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/tags\/slug:wordpress\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                }
            },
            "categories": {
                "Affiliate": {
                    "ID": 3973,
                    "name": "Affiliate",
                    "slug": "affiliate",
                    "description": "",
                    "post_count": 124,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/affiliate\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:affiliate",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:affiliate\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "Blog": {
                    "ID": 273,
                    "name": "Blog",
                    "slug": "blog",
                    "description": "",
                    "post_count": 124,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/blog\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:blog",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:blog\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "content": {
                    "ID": 113,
                    "name": "content",
                    "slug": "content",
                    "description": "",
                    "post_count": 124,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/content\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:content",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:content\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "DigitalDownloads": {
                    "ID": 32996475,
                    "name": "DigitalDownloads",
                    "slug": "digitaldownloads",
                    "description": "",
                    "post_count": 124,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/digitaldownloads\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:digitaldownloads",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:digitaldownloads\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "docs": {
                    "ID": 10882,
                    "name": "docs",
                    "slug": "docs",
                    "description": "",
                    "post_count": 123,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/docs\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:docs",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:docs\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                },
                "News": {
                    "ID": 103,
                    "name": "News",
                    "slug": "news",
                    "description": "",
                    "post_count": 124,
                    "feed_url": "https:\/\/monetizemylinks.wordpress.com\/category\/news\/feed\/",
                    "parent": 0,
                    "meta": {
                        "links": {
                            "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:news",
                            "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/categories\/slug:news\/help",
                            "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250"
                        }
                    }
                }
            },
            "attachments": {
                "507": {
                    "ID": 507,
                    "URL": "https:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg",
                    "guid": "http:\/\/monetizemylinks.files.wordpress.com\/2023\/09\/screenshot_20230929_193032_temu6334337397132981918.jpg",
                    "mime_type": "image\/jpeg",
                    "width": 719,
                    "height": 929
                }
            },
            "metadata": [
                {
                    "id": "3143",
                    "key": "_wpas_done_29591038",
                    "value": "1"
                }
            ],
            "meta": {
                "links": {
                    "self": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/posts\/508",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/posts\/508\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/posts\/508\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/215299250\/posts\/508\/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": "00fb684043f91c2a977324874bd325de",
            "is_external": false,
            "site_name": "Redirect Money Forum",
            "site_URL": "https:\/\/monetizemylinks.wordpress.com",
            "site_is_private": false,
            "featured_media": {}
        },
        {
            "ID": 7910,
            "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:\/\/1.gravatar.com\/avatar\/a81a9db47e44ea0b736247d221e6cd56d645ceedd29eaf56a6d7442f4d68b3c8?s=96&d=identicon&r=G",
                "profile_URL": "https:\/\/en.gravatar.com\/wparchivesblog",
                "ip_address": false,
                "site_ID": 180280521,
                "site_visible": true
            },
            "date": "2023-09-30T02:51:46+00:00",
            "modified": "2023-09-30T02:51:46+00:00",
            "title": "Performant Translations Plugin Now Available on WordPress.org",
            "URL": "https:\/\/wparchivesblog.wordpress.com\/2023\/09\/30\/performant-translations-plugin-now-available-on-wordpress-org\/",
            "short_URL": "https:\/\/wp.me\/pccrcl-23A",
            "content": "<p><img width=\"800\" height=\"507\" src=\"https:\/\/wparchives.com\/wp-content\/uploads\/2023\/09\/Performant-Translations-Plugin-Now-Available-on-WordPressorg.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Performant Translations Plugin Now Available on WordPress.org\" title=\"Performant Translations Plugin Now Available on WordPress.org 2\"><\/p>\n<p>After an in-depth performance analysis earlier this year revealed that translations can impact server response times, WordPress contributors proposed\u00a0half a dozen technical solutions for consideration to improve performance for the ~56% of sites that use translations.<\/p>\n<p>Performant Translations, a feature project by the core Performance Team, is now available as a plugin on WordPress.org. It incorporates some of the proposed solutions and speeds up translations by converting\u00a0<code>.mo<\/code>\u00a0files to\u00a0<code>.php<\/code>\u00a0files, allowing them to be parsed faster and stored in OPcache.<\/p>\n<p>It supports multiple file formats (<code>.mo<\/code>,\u00a0<code>.php<\/code>, and\u00a0<code>.json<\/code>) and multiple text domains and locales loaded at the same time. Existing <code>.mo<\/code> files get converted to <code>.php<\/code>\u00a0files which are then loaded by WordPress.  <\/p>\n<p>A chart included on the plugin\u2019s details page shows a significant page load time reduction when using the plugin, as compared to sites with translations that don\u2019t use the plugin. The plugin brings translations very close to the same page load times as English (non-translated) sites.<\/p>\n<figure class=\"wp-block-image aligncenter size-full\"><\/figure>\n<p>\u201cWith enough testing and feedback, we hope to eventually<\/p>\n<p>[\u2026]<\/p>\n<p><a href=\"https:\/\/wparchives.com\/performant-translations-plugin-wordpress-org\/\"><span class=\"screen-reader-text\">Performant Translations Plugin Now Available on WordPress.org<\/span> Keep Reading \u00bb<\/a><br \/>#Blogging #WordPress #BloggingTips #BlogChat<\/p>\n<p>source <a href=\"https:\/\/wparchives.com\/performant-translations-plugin-wordpress-org\/\">https:\/\/wparchives.com\/performant-translations-plugin-wordpress-org\/<\/a><\/p>\n",
            "excerpt": "<p>After an in-depth performance analysis earlier this year revealed that translations can impact server response times, WordPress contributors proposed\u00a0half a dozen technical solutions for consideration to improve performance for the ~56% of sites that use translations. Performant Translations, a feature project by the core Performance Team, is now available as a plugin on WordPress.org. It [&hellip;]<\/p>\n",
            "slug": "performant-translations-plugin-now-available-on-wordpress-org",
            "guid": "https:\/\/wparchivesblog.wordpress.com\/?p=7910",
            "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": "a5127c6944e152bdb760942fe378e120",
            "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": 3925,
                    "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": 3925,
                    "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\/7910",
                    "help": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/7910\/help",
                    "site": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521",
                    "replies": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/7910\/replies\/",
                    "likes": "https:\/\/public-api.wordpress.com\/rest\/v1\/sites\/180280521\/posts\/7910\/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": "a5127c6944e152bdb760942fe378e120",
            "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\/2023\/09\/Performant-Translations-Plugin-Now-Available-on-WordPressorg.png",
                "width": 0,
                "height": 0,
                "type": "image"
            }
        }
    ]
}