{"id":1401,"date":"2023-11-26T12:25:26","date_gmt":"2023-11-26T12:25:26","guid":{"rendered":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/?post_type=article&#038;p=1401"},"modified":"2026-04-28T18:20:32","modified_gmt":"2026-04-28T18:20:32","slug":"github","status":"publish","type":"article","link":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/","title":{"rendered":"GitHub"},"content":{"rendered":"<h1>GitHub<\/h1>\n<ul>\n<li><a href=\"#introduction\">Introduction<\/a><\/li>\n<li><a href=\"#preparation\">Preparation<\/a>\n<ul>\n<li><a href=\"#preparation-account\">1. Create a GitHub account<\/a><\/li>\n<li><a href=\"#preparation-repository\">2. Create a GitHub repository<\/a><\/li>\n<li><a href=\"#preparation-token\">3. Generate an access token<\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#configuration\">Configuration<\/a>\n<ul>\n<li><a href=\"#github-auth\">Authentication<\/a>\n<ul>\n<li><a href=\"#github-auth-token\">GitHub Token<\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#git\">Git<\/a>\n<ul>\n<li><a href=\"#git-repository\">Repository<\/a><\/li>\n<li><a href=\"#git-branch\">Branch<\/a><\/li>\n<li><a href=\"#git-commit-message\">Commit Message<\/a><\/li>\n<li><a href=\"#git-prefix\">Prefix<\/a><\/li>\n<li><a href=\"#keep-files-directories\">Retain Files\/Directories<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#troubleshooting\">Troubleshooting<\/a>\n<ul>\n<li><a href=\"#troubleshooting-rate-limits\">Handling rate limit exceeded errors<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<a name=\"introduction\"><\/a>\n<h2>Introduction<\/h2>\n<p><a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/github.com\/\">GitHub<\/a> is a powerful and widely-used platform for version control and collaborative software development. It leverages Git, a distributed version control system, to enable multiple developers to work on a project simultaneously. GitHub provides a centralized location for project management, issue tracking, and code hosting, as well as a feature known as GitHub Pages. GitHub Pages allows users to host their websites directly from a GitHub repository, offering a seamless way to deploy web pages.<\/p>\n<p>The <strong>GitHub<\/strong> deployment method enables you to effortlessly deploy your static site to a <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/github.com\/\">GitHub<\/a> repository, and optionally, directly to a <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/pages.github.com\/\">GitHub Pages<\/a> site.<\/p>\n<p>This deployment method supports the following features:<\/p>\n<ul>\n<li>Deployment to a <em>GitHub repository<\/em>;<\/li>\n<li>Hosting the deployed site using <em>GitHub Pages<\/em>.<\/li>\n<li>Exclusion of specific pre-existing files in the target repository.<\/li>\n<\/ul>\n<a name=\"preparation\"><\/a>\n<h2>Preparation<\/h2>\n<p>Before you can utilize this deployment method, there are several key steps you need to complete.<\/p>\n<a name=\"preparation-account\"><\/a>\n<h3>1. Create a GitHub account<\/h3>\n<p>If you don\u2019t already have an account on GitHub, start by setting one up. Visit <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/github.com\/\">GitHub\u2019s website<\/a> and sign up. This account will be your gateway to managing repositories, collaborating, and deploying your projects.<\/p>\n<a name=\"preparation-repository\"><\/a>\n<h3>2. Create a GitHub repository<\/h3>\n<p>Once your account is active, the next step is to create a new repository. This repository will serve as the storage for the static version of your WordPress site. For guidance on creating a repository, refer to the <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/docs.github.com\/en\/get-started\/quickstart\/create-a-repo\">Create a repo<\/a> guide available in the GitHub Docs.<\/p>\n<a name=\"preparation-token\"><\/a>\n<h3>3. Generate an access token<\/h3>\n<p>Creating a personal access token involves these steps:<\/p>\n<ol>\n<li>Sign in to <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/github.com\/\">GitHub<\/a>, then head to your settings.<\/li>\n<li>In settings, go to <strong>Developer settings<\/strong> &gt; <strong>Personal access tokens<\/strong> &gt; <strong>Fine-grained tokens<\/strong>.<\/li>\n<li>Click <strong>Generate new token<\/strong> for Staatic plugin permissions to access your GitHub repository.<\/li>\n<li>Name your token for recognition and link it to the appropriate repository. Grant <strong>Read and write<\/strong> access under <strong>Contents<\/strong> in <strong>Repository access<\/strong> (automatically gives <strong>Metadata<\/strong> read-only permission).<br \/>\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/github-deployment-token-permissions.png\" alt=\"\" \/><\/li>\n<li>After selecting permissions, generate and securely store the token, as it will be hidden post-creation.<\/li>\n<\/ol>\n<p>Use this token to authenticate and connect the Staatic plugin with your GitHub repository in WordPress, enabling automatic updates and deployment of your static site.<\/p>\n<a name=\"configuration\"><\/a>\n<h2>Configuration<\/h2>\n<p>In order to configure the <em>GitHub deployment method<\/em>, head over to the <em>WordPress Admin<\/em> and click <strong>Staatic<\/strong> &gt; <strong>Settings<\/strong> &gt; <strong>Deployment<\/strong>. Choose <strong>GitHub<\/strong> as the deployment method and make sure the following fields are entered correctly.<\/p>\n<a name=\"github-auth\"><\/a>\n<h3>Authentication<\/h3>\n<p>You can authenticate with GitHub using either a <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/docs.github.com\/en\/rest\/overview\/authenticating-to-the-rest-api?apiVersion=2022-11-28#authenticating-with-a-personal-access-token\">personal access token<\/a>, a <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/docs.github.com\/en\/rest\/overview\/authenticating-to-the-rest-api?apiVersion=2022-11-28#authenticating-with-a-token-generated-by-an-app\">token generated by an app<\/a> or automatically in a GitHub Actions workflow.<\/p>\n<a name=\"github-auth-token\"><\/a>\n<h4>GitHub Token<\/h4>\n<p>For authentication with GitHub, if you\u2019re using a personal access token or a token generated by an app, it\u2019s important to enter this token here. This specific token enables the Staatic plugin to securely manage and update your site\u2019s static version in the repository.<\/p>\n<p>Alternatively, the token can be provided by setting the <code>GH_TOKEN<\/code> or <code>GITHUB_TOKEN<\/code> environment variable.<\/p>\n<a name=\"git\"><\/a>\n<h3>Git<\/h3>\n<p>This section outlines how to configure Git settings for storing and managing your static site\u2019s data.<\/p>\n<a name=\"git-repository\"><\/a>\n<h4>Repository<\/h4>\n<p>Specify the Git repository where your static site\u2019s data will be stored. The format for the repository name should be <code>OWNER\/REPO<\/code>. For example, <code>staatic\/wordpress-site<\/code> or <code>staatic\/staatic.github.io<\/code>. This is where your site\u2019s data and changes will be tracked.<\/p>\n<a name=\"git-branch\"><\/a>\n<h4>Branch<\/h4>\n<p>Indicate the branch within the Git repository where commits should be made. Typically, this is the <code>main<\/code> branch, but it can be any branch you choose to manage your site\u2019s updates (e.g., <code>main<\/code> or <code>gh-pages<\/code>).<\/p>\n<p>By default, <em>Branch<\/em> is set to <code>main<\/code>.<\/p>\n<a name=\"git-commit-message\"><\/a>\n<h4>Commit Message<\/h4>\n<p>Define a standard commit message for updates applied to the repository. This aids in tracking changes and maintaining a clear project history. For instance, you might use <code>Deployment {shortId}<\/code> as a template, where <code>shortId<\/code> will be replaced with an identifier for each deployment.<\/p>\n<p>By default, <em>Commit Message<\/em> is set to <code>Staatic deployment {shortId}<\/code>.<\/p>\n<a name=\"git-prefix\"><\/a>\n<h4>Prefix<\/h4>\n<p>If desired, set a directory prefix to store the static site\u2019s data within a specific subdirectory of your repository, such as <code>some\/subdirectory<\/code>. This is useful for organizing your project, especially if your repository hosts multiple components or versions of your site.<\/p>\n<a name=\"keep-files-directories\"><\/a>\n<h3>Retain Files\/Directories<\/h3>\n<p>This feature allows you to specify certain <em>file<\/em> or <em>directory paths<\/em> that should remain unchanged during the deployment process. These paths can be absolute, or relative to the established <em>repository prefix<\/em>. List each path on a separate line.<\/p>\n<p>By default, <em>Retain Files\/Directories<\/em> is set to <code>README.md<\/code>.<\/p>\n<blockquote>\n<p><strong>Note:<\/strong> any existing files in the target repository that are not included in the build process or not listed here will be automatically removed during deployment. It\u2019s crucial to specify all essential files or directories you wish to retain.<\/p>\n<\/blockquote>\n<h4>Examples<\/h4>\n<ul>\n<li>A repository <code>README.md<\/code> file.<\/li>\n<li>Key website files like <code>favicon.ico<\/code>, or <code>robots.txt<\/code>.<\/li>\n<li>Verification files for various search engines or services, such as those for Bing, Google, Yahoo, etc.<\/li>\n<\/ul>\n<a name=\"troubleshooting\"><\/a>\n<h2>Troubleshooting<\/h2>\n<a name=\"troubleshooting-rate-limits\"><\/a>\n<h3>Handling rate limit exceeded errors<\/h3>\n<p>When deploying your WordPress site as a static version on GitHub, you might encounter an error message like <code>Rate limit exceeded during deployment of...<\/code>. This issue arises due to <a target=\"_blank\" rel=\"noopener\" href=\"https:\/\/docs.github.com\/en\/rest\/overview\/rate-limits-for-the-rest-api\">GitHub\u2019s REST API rate limits<\/a> being exceeded, which can happen if your publication has a large number of changes.<\/p>\n<p>To circumvent this issue, especially during the first import, manually deploying your site is an effective solution. Here\u2019s how:<\/p>\n<ol>\n<li>\n<p><strong>Download publication files<\/strong>:<\/p>\n<ul>\n<li>Navigate to <strong>Staatic<\/strong> &gt; <strong>Publications<\/strong> in your WordPress admin.<\/li>\n<li>Locate and download the desired publication as a zip file.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>Prepare for manual deployment<\/strong>:<\/p>\n<ul>\n<li>Extract the zip file to a directory.<\/li>\n<li>Open a terminal or command prompt and change to this directory.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>Initialize a git repository<\/strong>:<\/p>\n<ul>\n<li>Execute <code>git init<\/code> to initialize a new Git repository.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>Add the remote repository<\/strong>:<\/p>\n<ul>\n<li>Link to GitHub with <code>git remote add origin https:\/\/github.com\/myusername\/myrepo.git<\/code> (replace with your details).<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>Commit and push the files<\/strong>:<\/p>\n<ul>\n<li>Run <code>git add .<\/code> to add all files.<\/li>\n<li>Commit using <code>git commit -m \"Initial commit\"<\/code>.<\/li>\n<li>Push with <code>git push -u origin main<\/code> (assuming <code>main<\/code> is your branch).<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>This manual process helps bypass the API limits for the first upload. Subsequent updates, typically smaller, should work fine with Staatic\u2019s automated process.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Set up GitHub as a Staatic deployment target by creating a repository, generating a token, and configuring the required WordPress settings. The guide also explains repository options, retained files, and a manual workaround for GitHub API rate limits.<\/p>\n","protected":false},"featured_media":0,"parent":21,"menu_order":0,"template":"","format":"standard","meta":{"staatic_meta_publish":"","footnotes":""},"class_list":["post-1401","article","type-article","status-publish","format-standard","hentry"],"yoast_head":"<title>GitHub - Staatic<\/title>\n<meta name=\"description\" content=\"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GitHub - Staatic\" \/>\n<meta property=\"og:description\" content=\"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/\" \/>\n<meta property=\"og:site_name\" content=\"Staatic\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T18:20:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-content\/uploads\/banner.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1544\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/github\\\/\",\"url\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/github\\\/\",\"name\":\"GitHub - Staatic\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#website\"},\"datePublished\":\"2023-11-26T12:25:26+00:00\",\"dateModified\":\"2026-04-28T18:20:32+00:00\",\"description\":\"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/github\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/github\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/github\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation\",\"item\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Administrator Guide\",\"item\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Deployment\",\"item\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/documentation\\\/administrator-guide\\\/deployment\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"GitHub\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#website\",\"url\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/\",\"name\":\"Staatic\",\"description\":\"Blazing fast and bulletproof WordPress\",\"publisher\":{\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#organization\",\"name\":\"Staatic\",\"url\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/wp-content\\\/uploads\\\/creative-logo.png\",\"contentUrl\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/wp-content\\\/uploads\\\/creative-logo.png\",\"width\":413,\"height\":304,\"caption\":\"Staatic\"},\"image\":{\"@id\":\"https:\\\/\\\/zen-shirley-72aff5.wp.onstaatic.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>","yoast_head_json":{"title":"GitHub - Staatic","description":"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/","og_locale":"en_US","og_type":"article","og_title":"GitHub - Staatic","og_description":"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.","og_url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/","og_site_name":"Staatic","article_modified_time":"2026-04-28T18:20:32+00:00","og_image":[{"width":1544,"height":500,"url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-content\/uploads\/banner.png","type":"image\/png"}],"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/","url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/","name":"GitHub - Staatic","isPartOf":{"@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#website"},"datePublished":"2023-11-26T12:25:26+00:00","dateModified":"2026-04-28T18:20:32+00:00","description":"The GitHub deployment method allows you to deploy your static site to a GitHub repository directly, optionally allowing the site to be hosted using GitHub Pages.","breadcrumb":{"@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/github\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/"},{"@type":"ListItem","position":3,"name":"Administrator Guide","item":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/"},{"@type":"ListItem","position":4,"name":"Deployment","item":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/documentation\/administrator-guide\/deployment\/"},{"@type":"ListItem","position":5,"name":"GitHub"}]},{"@type":"WebSite","@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#website","url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/","name":"Staatic","description":"Blazing fast and bulletproof WordPress","publisher":{"@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#organization"},"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#organization","name":"Staatic","url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#\/schema\/logo\/image\/","url":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-content\/uploads\/creative-logo.png","contentUrl":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-content\/uploads\/creative-logo.png","width":413,"height":304,"caption":"Staatic"},"image":{"@id":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/article\/1401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/types\/article"}],"version-history":[{"count":27,"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/article\/1401\/revisions"}],"predecessor-version":[{"id":1899,"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/article\/1401\/revisions\/1899"}],"up":[{"embeddable":true,"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/article\/21"}],"wp:attachment":[{"href":"https:\/\/zen-shirley-72aff5.wp.onstaatic.com\/wp-json\/wp\/v2\/media?parent=1401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}