Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

MMA API - Diacritical Marks Support

We've added support for diacritical marks in our MMA API.

Competitors will now display accented characters when applicable, such as Procházka, Jiří or Peña, Julianna. To access the diacritical marks use en_us (instead of en) in the language code parameter for a request.

☑️ Sample Request:
https://api.sportradar.com/mma/trial/v2/en_us/sport_events/sr:sport_event:50760313/summary.xml?api_key=[API_KEY]

🔢 Version

MMA v2 API

🔁 Endpoints Affected

All endpoints with competitor/competitors - name

⚙️ Return Samples

<sport_event id="sr:sport_event:50760313" start_time="2024-06-30T04:40:00+00:00" start_time_confirmed="true">
  <sport_event_context>
    <sport id="sr:sport:117" name="MMA"/>
--snip--
  <competitors>
    <competitor id="sr:competitor:837536" name="Pereira, Alex" abbreviation="PER" qualifier="home" gender="male"/>
    <competitor id="sr:competitor:251853" name="Procházka, Jiří" abbreviation="PRO" qualifier="away" gender="male"/>
  </competitors>
{
    "generated_at": "2024-12-06T14:46:08+00:00",
    "sport_event": {
        "id": "sr:sport_event:50760313",
        "start_time": "2024-06-30T04:40:00+00:00",
        "start_time_confirmed": true,
        "sport_event_context": {
            "sport": {
                "id": "sr:sport:117",
                "name": "MMA"
            },
--snip--
        },
        "coverage": {
            "type": "sport_event",
            "sport_event_properties": {
                "live": true,
                "data_complete": true
            }
        },
        "competitors": [
            {
                "id": "sr:competitor:837536",
                "name": "Pereira, Alex",
                "abbreviation": "PER",
                "qualifier": "home",
                "gender": "male"
            },
            {
                "id": "sr:competitor:251853",
                "name": "Procházka, Jiří",
                "abbreviation": "PRO",
                "qualifier": "away",
                "gender": "male"
            }
        ],