Skip to content

List fundraisers

GET
/fundraisers

Retrieve a paginated list of fundraisers with optional filters.

Parameters

Query Parameters

status
Type
string
Valid values
"active""draft""completed""archived"
Default
"active"
category

Filter by category ID

Type
string
Format
"uuid"
search

Full-text search

Type
string
sort
Type
string
Valid values
"created_at""trending""goal"
Default
"created_at"
limit
Type
integer
Default
20
Maximum
100
offset
Type
integer
Default
0

Responses

List of fundraisers

application/json
JSON
[
{
"id": "string",
"title": "Help Support Local Food Bank",
"description": "string",
"goal": 50000,
"raised": 12500,
"status": "active",
"category_id": "string",
"cover_image": "string",
"location": "Austin, TX",
"tags": [
"string"
],
"owner_id": "string",
"slug": "help-support-local-food-bank",
"days_left": 0,
"donor_count": 0,
"end_date": "string",
"created_at": "string",
"updated_at": "string"
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress