> For the complete documentation index, see [llms.txt](https://docs.allcore.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allcore.io/developer/allcore-api.md).

# AllCore API

## AllCore API

AllCore API is designed using a REST architecture. It uses HTTP methods—GET, PATCH, POST, and DELETE—to perform read, update, create, and delete operations respectively.

## General

* The base endpoint is: <https://api.allcore.io>
* All endpoints return either a JSON object or array.
* All time and timestamp related fields are in **UTC time**.
* Date time format is ISO 8601. Example: "2018-12-04T12:02:35.14Z"
