ThemesCorners
Back to glossary

REST API

An HTTP/JSON interface to read and write WordPress data from external applications.

The WordPress REST API exposes posts, pages, media, and custom post types as JSON endpoints. It enables scenarios like mobile apps, headless Next.js sites, and integrations with third-party services. Use application passwords for authentication.

Related terms