v1
latestOpenAPI 3.0.12026-07-265331168.0 KBContinent
Search Continent
Search Continent entries using various filters.
get/public/user/continent/search
Query parameters
continent_idstring
Unique two-letter identifier of the Continent
continent_namestring
Name of the Continent
continent_aliasstring
Alias or alternative name for the Continent
per_pageinteger
Number of items per page for pagination
pageinteger
Page number for pagination
sort_bystring
Key for sorting or random.
Response
Successful Continent search
Example response
{
"data": [
{
"continent_alias": "eu",
"continent_id": "eu",
"continent_name": "Europe"
}
],
"item_count": 1,
"message": "Continent search successful.",
"page": 1,
"per_page": 10,
"total_count": 1
}