react-native-football
react-native-football copied to clipboard
Great app
Hi great app! Can you please share the public apis you are using for the data, and if you know of other useful apis too? Thanks
@shubhnik I created my own api - the relevant endpoints are:
https://vast-beach-43552.herokuapp.com/table
https://vast-beach-43552.herokuapp.com/topscorers
https://vast-beach-43552.herokuapp.com/topassists
https://vast-beach-43552.herokuapp.com/headlines
https://vast-beach-43552.herokuapp.com/teams
https://vast-beach-43552.herokuapp.com/prevGames/${team}
https://vast-beach-43552.herokuapp.com/nextGames/${team}
I haven't tested the api recently, and a quick look just now looks as if the prevGames
and nextGames
and headlines
don't appear to be working at the moment. I will get these fixed when I get a chance - ready for next season!
Here is a list of public apis too which may be of interest - https://github.com/toddmotto/public-apis
thanks for sharing the api realted info it will be helpful a lot