Site
Home / Forum / Developers / All data types list


All data types list


Posted: 28 Feb 2026 15:16
KristenDieter
Editor Premium
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!


transparent spacer
Posted: 01 Mar 2026 11:57

zag
Admin
Posts: 3,927
Joined: 2020

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 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.

transparent spacer
Showing 0 to 2 (Total: 2)