Allocations
Retrieve allocations
Retrieves allocations.
get/allocation
Query parameters
trashed'only' | 'all' | 'none'
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted resources.
order'amount' | 'created' | 'currency' | 'paid' | 'slug' | 'updated'
Column name to order by. An unrecognised value falls back to the default sort by updated.
dir'asc' | 'desc'
Sort in ascending or descending order.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
x-api-languagestring[]
Defines the languages included in the response. If omitted, the account default language is used.
Value all overrides any other values present.
Response
Allocations retrieved.
Example response
{
"current_page": 1,
"data": [
{
"amount": 1000,
"chapter": {
"slug": "VbaERKdP",
"link": "https://api.au.cr4ce.com/chapter/VbaERKdP",
"name": {
"en_GB": "Glenlivet"
}
},
"created": "2026-06-02T13:05:18Z",
"currency": "USD",
"entrant": {
"slug": "BwXxQawR",
"link": "https://api.au.cr4ce.com/user/BwXxQawR",
"name": "Rachel Martin",
"first_name": "Rachel",
"last_name": "Martin"
},
"entry": {
"slug": "DeqEWpwO",
"id": 69146,
"title": "Project title",
"link": "https://api.au.cr4ce.com/entry/DeqEWpwO"
},
"fund": {
"slug": "KYEKONwe",
"link": "https://api.au.cr4ce.com/fund/KYEKONwe",
"name": {
"en_GB": "USD"
}
},
"paid": 250,
"season": {
"slug": "wboyrBmo",
"link": "https://api.au.cr4ce.com/season/wboyrBmo",
"name": {
"en_GB": "2026"
}
},
"slug": "NxlGMaaj",
"updated": "2026-06-02T13:05:18Z"
}
],
"first_page_url": "https://api.au.cr4ce.com/allocation?per_page=10&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.au.cr4ce.com/allocation?per_page=10&page=1",
"next_page_url": "",
"path": "https://api.au.cr4ce.com/allocation",
"per_page": 10,
"prev_page_url": "",
"to": 1,
"total": 1
}