The WordPress REST API
WordPress' REST API provides a variety of endpoints for interacting with data that is stored within a WordPress' site database. Since version 4.4, it's now possible to remotely manage this data which is provided in a JSON (JavaScript Object Notation) format, ideal for extending the functionality for bespoke application usage.