33 coaches online • Server time: 09:10
Forum Chat
Log in
Recent Forum Topics goto Post Theory-craft Leaguegoto Post On-spot substitution...goto Post Juggernaut as counte...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Barre



Joined: Aug 09, 2003

Post   Posted: May 21, 2018 - 03:13 Reply with quote Back to top

Quick question, I know it's derived, but is there an endpoint which gives the current player cost directly? either as, base + adjustment, or total?

I can't find it in team or player endpoints for new and old API (maybe I'm missing something)?

_________________
SWL: Southern Wastes League - Become A Legend!
SzieberthAdam



Joined: Aug 31, 2008

Post   Posted: May 21, 2018 - 07:42 Reply with quote Back to top

Not directly:

https://fumbbl.com/api/player/get/7717133

This yields the skills (by name) and the position ID.

https://fumbbl.com/api/position/get/2937

This yields the base cost, skills (by name) and normal/double categories (by initials).

https://fumbbl.com/api/skill/list

This gives you the list of available skills (by id), their names, and their categories (by full category name).

For more, discover this page:

https://fumbbl.com/apidoc

_________________
ImageImageImage
Barre



Joined: Aug 09, 2003

Post   Posted: May 21, 2018 - 09:46 Reply with quote Back to top

Yeah thats what I was trying to avoid, thanks. I was hoping for an unpublished endpoint lying around Smile

_________________
SWL: Southern Wastes League - Become A Legend!
Christy



Joined: Jul 19, 2007

Post   Posted: Oct 02, 2018 - 23:55 Reply with quote Back to top

Is there a list of player pics that I have missed somewhere? I got most from an old piece of code in the examples but now I am missing the Ooligan and doom diver?

Looking for something of the form [block=floatleft pad5 bg=#B8860B][img title=Mannytowba]https://fumbbl.com/FUMBBL/Images/PlayerIcons/cdhobgoblin2.gif[/img][/URL][/block]

though anything that gives the pic is fine!
Rbthma



Joined: Jan 14, 2009

Post   Posted: Oct 03, 2018 - 02:40 Reply with quote Back to top

@Christy

I would use this page as the Ooligan is there (Diver I'm sure added soon?),but you'll have to use the format a bit different for those...


[picon=538114 x=3 y=4 title=text here][/img] is the format for the picons with x being the row, y the column of the single image. You get the picon number from right clicking on it and viewing the image.
Christy



Joined: Jul 19, 2007

Post   Posted: Oct 03, 2018 - 14:08 Reply with quote Back to top

Thank you!
Grumeau_leMalpropre



Joined: Mar 01, 2011

Post   Posted: Feb 21, 2019 - 20:56 Reply with quote Back to top

Hello delvers,

Is there a way to fetch all scheduled matches for a given tourney ? (played AND unplayed)

if you want to know why : i 'm trying to have a script that writes the bbcode of this calendar (click 'SAISON' right under the banner and then 'calendrier'). But i found myself having to scrape through the 'tournament' html page for what is really just a fancy (since the calendar is just a bigger version of the tournament page...) so i wondered if there wasn't a easier API-ish way to do it.

thx
SzieberthAdam



Joined: Aug 31, 2008

Post   Posted: Feb 21, 2019 - 22:51 Reply with quote Back to top

@Grumeau_leMalpropre

https://fumbbl.com/apidoc/

You probably want /tournament/schedule/{tournamentId}

_________________
ImageImageImage
Grumeau_leMalpropre



Joined: Mar 01, 2011

Post   Posted: Feb 22, 2019 - 22:43 Reply with quote Back to top

yep, exactly that, thank you.
Drako88



Joined: Nov 16, 2015

Post   Posted: Nov 24, 2020 - 08:53 Reply with quote Back to top

hi! how i get client_id & client_secret credentials??
Christer



Joined: Aug 02, 2003

Post   Posted: Nov 24, 2020 - 08:56
FUMBBL Staff
Reply with quote Back to top

https://fumbbl.com/p/oauth
Drako88



Joined: Nov 16, 2015

Post   Posted: Nov 24, 2020 - 10:07 Reply with quote Back to top

thank you!
steinerp



Joined: Sep 18, 2005

Post   Posted: Nov 24, 2020 - 16:27 Reply with quote Back to top

I don't see anything in the API doc so I assume this isn't possible but hoping someone can confirm this. Are any of the API's available to kick out information based off team name. I'm ultimately looking for the coach name but team id or almost anything else would work. Even being kicked to the team page like if you put the name into the search bar above would work nicely. thanks
Uber



Joined: Mar 22, 2004

Post   Posted: Nov 24, 2020 - 16:32 Reply with quote Back to top

I think you want this: https://fumbbl.com/api/coach/search/Chris

There's also this page on the wiki that's useful: https://fumbbl.com/help:Fumbbl+API

_________________
Recovering FUMBBL addict.
Christer



Joined: Aug 02, 2003

Post   Posted: Nov 24, 2020 - 16:34
FUMBBL Staff
Reply with quote Back to top

No, there's no way to search teams by name in the current API. The intent is for you to load data based on the coach or by group/tournament and use a local cache to not have to spam the site with api requests unnecessarily.
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic