Players By Team
This endpoint allows you to retrieve the players from a specific team.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get players from a specific team_idhttps://football.sportdevs.com/players-by-team?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.1
The id of the team
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- team_id integer
The id of the team
Note: This is a Foreign Key to
teams.id
. - team_name text
The name of the team
- team_hash_image character varying
Possible values:
<= 64 characters
The hash image of the team
- players jsonb
The players
[
{
"team_id": 1,
"team_name": "Al-Nahda",
"team_hash_image": "dd3bbd1b99d5b7394ba8bfb6909cb56d352556fcee23f6b8438b7f81246c148e",
"players": [
{
"id": 4723,
"name": "Omar Al-Malki",
"position": "F",
"country_id": 6,
"hash_image": "42a48f4cd76010d6897697454be5e85bbf2c0ab26b33157f8d4322a7bbfa7826",
"short_name": "O. Al-Malki",
"country_name": "Oman",
"market_value": 195000,
"shirt_number": 20,
"date_of_birth": "1994-01-04T00:00:00+00:00",
"player_height": 170,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "20"
},
{
"id": 4736,
"name": "Issam Al-Subhi",
"position": "F",
"country_id": 6,
"hash_image": "4c23d5080c319e5925e3c2a2cee68a7329180d8addfc6fa847edcbda39895335",
"short_name": "I. Al-Subhi",
"country_name": "Oman",
"market_value": 270000,
"shirt_number": 9,
"date_of_birth": "1997-05-01T00:00:00+00:00",
"player_height": 183,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "9"
},
{
"id": 22142,
"name": "Billel Bensaha",
"position": "F",
"country_id": 30,
"hash_image": "b53a36f5505f0fe82fdada0dca91fd6ca5cdd48a8f6acef97636acc6e6d50ab2",
"short_name": "B. Bensaha",
"country_name": "Algeria",
"market_value": 420000,
"shirt_number": 7,
"date_of_birth": "1994-02-18T00:00:00+00:00",
"player_height": 170,
"preferred_foot": "Both",
"market_currency": "EUR",
"country_hash_image": "4ff0e6fec1c4e4e3645dbb6bb703aeb733e5dad87a5879b433370e50c213ad3c",
"player_jersey_number": "7"
},
{
"id": 34649,
"name": "Rabia Al-Alawi",
"position": "F",
"country_id": 6,
"hash_image": "045c42dabf58bc46574ed199ac0a13eabf1cf0033d4fded51484e33f6279a8bc",
"short_name": "R. Al-Alawi",
"country_name": "Oman",
"market_value": 280000,
"shirt_number": 11,
"date_of_birth": "1995-03-31T00:00:00+00:00",
"player_height": 178,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "11"
},
{
"id": 34714,
"name": "Mana Sabeit",
"position": "F",
"country_id": 6,
"hash_image": "db4b1e6d3361fe8d8ccc09fc062d2ec2784efb04460c31b7c3f1d50d96dab4f8",
"short_name": "M. Sabeit",
"country_name": "Oman",
"shirt_number": 44,
"date_of_birth": "1992-12-04T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "44"
},
{
"id": 36591,
"name": "Mohamed Khasib",
"position": "F",
"country_id": 6,
"hash_image": "0028737a735afb29dda7f0da43e1a41f26747ac09de032e1208fe88184495071",
"short_name": "M. Khasib",
"country_name": "Oman",
"market_value": 0,
"shirt_number": 4,
"date_of_birth": "1994-03-24T00:00:00+00:00",
"player_height": 168,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "4"
},
{
"id": 36635,
"name": "Mohammed Al Hosni",
"position": "F",
"hash_image": "7db4fdac929b4c8230d2721926d9b3ee2d447ab4ce2ebf5aa0247d19b6d79150",
"short_name": "M. A. Hosni",
"shirt_number": 66,
"date_of_birth": "1994-03-24T00:00:00+00:00",
"player_height": 168,
"player_jersey_number": "66"
},
{
"id": 36693,
"name": "Omar Al-Salti",
"position": "F",
"country_id": 6,
"hash_image": "6bb1e3600f9ed4b7c8861a32df83648031bfff6005b561f3f1fcc4a671e82cef",
"short_name": "O. Al-Salti",
"country_name": "Oman",
"shirt_number": 27,
"date_of_birth": "2002-02-17T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "27"
},
{
"id": 36754,
"name": "Hamood Al Sadi",
"position": "F",
"hash_image": "3a3b70f89171f6baf15ab12d886c1ccfe9b7c6cdde3bde23c0083ba33ae881b5",
"short_name": "H. A. Sadi",
"shirt_number": 14,
"date_of_birth": "1995-02-08T00:00:00+00:00",
"player_jersey_number": "14"
},
{
"id": 36817,
"name": "Jamal Al Wahshi",
"position": "F",
"country_id": 6,
"hash_image": "2afb60c5c6e2d0f3d5b6cd7801e5ec603c1a01b6bc249801e44bc77b68047ae5",
"short_name": "J. A. Wahshi",
"country_name": "Oman",
"shirt_number": 22,
"date_of_birth": "1999-10-27T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "22"
},
{
"id": 36831,
"name": "Salaah Al-Yahyaei",
"position": "M",
"country_id": 6,
"hash_image": "836da46e259163be578f773331b198458a486230623181432dd4052ac8a34979",
"short_name": "S. Al-Yahyaei",
"country_name": "Oman",
"market_value": 465000,
"shirt_number": 10,
"date_of_birth": "1998-08-17T00:00:00+00:00",
"player_height": 180,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "10"
},
{
"id": 36857,
"name": "Harib Al-Saadi",
"position": "M",
"country_id": 6,
"hash_image": "e89b1cb417db04913bf9fb7503536900cd5033585d50e1c339c9fc3c09306c33",
"short_name": "H. Al-Saadi",
"country_name": "Oman",
"market_value": 245000,
"shirt_number": 23,
"date_of_birth": "1990-02-01T00:00:00+00:00",
"player_height": 168,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "23"
},
{
"id": 36869,
"name": "Abdullah Fawaz",
"position": "M",
"country_id": 6,
"hash_image": "cdea0a13e69ef3c4fe03ee7920306c80183f3c3b780c6b2681b88c5a712f46c1",
"short_name": "A. Fawaz",
"country_name": "Oman",
"market_value": 360000,
"shirt_number": 12,
"date_of_birth": "1996-10-03T00:00:00+00:00",
"player_height": 179,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "12"
},
{
"id": 36900,
"name": "Ahmed Al-Kaabi",
"position": "M",
"country_id": 6,
"hash_image": "755967f5cac9fada52c3a4a21366baf96a014b3d85a7bd452541a3d752159185",
"short_name": "A. Al-Kaabi",
"country_name": "Oman",
"market_value": 410000,
"shirt_number": 47,
"date_of_birth": "1996-09-15T00:00:00+00:00",
"player_height": 168,
"preferred_foot": "Left",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "47"
},
{
"id": 36977,
"name": "Ali Al-Hinai",
"position": "M",
"country_id": 6,
"hash_image": "1780701bb3df71ae9df6ee7038f253a99e7c443627bf7ac44bb9876eacec4a7a",
"short_name": "A. Al-Hinai",
"country_name": "Oman",
"shirt_number": 8,
"date_of_birth": "1998-01-16T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "8"
},
{
"id": 37014,
"name": "Mohammed Al-Hinai",
"position": "M",
"country_id": 6,
"hash_image": "6abe5b4d9aeb250815115508f1e0c058c3d7a07b8bfd6027b85613035a4636b8",
"short_name": "M. Al-Hinai",
"country_name": "Oman",
"shirt_number": 18,
"date_of_birth": "2001-11-06T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "18"
},
{
"id": 37062,
"name": "Ali Dhahi Al Rusheidi",
"position": "M",
"country_id": 6,
"hash_image": "2193cdaeb5b92023b48ae704de60c299f6cb011759f6b44b1f5935d788bccee4",
"short_name": "A. D. A. Rusheidi",
"country_name": "Oman",
"shirt_number": 21,
"date_of_birth": "1994-12-07T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "21"
},
{
"id": 37093,
"name": "Asad Al Awadi",
"position": "M",
"hash_image": "552c0cfb3554d98b588f017e595fe23393ae271d2d9fb436c258a6d0a74e8130",
"short_name": "A. A. Awadi",
"date_of_birth": "1998-01-28T00:00:00+00:00"
},
{
"id": 37169,
"name": "Mohammed Al Hinai",
"position": "M",
"country_id": 6,
"hash_image": "a8a06d450e34c2073d07fb356afe2505dcb5c8b04d953206b364191b81cf8254",
"short_name": "M. A. Hinai",
"country_name": "Oman",
"shirt_number": 18,
"date_of_birth": "2001-11-06T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "18"
},
{
"id": 37182,
"name": "Ahmed Al-Matroushi",
"position": "D",
"country_id": 6,
"hash_image": "7745aaaa7e48b7303517e83955559df70563ec92efe214df56266054614e1b0f",
"short_name": "A. Al-Matroushi",
"country_name": "Oman",
"market_value": 220000,
"shirt_number": 16,
"date_of_birth": "1997-05-26T00:00:00+00:00",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "16"
},
{
"id": 37234,
"name": "Abdulaziz Al Gheilani",
"position": "D",
"country_id": 6,
"hash_image": "6e24bb656eb1ee36bc5fa7f6dd2fd672d1444e0e93744822c91ee10e90961b61",
"short_name": "A. A. Gheilani",
"country_name": "Oman",
"market_value": 210000,
"shirt_number": 32,
"date_of_birth": "1995-05-14T00:00:00+00:00",
"player_height": 168,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "32"
},
{
"id": 37261,
"name": "Nasser Al Shamli",
"position": "D",
"country_id": 6,
"hash_image": "00fe1d5415994d7da189db5ca667a74de6eb4f40a505244bc6b4c7ec7e1238f5",
"short_name": "N. A. Shamli",
"country_name": "Oman",
"market_value": 73000,
"shirt_number": 5,
"date_of_birth": "1989-02-15T00:00:00+00:00",
"player_height": 178,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "5"
},
{
"id": 37313,
"name": "Abdul Aziz",
"position": "D",
"country_id": 6,
"hash_image": "7410b6dd430f398cb0875a55a040f9c031a7e0e98f70a881bd3123879a317549",
"short_name": "A. Aziz",
"country_name": "Oman",
"shirt_number": 13,
"date_of_birth": "1992-05-20T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "13"
},
{
"id": 37386,
"name": "Abdul Aziz Khalfan",
"position": "D",
"hash_image": "a03a2fbb5203376f94aea36f52b781801d8fcfc6b5cc2b23c7f4174ef131cb73",
"short_name": "A. A. Khalfan",
"shirt_number": 13,
"date_of_birth": "1992-05-20T00:00:00+00:00",
"player_jersey_number": "13"
},
{
"id": 37432,
"name": "Ghanim Al Habashi",
"position": "D",
"country_id": 6,
"hash_image": "eff7d672c7bfc9f78e38c43863308c66910a1816607b584a42223d1cedd899a3",
"short_name": "G. A. Habashi",
"country_name": "Oman",
"shirt_number": 25,
"date_of_birth": "1998-08-04T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "25"
},
{
"id": 37495,
"name": "Mahnad Al Alawi",
"position": "D",
"country_id": 6,
"hash_image": "876dc444935283c868374f3d4ae871e79f93366daac8b846d757ae27d4a9bf74",
"short_name": "M. A. Alawi",
"country_name": "Oman",
"shirt_number": 77,
"date_of_birth": "1999-09-27T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "77"
},
{
"id": 37549,
"name": "Junior Ngede",
"position": "D",
"country_id": 85,
"hash_image": "69c6952eb5e5e428bee60fbd2604512bd4c240fce84ce4b8e4e90f57010e7841",
"short_name": "J. Ngede",
"country_name": "Cameroon",
"shirt_number": 4,
"date_of_birth": "1998-02-05T00:00:00+00:00",
"preferred_foot": "Right",
"country_hash_image": "9ee3b7c03a22b0ebb8995404573bbdb70305786bb8456f147ad26d463e4aef6c",
"player_jersey_number": "4"
},
{
"id": 37575,
"name": "Ibrahim Al-Mukhaini",
"position": "G",
"country_id": 6,
"hash_image": "7a07e80706799f87eecd9cd3ef1d8304b79a728850831a8046086e39b2c58c05",
"short_name": "I. Al-Mukhaini",
"country_name": "Oman",
"market_value": 390000,
"shirt_number": 1,
"date_of_birth": "1997-06-20T00:00:00+00:00",
"player_height": 188,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "1"
},
{
"id": 37611,
"name": "Ibrahim Saleh Al Mukhaini",
"position": "G",
"country_id": 6,
"hash_image": "e8961cb68a3bc0e17ac8ab0cf0eefd639caf11b799b47d1ede3f9fa48e9b8b5a",
"short_name": "I. S. A. Mukhaini",
"country_name": "Oman",
"shirt_number": 72,
"date_of_birth": "1997-06-20T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "72"
},
{
"id": 37685,
"name": "Alaa Al Shiyadi",
"position": "G",
"country_id": 6,
"hash_image": "b45bb7848e2f1fcfb9ed1406409fc79543670758c509c6f630a765e0d188da13",
"short_name": "A. A. Shiyadi",
"country_name": "Oman",
"shirt_number": 26,
"date_of_birth": "1996-05-09T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "26"
},
{
"id": 37771,
"name": "Omar Al Ghabshi",
"position": "G",
"country_id": 6,
"hash_image": "1e32eca1a1c57d7095affc7313f707502e6c30956d7a4c5a77ad7eccb2b14492",
"short_name": "O. A. Ghabshi",
"country_name": "Oman",
"shirt_number": 24,
"date_of_birth": "1992-06-05T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "24"
},
{
"id": 281479,
"name": "Al Mandhar Al Alawi",
"position": "M",
"country_id": 6,
"hash_image": "d48fbde356fe47e156dcf2484d89a40c4c2358f3e1236e7f40203f481b4a1fb7",
"short_name": "A. M. A. Alawi",
"country_name": "Oman",
"date_of_birth": "1995-03-31T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51"
},
{
"id": 338220,
"name": "Ely Cheikh Samba El Voullany",
"position": "F",
"country_id": 183,
"hash_image": "4ea063d83d5a4f558c52ef3fd59b96d9428724032ad3847a7a627f8728675368",
"short_name": "E. C. S. E. Voullany",
"country_name": "Mauritania",
"shirt_number": 99,
"date_of_birth": "1988-12-31T00:00:00+00:00",
"country_hash_image": "2f98da7420cfb4e1517ba040511af23cf529711f4cb8a6746a453105e442a28d",
"player_jersey_number": "99"
},
{
"id": 368651,
"name": "Mohammed Khasib Sulaiyam Al Hosni",
"position": "M",
"country_id": 6,
"hash_image": "b1f3e35693195ceef78ba0a10d2c950bbfe1885c2940f9f63852667a4ad33230",
"short_name": "M. K. S. A. Hosni",
"country_name": "Oman",
"shirt_number": 66,
"date_of_birth": "1994-03-24T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "66"
},
{
"id": 368696,
"name": "Faisal Mohsin Darwish Al Balushi",
"position": "M",
"country_id": 6,
"hash_image": "9c378a691c0d70270b04e797c1643e6529a9020e114da544b9fa28149bbbd191",
"short_name": "F. M. D. A. Balushi",
"country_name": "Oman",
"shirt_number": 27,
"date_of_birth": "1996-01-15T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "27"
},
{
"id": 406122,
"name": "Abdullah Al Mamari",
"position": "G",
"country_id": 6,
"hash_image": "65671e69977aaf9cf6c67346d4514ef7e8bab1d4b92104a32fa5eb86561dd099",
"short_name": "A. A. Mamari",
"country_name": "Oman",
"shirt_number": 17,
"date_of_birth": "1992-05-08T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "17"
},
{
"id": 418961,
"name": "Said Al Razaiqi",
"position": "F",
"country_id": 6,
"hash_image": "28222fd79664b069185a32632259fa2a25ee48747ac506d940ff4ab99fb99383",
"short_name": "S. A. Razaiqi",
"country_name": "Oman",
"shirt_number": 20,
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "20"
},
{
"id": 439719,
"name": "Mansoor Al Nuaimi",
"position": "M",
"country_id": 6,
"hash_image": "8e8092c0943bf11558650d5adb652810cd1793bb099862fedfcba88370b8e1b0",
"short_name": "M. A. Nuaimi",
"country_name": "Oman",
"shirt_number": 7,
"date_of_birth": "1989-02-13T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "7"
},
{
"id": 450467,
"name": "Munzer Al-Alawi",
"position": "M",
"hash_image": "2a0794b3f66d3af1f79da10ac2bdb8ab9002e03275a2cbb730cc88b409835c57",
"short_name": "M. Al-Alawi",
"shirt_number": 11,
"player_jersey_number": "11"
},
{
"id": 490679,
"name": "Mohamed Khasib",
"position": "F",
"country_id": 6,
"hash_image": "0028737a735afb29dda7f0da43e1a41f26747ac09de032e1208fe88184495071",
"short_name": "M. Khasib",
"country_name": "Oman",
"market_value": 0,
"shirt_number": 4,
"date_of_birth": "1994-03-24T00:00:00+00:00",
"player_height": 168,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "4"
},
{
"id": 493194,
"name": "Salaah Al-Yahyaei",
"position": "M",
"country_id": 6,
"hash_image": "836da46e259163be578f773331b198458a486230623181432dd4052ac8a34979",
"short_name": "S. Al-Yahyaei",
"country_name": "Oman",
"market_value": 465000,
"shirt_number": 10,
"date_of_birth": "1998-08-17T00:00:00+00:00",
"player_height": 180,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "10"
},
{
"id": 494199,
"name": "Mansoor Ghamil Salim Al Naaimi",
"hash_image": "d36a14cafa3852a75ca81a29713826e8b55b80d45dc294184cb77dd875b0d5b8",
"short_name": "M. G. S. A. Naaimi",
"shirt_number": 7,
"player_jersey_number": "7"
},
{
"id": 494200,
"name": "Mohammed Said Khalfan Al Shamsi",
"position": "M",
"country_id": 6,
"hash_image": "7d9888246aab1526d59edcb6367216601aac42da8d49093ea4609039b319a745",
"short_name": "M. S. K. A. Shamsi",
"country_name": "Oman",
"shirt_number": 10,
"date_of_birth": "1988-06-21T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "10"
},
{
"id": 494201,
"name": "Salim Juma Said Al Shamsi",
"position": "F",
"country_id": 6,
"hash_image": "ea90007bbd41037c7064a3b30d3eb7a6d1fa7c1ff7d5634a892d051bd1fd40bd",
"short_name": "S. J. S. A. Shamsi",
"country_name": "Oman",
"shirt_number": 8,
"date_of_birth": "1983-09-18T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "8"
},
{
"id": 494215,
"name": "Ely Cheikh Samba El Voullany",
"hash_image": "1cda7459a4f9f520ed1709eca9db0a6c1d3de2c81657f03c3490d201f349c414",
"short_name": "E. C. S. E. Voullany",
"shirt_number": 99,
"player_jersey_number": "99"
},
{
"id": 494614,
"name": "Al Shaiba Arif Abdallah Mubark",
"position": "D",
"country_id": 6,
"hash_image": "a6e0f517bf4257874cd37ddb8e5b5e1e4e4ee280e985cf365f01dc5137ab32de",
"short_name": "A. S. A. A. Mubark",
"country_name": "Oman",
"shirt_number": 19,
"date_of_birth": "1980-10-29T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "19"
},
{
"id": 494621,
"name": "Ali Sulaiman Al Busaidi",
"hash_image": "0bdca8e88578454787da9815980dd431f9c9997295cae1ed5aeea6f10f5b16bb",
"short_name": "A. S. A. Busaidi",
"shirt_number": 39,
"player_jersey_number": "39"
},
{
"id": 494622,
"name": "Abdul Khaliq Fayil Juma Al-Alawi",
"position": "D",
"country_id": 6,
"hash_image": "32918c8a0ddb503129d50c769c2ed1ba1cb9d450a74327b593542bc785ca8bb2",
"short_name": "A. K. F. J. Al-Alawi",
"country_name": "Oman",
"shirt_number": 24,
"date_of_birth": "1988-09-20T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "24"
},
{
"id": 494629,
"name": "Ismail Sulaiman Ashoor Al-Ajmi",
"hash_image": "7c9de3e43a92a0d858f84606150001db55e61d4d00084ed3136caa2b99b7f71b",
"short_name": "I. S. A. Al-Ajmi",
"shirt_number": 30,
"player_jersey_number": "30"
},
{
"id": 494642,
"name": "Al-Abri Mohamed Moosa Nassar",
"position": "D",
"country_id": 6,
"hash_image": "a6148eafd32ee69e0187eb3bca426b575b2a5314b377a1ea182d401381a789c6",
"short_name": "A. M. M. Nassar",
"country_name": "Oman",
"shirt_number": 37,
"date_of_birth": "1996-01-29T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "37"
},
{
"id": 494644,
"name": "Abdullah Al Mamari",
"hash_image": "65caae10b9071f53bcfb51cf73ea0f9b92173e15d995a253c34ba43de52d1ac0",
"short_name": "A. A. Mamari",
"shirt_number": 17,
"player_jersey_number": "17"
},
{
"id": 494646,
"name": "Musabah A. Yahya Said",
"position": "M",
"country_id": 6,
"hash_image": "b6a4738e7c1e75b316923167abef9ca5fb17a8fe499931d88ea233464d53d42b",
"short_name": "M. A. Y. Said",
"country_name": "Oman",
"shirt_number": 21,
"date_of_birth": "1989-12-27T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "21"
},
{
"id": 494648,
"name": "Sulaiman Al Breiki",
"hash_image": "52748098573b507c0ff23c5f133681199318152ac93755c898a01cf8587ec2a9",
"short_name": "S. A. Breiki",
"shirt_number": 23,
"player_jersey_number": "23"
},
{
"id": 494652,
"name": "Farhan Al Naiaimi Salim Juma",
"position": "D",
"country_id": 6,
"hash_image": "f8cdb5092bc866b4bf663983a07a2d08d033160fb4ed2a9336f52e56ba9101fd",
"short_name": "F. A. N. S. Juma",
"country_name": "Oman",
"shirt_number": 4,
"date_of_birth": "1993-01-27T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "4"
},
{
"id": 494658,
"name": "Hatem Khamis Al-Hamhami",
"hash_image": "b1f1156648c2578c6a8ca4fa5d3abf18a3709f2a101259de30bd420ea8b8a62c",
"short_name": "H. K. Al-Hamhami",
"shirt_number": 11,
"player_jersey_number": "11"
},
{
"id": 494660,
"name": "Anwar Khasib Al Hinaai",
"hash_image": "f1821a5016cdc9301daef93f8ae298bec2724dd2fa129131755077ece96b7f45",
"short_name": "A. K. A. Hinaai",
"shirt_number": 2,
"player_jersey_number": "2"
},
{
"id": 494666,
"name": "Badar Bamasila",
"hash_image": "2d0ec143a2b0238742203d387a52e285345fe0ffe5bb49ce37811d2a7273dc06",
"short_name": "B. Bamasila",
"shirt_number": 55,
"player_jersey_number": "55"
},
{
"id": 494675,
"name": "Muhanad Al Hasani",
"hash_image": "9b882aa8e2878fd4016075feba0109df1d4f4ac23ae8c171f0ed89e98b61da14",
"short_name": "M. A. Hasani",
"shirt_number": 16,
"player_jersey_number": "16"
},
{
"id": 494677,
"name": "Mohamed Montassar Lahfidhi",
"position": "D",
"country_id": 12,
"hash_image": "1c71614e4a7ba6b29c2f6e6cf4e02b6e671a02df3a197d836addf99be3ea7c02",
"short_name": "M. M. Lahfidhi",
"country_name": "Tunisia",
"shirt_number": 83,
"date_of_birth": "1983-03-28T00:00:00+00:00",
"country_hash_image": "57adf80633715e9a5a8353052012b0147136c304989a46f75aba8527544f631a",
"player_jersey_number": "83"
},
{
"id": 494690,
"name": "Asaad Mubarak Obaid Al-Marzouqi",
"hash_image": "4e662669b5e5fdeeed328f6341741055f16c5dae58052ba859fa835847c071b5",
"short_name": "A. M. O. Al-Marzouqi",
"shirt_number": 18,
"player_jersey_number": "18"
},
{
"id": 494691,
"name": "Ahmes Khalifa Said Al-Kaabi",
"hash_image": "39e0211a5d0e59cedba30c3ebbdc1ff1fecb86f6d80dfb4d6cd77b3d5813d94f",
"short_name": "A. K. S. Al-Kaabi",
"shirt_number": 47,
"player_jersey_number": "47"
},
{
"id": 494694,
"name": "Ahmad Ghazi Abdel-Hafiz Hatamleh",
"position": "M",
"country_id": 102,
"hash_image": "18f5f9827049cb6a60e73d882dca806af5c4f23d79226423159f377ea63b6342",
"short_name": "A. G. A. Hatamleh",
"country_name": "Jordan",
"shirt_number": 33,
"date_of_birth": "1982-07-10T00:00:00+00:00",
"country_hash_image": "80ade79ae79c576675cf28b4c0254238059661a67c8a3585aa7e2562b8ec4cdc",
"player_jersey_number": "33"
},
{
"id": 494702,
"name": "Ahmed Khalifa Said Al-Marzouqi",
"hash_image": "a0f7c48e03c4fb6fd3bfbcf6a0b99d38b5ca769c6919d6d01fbbb466cd44dc50",
"short_name": "A. K. S. Al-Marzouqi",
"shirt_number": 47,
"player_jersey_number": "47"
},
{
"id": 502238,
"name": "Issam Al-Subhi",
"position": "F",
"country_id": 6,
"hash_image": "4c23d5080c319e5925e3c2a2cee68a7329180d8addfc6fa847edcbda39895335",
"short_name": "I. Al-Subhi",
"country_name": "Oman",
"market_value": 270000,
"shirt_number": 9,
"date_of_birth": "1997-05-01T00:00:00+00:00",
"player_height": 183,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "9"
},
{
"id": 505113,
"name": "Hatem Al Hamhami",
"position": "M",
"country_id": 6,
"hash_image": "f703bb5d598fbe4d06b022ea2aba66965776b0472ff87fed861889d8b91e4792",
"short_name": "H. A. Hamhami",
"country_name": "Oman",
"shirt_number": 11,
"date_of_birth": "1994-04-22T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "11"
},
{
"id": 505136,
"name": "Asad Mubarak",
"position": "F",
"country_id": 6,
"hash_image": "3ac6dabcf255144dff2c7a056dfa6367e07c7702f2dac63a523b6d2003df793c",
"short_name": "A. Mubarak",
"country_name": "Oman",
"shirt_number": 18,
"date_of_birth": "1984-12-06T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "18"
},
{
"id": 510595,
"name": "Muhanad Al Hasani",
"position": "D",
"country_id": 6,
"hash_image": "ed2f34e1097612a62edd30c2aef5c747d52e7f49f6e14a44792d248a718b41e0",
"short_name": "M. A. Hasani",
"country_name": "Oman",
"shirt_number": 16,
"date_of_birth": "1993-02-10T00:00:00+00:00",
"player_height": 178,
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "16"
},
{
"id": 539390,
"name": "Anwar Khasib Anatar Al Hinaai",
"position": "M",
"country_id": 6,
"hash_image": "326784bd001638c17d26b59a4c23f7a7fc0f5ede0d6bfc68f4eb3dd6f756db74",
"short_name": "A. K. A. A. Hinaai",
"country_name": "Oman",
"shirt_number": 2,
"date_of_birth": "1993-02-18T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "2"
},
{
"id": 539399,
"name": "Badar Bamasila",
"position": "M",
"country_id": 6,
"hash_image": "45af90e54385ddc6f3015c97db8b7d0e32bf229023ebda82c0531128b57eb9c6",
"short_name": "B. Bamasila",
"country_name": "Oman",
"shirt_number": 55,
"date_of_birth": "1992-01-25T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "55"
},
{
"id": 547664,
"name": "Al Mandhar Al Alawi",
"position": "M",
"country_id": 6,
"hash_image": "d48fbde356fe47e156dcf2484d89a40c4c2358f3e1236e7f40203f481b4a1fb7",
"short_name": "A. M. A. Alawi",
"country_name": "Oman",
"date_of_birth": "1995-03-31T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51"
},
{
"id": 548783,
"name": "Ismail Al Ajmi",
"position": "F",
"country_id": 6,
"hash_image": "2e22d529bd6a6623b859656e7bfc4cb69d846dc2b959fc7fa7e6d6a23c306776",
"short_name": "I. A. Ajmi",
"country_name": "Oman",
"shirt_number": 30,
"date_of_birth": "1984-06-09T00:00:00+00:00",
"player_height": 178,
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "30"
},
{
"id": 563047,
"name": "Billel Bensaha",
"position": "F",
"country_id": 30,
"hash_image": "b53a36f5505f0fe82fdada0dca91fd6ca5cdd48a8f6acef97636acc6e6d50ab2",
"short_name": "B. Bensaha",
"country_name": "Algeria",
"market_value": 420000,
"shirt_number": 7,
"date_of_birth": "1994-02-18T00:00:00+00:00",
"player_height": 170,
"preferred_foot": "Both",
"market_currency": "EUR",
"country_hash_image": "4ff0e6fec1c4e4e3645dbb6bb703aeb733e5dad87a5879b433370e50c213ad3c",
"player_jersey_number": "7"
},
{
"id": 587331,
"name": "Frank Jasperneite",
"country_id": 6,
"hash_image": "3f7df254a12ddfd5b8147f08a0617a02eb758285d8083b1711732f47080141f9",
"short_name": "F. Jasperneite",
"country_name": "Oman",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51"
},
{
"id": 599872,
"name": "Salaah Al-Yahyaei",
"position": "M",
"country_id": 6,
"hash_image": "836da46e259163be578f773331b198458a486230623181432dd4052ac8a34979",
"short_name": "S. Al-Yahyaei",
"country_name": "Oman",
"market_value": 465000,
"shirt_number": 10,
"date_of_birth": "1998-08-17T00:00:00+00:00",
"player_height": 180,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "10"
},
{
"id": 645282,
"name": "Ali Dhahi Al Rusheidi",
"position": "M",
"country_id": 6,
"hash_image": "2193cdaeb5b92023b48ae704de60c299f6cb011759f6b44b1f5935d788bccee4",
"short_name": "A. D. A. Rusheidi",
"country_name": "Oman",
"shirt_number": 21,
"date_of_birth": "1994-12-07T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "21"
},
{
"id": 645292,
"name": "Jamal Al Wahshi",
"position": "F",
"country_id": 6,
"hash_image": "2afb60c5c6e2d0f3d5b6cd7801e5ec603c1a01b6bc249801e44bc77b68047ae5",
"short_name": "J. A. Wahshi",
"country_name": "Oman",
"shirt_number": 22,
"date_of_birth": "1999-10-27T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "22"
},
{
"id": 658723,
"name": "Ghanim Al Habashi",
"position": "D",
"country_id": 6,
"hash_image": "eff7d672c7bfc9f78e38c43863308c66910a1816607b584a42223d1cedd899a3",
"short_name": "G. A. Habashi",
"country_name": "Oman",
"shirt_number": 25,
"date_of_birth": "1998-08-04T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "25"
},
{
"id": 669489,
"name": "Issam Al-Subhi",
"position": "F",
"country_id": 6,
"hash_image": "4c23d5080c319e5925e3c2a2cee68a7329180d8addfc6fa847edcbda39895335",
"short_name": "I. Al-Subhi",
"country_name": "Oman",
"market_value": 270000,
"shirt_number": 9,
"date_of_birth": "1997-05-01T00:00:00+00:00",
"player_height": 183,
"preferred_foot": "Right",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "9"
},
{
"id": 682711,
"name": "Omar Al-Malki",
"position": "F",
"country_id": 6,
"hash_image": "42a48f4cd76010d6897697454be5e85bbf2c0ab26b33157f8d4322a7bbfa7826",
"short_name": "O. Al-Malki",
"country_name": "Oman",
"market_value": 195000,
"shirt_number": 20,
"date_of_birth": "1994-01-04T00:00:00+00:00",
"player_height": 170,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "20"
},
{
"id": 682763,
"name": "Abdullah Fawaz",
"position": "M",
"country_id": 6,
"hash_image": "cdea0a13e69ef3c4fe03ee7920306c80183f3c3b780c6b2681b88c5a712f46c1",
"short_name": "A. Fawaz",
"country_name": "Oman",
"market_value": 360000,
"shirt_number": 12,
"date_of_birth": "1996-10-03T00:00:00+00:00",
"player_height": 179,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "12"
},
{
"id": 695753,
"name": "Abdulaziz Al Gheilani",
"position": "D",
"country_id": 6,
"hash_image": "6e24bb656eb1ee36bc5fa7f6dd2fd672d1444e0e93744822c91ee10e90961b61",
"short_name": "A. A. Gheilani",
"country_name": "Oman",
"market_value": 210000,
"shirt_number": 32,
"date_of_birth": "1995-05-14T00:00:00+00:00",
"player_height": 168,
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "32"
},
{
"id": 698144,
"name": "Ibrahim Saleh Al Mukhaini",
"position": "G",
"country_id": 6,
"hash_image": "e8961cb68a3bc0e17ac8ab0cf0eefd639caf11b799b47d1ede3f9fa48e9b8b5a",
"short_name": "I. S. A. Mukhaini",
"country_name": "Oman",
"shirt_number": 72,
"date_of_birth": "1997-06-20T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "72"
},
{
"id": 702744,
"name": "Hamoud Al Saadi",
"position": "F",
"country_id": 6,
"hash_image": "6f4b413e4888a871632f5d85c602450ca637ab6b516245c749272e68f81ea45a",
"short_name": "H. A. Saadi",
"country_name": "Oman",
"date_of_birth": "1992-01-26T00:00:00+00:00",
"player_height": 172,
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51"
},
{
"id": 717408,
"name": "Gehmat Al-Habashi",
"position": "D",
"country_id": 6,
"hash_image": "85755d46bef7cab27b6ef419cbffbd8ce22e9ebbf23c0c792e557097d37e687d",
"short_name": "G. Al-Habashi",
"country_name": "Oman",
"market_value": 220000,
"date_of_birth": "1998-08-04T00:00:00+00:00",
"market_currency": "EUR",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51"
},
{
"id": 728961,
"name": "Omar Nasser",
"position": "M",
"country_id": 6,
"hash_image": "73ea7f663e48c23013c0b24d115ff70ab200c4296f01457eba27b3b53f8e61a1",
"short_name": "O. Nasser",
"country_name": "Oman",
"shirt_number": 27,
"date_of_birth": "2002-02-17T00:00:00+00:00",
"country_hash_image": "7469366c72362c3a23450fda3394230498dd7f0477025589044cfefd7ec9fa51",
"player_jersey_number": "27"
}
]
}
]