Listings by Popularity
Get Store Listings
Get Listings ordered by popularity
Query Parameters
Name
Type
Description
Making the Request
curl --location 'https://store.hyperplay.xyz/api/popularity' \
--header 'Content-Type: application/json'[{
channels: [{
channel_id: number;
channel_name: string;
release_meta: {
name: string;
meta_uri: string;
platforms: {
web: {
name: string;
external_url: string;
};
linux_amd64: {
name: string;
executable: string;
installSize: string;
processName: string;
downloadSize: string;
external_url: string;
installScript: string;
};
darwin_amd64: {
name: string;
executable: string;
installSize: string;
processName: string;
downloadSize: string;
external_url: string;
installScript: string;
};
windows_amd64: {
name: string;
executable: string;
installSize: string;
processName: string;
downloadSize: string;
external_url: string;
installScript: string;
};
};
project_id: string;
release_id: string;
description: string;
external_url: string;
release_name: string;
};
license_config: {
id: string | null;
tokens: boolean;
access_codes: boolean;
};
}];
disabled: boolean;
account_id: string;
isVerified: boolean;
project_id: string;
updated_at: Date;
account_meta: {
name: string;
image: string;
meta_uri: string;
description: string;
external_url: string;
};
account_name: string;
project_meta: [{
name: string;
tags: string[];
type: string;
image: string;
gallery: [{
src: string;
name: string;
type: string;
}];
meta_uri: string;
networks: {
icon: string | null;
name: string;
type: string;
address: string;
chain_id: string;
marketplace_urls: string[];
};
repository: string | null;
description: string;
discord_url: string;
launch_epic: boolean;
twitter_url: string;
youtube_url: string | null;
external_url: string;
main_capsule: string;
uses_overlay: boolean;
is_hyperplay_exclusive: boolean;
wine_support: {
mac: boolean;
linux: boolean;
};
epic_game_url: string;
launch_external: string | null;
prompt_donation: string | null;
donation_address: string | null;
short_description: string;
system_requirements: {
cpu: string;
gpu: string;
disk: string;
memory: string;
};
}];
project_name: string;
}];Parameter combinations
Last updated