An API that aggrigates all the latest news and top stories related to MMA & UFC in one place, the response body includes an array of objects, each object representing a news article.
Using the Endpoint /latest
The response will contain the latest news about and top stories in the MMA & UFC World.
Sample Response
{
"title": "Study finds nearly half of all MMA fighters use marijuana",
"description": "MMA fighters are using marijuana for recreational or therapeutic use...",
"imgUrl": "http://tinyurl.com/y7sqx5s2",
"thumbnail": "http://tinyurl.com/yc7rdy4w",
"sourceUrl": "http://tinyurl.com/y9aqff9c",
"publishedAt": "2020-06-02T11:53:07-04:00",
"author": "Jesse Holland"
}
My motivation to build this was purely out of love for the sport of MMA.
The API can be accessed through the RapidAPI platform.
