UFCpy is a Python wrapper to get access to the UFC fighter roster.
Use the package manager pip to install ufcpy.
pip install ufcpy
from ufcpy import Fighter
f = Fighter('Jon Jones')
# returns 'Bones'
f.nickname
# returns 'Rochester, United States'
f.hometown
from ufcpy import Champion
Champions = Champion()
# returns heavyweight champion
Champions.heavyweight