Enterprise API

Secure REST access for groups, categories, states, languages, platforms, search and trending data.

Authentication

X-API-KEY: API_KEY
X-API-SECRET: API_SECRET

Endpoints

GET/api/v1/groupsFilter by category, platform, state, language, featured, verified or trending.
GET/api/v1/groups/{slug}Single approved listing.
GET/api/v1/search?keyword=newsSearch approved listings.
GET/api/v1/trendingTop trending groups.
GET/api/v1/categoriesActive categories.
GET/api/v1/platformsActive platforms.

PHP Example

$response = Http::withHeaders([
    'X-API-KEY' => 'API_KEY',
    'X-API-SECRET' => 'API_SECRET',
])->get('https://qksocial.com/api/v1/trending');

Manual Approval

Every listing is reviewed before publishing.

Adult Content Ban

Porn, sex and unsafe groups are strictly banned.

Report Abuse

Users can report spam, scam and fake groups.

Verified Listings

Trusted listings can receive verified badges.