Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
api_super_lutas
Advanced tools
Crawls and parses fighter profile data from Sherdog URL
*This api is used in the higher-level MMA API.
From source:
git clone https://github.com/valish/sherdog-api
cd sherdog-api
npm install
From npm:
npm install sherdog
> var sherdog = require('sherdog');
> var url = "http://www.sherdog.com/fighter/Matt-Riddle-34072"
> sherdog.getFighter(url, function(data) {
console.log(data);
})
> {
"name": "Matt Riddle",
"nickname": "Deep Waters",
"age": "29",
"birthday": "1986-01-14",
"locality": "Lehighton, Pennsylvania",
"nationality": "United States",
"association": "Throwdown",
"height": "6'1\"",
"weight": "170 lbs",
"weight_class": "Welterweight",
"wins": {
"total": 8,
"knockouts": 1,
"submissions": 1,
"decisions": 5,
"others": 1
},
"losses": {
"total": 3,
"knockouts": 1,
"submissions": 0,
"decisions": 2,
"others": 0
},
"no_contests": 2,
"fights": [
{
"name": "TFC 27 - Titan Fighting Championship 27",
"date": "Feb / 28 / 2014",
"url": "/events/TFC-27-Titan-Fighting-Championship-27-35101",
"result": "win",
"method": "Submission (Guillotine Choke)",
"referee": "David Clifton",
"round": "2",
"time": "2:29",
"opponent": "Michael Kuiper"
},
{
"name": "UFC on Fuel TV 7 - Barao vs. McDonald",
"date": "Feb / 16 / 2013",
"url": "/events/UFC-on-Fuel-TV-7-Barao-vs-McDonald-26459",
"result": "NC",
"method": "NC (Overturned by Commission)",
"referee": "Kevin Mulhall",
"round": "3",
"time": "5:00",
"opponent": "Che Mills"
},
{
"name": "UFC 154 - St. Pierre vs. Condit",
"date": "Nov / 17 / 2012",
"url": "/events/UFC-154-St-Pierre-vs-Condit-21047",
"result": "win",
"method": "Decision (Unanimous)",
"referee": "Yves Lavigne",
"round": "3",
"time": "5:00",
"opponent": "John Maguire"
}
// ...
]
}
FAQs
Sherdog MMA Fighter API scraper in Node.js
The npm package api_super_lutas receives a total of 0 weekly downloads. As such, api_super_lutas popularity was classified as not popular.
We found that api_super_lutas demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.