Last updated 8 months ago
/communities
Get many communities
curl -L \ --url 'https://rounds.wtf/api/public/v1/communities'
No body
/communities/{communityId}
Get a single community
curl -L \ --url 'https://rounds.wtf/api/public/v1/communities/{communityId}'
/rounds
Get many rounds
curl -L \ --url 'https://rounds.wtf/api/public/v1/rounds'
/rounds/{roundId}
Get a single round
curl -L \ --url 'https://rounds.wtf/api/public/v1/rounds/{roundId}'
/rounds/{roundId}/winners
Get many winners for a single round
curl -L \ --url 'https://rounds.wtf/api/public/v1/rounds/{roundId}/winners'
/submissions
Get many submissions
curl -L \ --url 'https://rounds.wtf/api/public/v1/submissions'
/submissions/{submissionId}
Get a single submission
curl -L \ --url 'https://rounds.wtf/api/public/v1/submissions/{submissionId}'