Fennec · Data API
Data API
Base URL https://api.barmalei.com/api/v1
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1 | Version index and resource map. |
| GET | /api/v1/collections | List collections available to the project. |
| GET | /api/v1/records | List records within a collection. |
| GET | /api/v1/schema | Field definitions for each collection. |
| GET | /api/v1/limits | Rate limits and request size ceilings. |
Example
$ curl https://api.barmalei.com/api/v1/records
{
"object": "list",
"data": [
{
"id": "rec_aabd4yd9wauxod",
"created_at": "2025-03-23T20:39:42Z",
"collection": "documents",
"revision": 2,
"updated_at": "2025-06-27T01:28:33Z"
},
{
...