# WordPress

API [overview of endpoints](https://developer.wordpress.org/rest-api/reference/).

Base domain: <https://www.your-wordpress-domain.com/**wp-json/wp/v2/posts>\*\* So the wp-admin becomes wp-json to access the API.

Authentication is basic auth.

{% hint style="info" %}
Note: Your Wordpress instance needs to allow **API access.** Often, this is deactivated for security reasons.
{% endhint %}
