mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Allow formatted value display for numbers * Move the docs website into monorepo * Fix build * Tweak docs build setup * Fix tips, pull in images * Add syntax highlighting to docs * Restructure nav, add divider * Fix tips formatting * Add prettier config * Add editorconfig
8 lines
372 B
Markdown
8 lines
372 B
Markdown
# 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.
|