Files
directus/docs/reference/api/introduction.md
rijkvanzanten 41a3ffcd00 Format md
2020-12-01 16:52:51 -05:00

372 B

API Reference

Directus offers both a RESTful and GraphQL API to manage the data in the database. The API has predictable resource-oriented URLs, relies on standard HTTP status codes, and uses JSON for input and output.

The input/output of the API differs greatly for individual installs, as most of the endpoints will return data that's based on your specific schema.