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

# Latest

**GET /latest**

Gets the latest collections.

Headers:

* `x-api-key` (string): The API key for authentication.

Success response:

* Status code: 200
* Body:
  * `result` (array): An array of collection objects.
  * `success` (object): A success message.

Error response:

* Status code: 400
* Body:
  * `error` (object): The error object.
