infoWordPress CoreapiREST APIdns500-errorerrorwp_errorcodejsonstar_halfUncommonwarningModerate

WP_Error: Invalid response from the API

WP_Error: Invalid response from the API appears when a REST request returns non‑JSON data. The server sends HTML, a 403, or a 500 status instead of the expected JSON payload. This breaks Gutenberg, Site Editor, and any admin action which relies on the REST API.

Typical triggers include blocked endpoints, mismatched site URLs, corrupted rewrite rules, PHP fatal errors, SSL mis‑configuration, or a plugin which alters the REST response. When the API cannot deliver valid JSON, WordPress wraps the failure in a WP_Error object and displays the message.

Symptoms

[dashicons-warning]
Gutenberg save fails
Saving a post or template shows a red banner with the error message.
[dashicons-admin-site]
REST API status error
Site Health reports REST API is not responding correctly.
[dashicons-media-code]
Console shows HTML
Network tab displays HTML or 403/500 response for wp-json requests.

Common Causes

Endpoint blocked
Mod_security, firewall, or CDN rule returns HTML or error code for /wp-json/.
URL mismatch
Site URL and WordPress URL differ in protocol or trailing slash causing request to hit wrong host.
Rewrite rules broken
Corrupt .htaccess or Nginx rewrite prevents wp-json routes from resolving.
Plugin or theme filter
A plugin or theme hooks into rest_pre_dispatch and returns a non‑JSON WP_Error object.
Need this fixed right now?

Don't waste your day debugging. Our experts can Fix your issues in under 2 hours.*

Success Rate

100% Guaranteed

Starting from

$35 /hour
99+

Trusted by Business Owners

“I spent 3 days trying to fix the Elementor loading loop. These guys fixed it in 20 minutes. Lifesavers!”

— Sarah J., Web Designer

Related Issues

contact_mail
Contact Form 7: REST API request failed: 503 Service Unavailable
A 503 Service Unavailable response stops Contact Form 7 from sending data...
apiREST APIerror503descriptioncontact-form-7
contact_mail
Contact Form 7: REST API request failed: 429 Too Many Requests

The form tries to send data through the WordPress REST API. The...

apiREST APIerrorerrorsecurityfirewalldescriptioncontact-form-7settingsserver_configuration
contact_mail
Contact Form 7: REST API request failed: 401 Unauthorized

The form tries to send data via the WordPress REST API. The...

apiREST APIadmin_panel_settingspermissionsdescriptioncontact-form-7lock401
contact_mail
Contact Form 7: File upload error: temporary directory missing

The error appears when Contact Form 7 cannot locate a writable temporary...

codePHPcloud_offupload erroradmin_panel_settingspermissionsdescriptiontemporary filedescriptioncontact-form-7
contact_mail
Contact Form 7: Mail (2) sending failed: PHP mail() function disabled

Contact Form 7 reports a failure for Mail (2) when the PHP...

codePHPerrorerrordescriptioncontact-form-7mailMailsettingsserver_configuration
contact_mail
Contact Form 7: Mail (2) sending failed: SSL certificate verification failed

Contact Form 7 reports a failure when trying to send the secondary...

errorerrorlocksslcodecURLdescriptioncontact-form-7