1. RunSignup
  2. API
  3. Methods
  4. Get Fundraiser Donation Amounts

Get Fundraiser Donation Amounts

Returns a list of fundraisers with their names, team type, and donation amounts sorted by donation amount in descending order.

Response Format

  {
    "race_fundraisers": [{
      "race_fundraiser_id": 4903,
      "race_donation_period_id": 2237,
      "fundraiser_name": "Team A",
      "fundraiser_type": "Charity",
      "is_team_fundraiser": "T",
      "displayed_donation_amount": "$725.00"
    }, {
      "race_fundraiser_id": 4961,
      "race_donation_period_id": 2237,
      "fundraiser_name": "Jane Doe",
      "fundraiser_type": "Business",
      "is_team_fundraiser": "F",
      "displayed_donation_amount": "$350.00"
    }]
  }

URL

https://www.givesignup.org/rest/v2/race-fundraisers/get-race-fundraisers-donation-amount.json

HTTP Method

GET

Parameters

Parameter HTTP Method Default Description Datatype
race_id
Required
GET ID of race. uint
donation_period_id GET Get fundraisers associated with a donation period ID. uint
api_key GET Race API key. string
api_secret GET Race API secret. string
rsu_api_key GET API key. string
X-RSU-API-SECRET HTTP Header API secret. string
num GET 50 Number of results per page. The allowed range per page is from 1 - 500, outside this range it defaults to 50 per page. uint
page GET 1 Number of pages. uint

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.