Ultimate Fighting Calendar
UFCalendar Fight API

The RIZIN API: Japanese MMA events, results & stats

RIZIN Fighting Federation as clean JSON · every card since the 2015 debut, full cards with MMA and kickboxing bouts, results within minutes of the verdict, per-fight and per-round stats from 2023, fighter records and per-country broadcast rights. Same schema and key as our UFC coverage.

Free 1-day trial · 100 requests · no credit card. Paid plans from $19/mo, cancel anytime.

What's inside

85
events since 2015
904
fights
782
fights with full stat lines
1,666
rounds of round-by-round stats
635
fighters with bios & records

3 upcoming events already on the schedule · cards, venues and broadcasts included.

The only RIZIN data API

No Western sports-data API covers RIZIN. UFCalendar tracks it natively: full cards from the Saitama Super Arena numbered shows to the LANDMARK series and the New Year's Eve card, live results on a 5-minute cycle, and every bout tagged mma or kickboxing so mixed cards stay clean.

Round-by-round stats for Japan's biggest cards

From 2023 on, every RIZIN bout carries strikes landed, takedowns, knockdowns and time in position per corner, per round, with bout totals · plus the records of the crossover names who fought in both RIZIN and the UFC, stitched into one career timeline.

Sample request

$ curl "https://api.ufcalendar.com/v1/events?org=rizin&status=completed&limit=1" \
    -H "Authorization: Bearer ufcalendar_..."

{
  "data": [
    {
      "slug": "rizin-2026-08-11",
      "title": "RIZIN 54",
      "org": "rizin",
      "starts_at": "2026-08-11T05:00:00Z",
      "status": "completed",
      "fights": [
        {
          "sport": "mma",
          "weight_class": "Featherweight",
          "fighter_a": { "name": "Kleber Koike Erbst", "slug": "kleber-koike-erbst" },
          "fighter_b": { "name": "Kyoma Akimoto", "slug": "kyoma-akimoto" },
          "result": { "method": "Decision (Unanimous)", "round": 3, "time": "5:00" }
        },
        ...

Endpoints for RIZIN data

Every list endpoint filters with ?org=rizin. The full reference lives in the docs.

  • GET /v1/events?org=rizin

    MMA schedule + results API: full fight cards, venues, broadcasts, and a card-change diff log for late reshuffles.

  • GET /v1/fights/{id}/rounds

    One bout with its result, per-fight totals for both corners, and round-by-round statistics.

  • GET /v1/fighters?org=rizin

    Roster search, bios, records · and complete multi-promotion career timelines, merged and deduplicated.

  • GET /v1/calendar/rizin.ics

    ICS calendar feeds per organization · subscribe any calendar app to every event, auto-updating as cards change.

  • POST /v1/webhook-endpoints

    Signed webhooks for fight results, card changes and event completion · no polling needed.

  • GET /v1/bulk/events.json.gz

    Gzipped full-dataset snapshots of events, fights and fighters for warehouse loads.

Questions

What RIZIN data does the API include?
Every RIZIN event back to the 2015 debut with full cards and results, per-fight and per-round statistics from 2023 on, fighter records and bios, and per-country broadcast rights. RIZIN publishes no official rankings, so the org's rankings flag is false.
Is there any other RIZIN API?
No mainstream sports-data API covers RIZIN. UFCalendar tracks it natively · the same live-results pipeline that covers UFC runs on every RIZIN card, including the kickboxing bouts.
Does one key cover RIZIN, UFC, PFL, OKTAGON and BKFC?
Yes · every plan includes all five launch organizations under one key and one schema; kickboxing bouts are distinguished by the sport field.
Is this affiliated with RIZIN?
No. UFCalendar is an independent publication; RIZIN data is reconciled from public sources and normalized into our schema.

One key, three organizations

Every plan covers UFC, PFL and OKTAGON in the same schema, under the same key. Also see:

UFCalendar is an independent publication, not affiliated with UFC/Zuffa/TKO, PFL, OKTAGON MMA or any promotion. Organization names are used to describe the data. Terms of service · Refund Policy