| | Posted: 18 Aug 2019 19:58 | |
zag
Posts: 3,511 Joined: 2020
| | Would there be any possibility of adding Lineups for specific events to the Db? I noticed that the live scores api contains lineups, but it would be nice to receive the lineups for past events in the event lookup api.
| |
|
| | Posted: 18 Aug 2019 21:15 | |
zag
Posts: 3,511 Joined: 2020
| | Sure I will have a look at it, the data is probably somewhere, it just needs to be exposed.
| |
|
| | Posted: 19 Aug 2019 09:46 | |
zag
Posts: 3,511 Joined: 2020
| | Would there be any possibility of adding Lineups for specific events to the Db? I noticed that the live scores api contains lineups, but it would be nice to receive the lineups for past events in the event lookup api.
Initial implementation here:
https://www.thesportsdb.com/event/602145
Let me know if you find any errors. Current it matches on the players name so some may not be found such as Pascal Gross in this example.
| |
|
| | Posted: 19 Aug 2019 09:51 | |
zag
Posts: 3,511 Joined: 2020
| |
Initial implementation here:
https://www.thesportsdb.com/event/602145
Let me know if you find any errors. Currently it matches on the players name so some may not be found such as Pascal Gross in this example.
Looks great! I'll have a play tonight
| |
|
| | Posted: 19 Aug 2019 11:08 | |
zag
Posts: 3,511 Joined: 2020
| | Current it matches on the players name so some may not be found such as Pascal Gross in this example.
Pascal Gross is already on the DB, but it's witten correctly: Pascal Groß (https://www.thesportsdb.com/player/34161400)
Maybe this kind of issues can be solved issuing an "alternate name" for players.
| |
|
| | Posted: 31 Aug 2019 19:55 | |
zag
Posts: 3,511 Joined: 2020
| | In the data received to the db are player shirt numbers transferred over?
I appreciate they’re present on individual player lookups but wondered if there was any data missing, saving me the time of making multiple api calls 😂
| |
|
| | Posted: 31 Aug 2019 20:44 | |
zag
Posts: 3,511 Joined: 2020
| | The shirt number doesnt exist as far as I can see in our data other than on the against the player.
| |
|
| | Posted: 31 Aug 2019 21:05 | |
zag
Posts: 3,511 Joined: 2020
| | The shirt number doesnt exist as far as I can see in our data other than on the against the player.
No worries, thought as much! Thanks for checking
| |
|
| | Posted: 03 Sep 2019 18:17 | |
zag
Posts: 3,511 Joined: 2020
| | Any possibility that we would be able to upload lineups ourselves on the website?
| |
|
| | Posted: 04 Sep 2019 13:53 | |
zag
Posts: 3,511 Joined: 2020
| | Any possibility that we would be able to upload lineups ourselves on the website?
Probably not to be honest as I would like to maintain the structure of the data and writing the interface to keep that clean would be classed as an "interesting challenge"
The importer from XML soccer should run once a day on any events but I can't really speed that up sadly due to their rate limiter.
| |
|
| | Posted: 04 Sep 2019 13:56 | |
zag
Posts: 3,511 Joined: 2020
| | not a problem, I’ll work on something my end!
All the best
| |
|