← Back to Dashboard

vk

SocialActiveUnknownAuth: OAuthDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Read and write vk data

✨ AI Summary

VK is a powerful platform for developers to integrate applications and utilize all features of the VK social network.

Code Example

import requests

url = "https://api.vk.com/method/users.get"
params = {
    "user_ids": "1",
    "fields": "first_name,last_name,photo_50",
    "access_token": "YOUR_ACCESS_TOKEN",
    "v": "5.131"
}

response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)