curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchAthletePublic \
--header 'Content-Type: application/json' \
--data '
{
"filterByMultiParameter": "search term",
"filterSportsSearchKeywords": [],
"filterBySchool": [],
"view": "public",
"gender": "Male",
"is_current_athlete": "Y",
"filterByLocation": "Austin, TX",
"filterByLatLong": [],
"filterByInstaMin": "1000",
"filterByInstaMax": "100000",
"filterByTwitterMin": "1000",
"filterByTwitterMax": "100000",
"filterByTiktokMin": "1000",
"filterByTiktokMax": "100000",
"filterByConference": "Big Ten",
"filterByDivisions": "NCAA-I",
"page": 1,
"limit": 10,
"page_limit": 10
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchAthletePublic \
--header 'Content-Type: application/json' \
--data '
{
"filterByMultiParameter": "search term",
"filterSportsSearchKeywords": [],
"filterBySchool": [],
"view": "public",
"gender": "Male",
"is_current_athlete": "Y",
"filterByLocation": "Austin, TX",
"filterByLatLong": [],
"filterByInstaMin": "1000",
"filterByInstaMax": "100000",
"filterByTwitterMin": "1000",
"filterByTwitterMax": "100000",
"filterByTiktokMin": "1000",
"filterByTiktokMax": "100000",
"filterByConference": "Big Ten",
"filterByDivisions": "NCAA-I",
"page": 1,
"limit": 10,
"page_limit": 10
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
Keyword search (NOT search)
"search term"
Sport category IDs (NOT sport_category_id)
[]School IDs (NOT university_id)
[]Set to 'public' for public resource
"public"
"Male"
Y, N "Y"
"Austin, TX"
[]"1000"
"100000"
"1000"
"100000"
"1000"
"100000"
"Big Ten"
"NCAA-I"
1
10
Alias for limit
10
Public search results