All data types list |
| Posted: 28 Feb 2026 15:16 | |||
Posts: 1 Joined: 2026 | Hi, I found there're may data types with different prefix, like: idEvent strSport intHomeScore dateEvent updated I can find in https://www.thesportsdb.com/docs_api_data an example, while is there a list of all the possible prefix and description? it would help us to store data into our database. Thanks! | ||
![]() | |||
| Posted: 01 Mar 2026 11:57 | |||
zag Posts: 3,927 Joined: 2020 | I found there're may data types with different prefix, like: idEvent strSport intHomeScore dateEvent updated I can find in https://www.thesportsdb.com/docs_api_data an example, while is there a list of all the possible prefix and deion? it would help us to store data into our database. Thanks! Just: str for String int for Integer date for Date The "updated" field is an internal temporary field that is not needed. | ||
![]() |