transfermarkt-api
transfermarkt-api copied to clipboard
API service to get data from Transfermarkt
## Summary by CodeRabbit - **Documentation** - Updated the API Swagger URL in the documentation to improve accessibility and reliability.
Hi, thank you very much for making this. There are many tools out there, this I think this looks fresh and pretty useful! What do you think about adding these...
In pull request #74, i'm working on transfers and staff members too i'll submit those when they're ready Added Staff's at #76
## Summary by CodeRabbit - **New Features** - Added new fields to club profiles: "position" and "inLeagueSince" for enhanced league information. - Introduced new XPath expressions to extract league position...
Hey, thanks for this abstraction layer you created :) While using it, I noticed that no national team data on the players was available. Is there anything else planned in...
``` INFO: 192.168.65.1:24994 - "GET /clubs/3331/profile HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application + Exception Group Traceback (most recent call last): | File "/usr/local/lib/python3.9/site-packages/starlette/_utils.py", line 76, in...
``` INFO: 192.168.65.1:48566 - "GET /clubs/3383/profile HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application + Exception Group Traceback (most recent call last): | File "/usr/local/lib/python3.9/site-packages/starlette/_utils.py", line 76, in...
This PR fixes a validation error encountered when the Transfermarkt API returns player stats without an "assists" field or with a placeholder value (such as "-"). The change made was...
Add endpoint to fetch all players' names. * Add a new endpoint `get_all_players_names` in `app/api/endpoints/players.py`. * Create a new method `get_all_players_names` in `app/services/players/search.py` to fetch all players' names. * Update...
First of all, thank you for the hard work on this project, Transfermarkt is an incredible source of up to date data and I'm intending on self hosting this and...