Advertisement
Advertisement

Check out Challonge Connect, our new Tournament API Devkit for your Game, Website, or App.

Learn More ×

Get a match attachment (show)

Advertisement

Retrieve a single match attachment record.


URL

GET https://api.challonge.com/v1/tournaments/{tournament}/matches/{match_id}/attachments/{attachment_id}.{json|xml}

Parameters

Name Description
Requis
api_key
Your API key (required unless you're using HTTP basic authentication)
Requis
{tournament} (in URL string)
Tournament ID (e.g. 10230) or URL (e.g. 'single_elim' for challonge.com/single_elim). If assigned to a subdomain, URL format must be :subdomain-:tournament_url (e.g. 'test-mytourney' for test.challonge.com/mytourney)
Requis
{match_id} (in URL string)
The match's unique ID
Requis
{attachment_id} (in URL string)
The attachment's unique ID

Advertisement