Changelog¶
2.3 (2026-09-07)¶
Removed the indexation, indexation_checked and first_deindexed fields from the Blog services. The SERP indexation check no longer runs, so the values these fields returned were stale.
Fixed the Blog service examples, which showed the blog’s IP address as server.ip. The API returns it as a top level ip field; server only ever contained provider and state. The create Blog example also listed a server key that the response never included.
2.2 (2026-08-04)¶
Added blog backups API endpoint (/api/v1/blogs/<blog_id>/backups/) for downloading the latest WordPress files and database backup of a blog.
2.1 (2023-03-14)¶
Added wxr import API endpoint (/api/v1/import_wxr/<blog_id>/) for importing blog content from a given WXR file.
2.0 (2018-04-26)¶
Added fields to the service for getting a single Blog and to the service for listing all user’s Blogs. fields accept Blog attributes which should be separated by a comma. Example: fields=id,domain.
1.9 (2018-04-16)¶
Added pagination to the service for listing all user’s Blogs. Parameters page and page_size with default values page=1 and page_size=10 are used to select page and number of blogs per page.
1.8 (2017-05-27)¶
last_indexation_check was refactored to indexation_modified to better describe the value of this field. The timestamp is not updated every time we check for indexation (almost every day), but only when a change in indexation occurs (from pending to indexed, from indexed to deindexed, etc.).
1.7 (2016-07-12)¶
Authentication should now be with API Key instead of account password.
1.6 (2016-03-04)¶
Added the following fields to the Blog object:
redirects,not_found_pages.
1.5 (2016-02-16)¶
Added the following fields to the Blog object:
pages,posts,comments,last_post.
1.4 (2015-11-26)¶
Refactored
blog['dns_servers']toblog['nameservers']to avoid confusion what these are.
1.3 (2015-07-23)¶
Added Service for creating & deploying Blogs via the API.
1.2 (2015-07-15)¶
Added location to HTTP302’s response body.
1.1 (2015-07-14)¶
Added Blog Networks services for getting, listing, creating and deleting Blog Networks.
1.0 (2015-07-10)¶
Initial release.