PHPackages                             tristamoff/vk-api-schema - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. tristamoff/vk-api-schema

ActiveLibrary[API Development](/categories/api)

tristamoff/vk-api-schema
========================

VK API JSON Schema

5.80.1(7y ago)07MIT

Since Dec 7Pushed 7y agoCompare

[ Source](https://github.com/Tristamoff/vk-api-schema)[ Packagist](https://packagist.org/packages/tristamoff/vk-api-schema)[ Docs](https://vk.com/dev)[ RSS](/packages/tristamoff-vk-api-schema/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (26)Used By (0)

VK API JSON Schema
==================

[](#vk-api-json-schema)

This repository contains JSON Schema documents explaining all the VK.COM API objects and methods mentioned [here](https://vk.com/dev).

JSON Schema standard specifications and the most common usage scenarios could be found here:

These schemes are compatible with JSON Schema version draft-06 and VK API [version](https://vk.com/dev/versions) 5.80.

[![Packagist](https://camo.githubusercontent.com/46713bf9027fef755ce9a64899b4ff32b40ca071df985f41ac421c88b9280436/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766b636f6d2f766b2d6170692d736368656d612e737667)](https://packagist.org/packages/vkcom/vk-api-schema)

Structure
---------

[](#structure)

Repository contains four .json files.

- "methods.json" describes all of VK API methods (could be found at [this page](https://vk.com/dev/methods)).
- "objects.json" describes objects which are used in methods responses.
- "responses.json" describes methods responses structure.
- "schema.json" describes additional keywords used in our implementation, such as "method", "error", "parameter" and others so to extend the canonical specification for our needs.

Samples
-------

[](#samples)

### users.get method description:

[](#usersget-method-description)

```
{
      "name": "users.get",
      "description": "Returns detailed information on users.",
      "open": true,
      "parameters": [
        {
          "name": "user_ids",
          "description": "User IDs or screen names ('screen_name'). By default, current user ID.",
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 1000
        },
        {
          "name": "domains",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "name": "fields",
          "description": "Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'contacts', 'education', 'online', 'counters', 'relation', 'last_seen', 'activity', 'can_write_private_message', 'can_see_all_posts', 'can_post', 'universities';",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "name": "name_case",
          "description": "Case for declension of user name and surname:; 'nom' — nominative (default); 'gen' — genitive ; 'dat' — dative; 'acc' — accusative ; 'ins' — instrumental ; 'abl' — prepositional",
          "type": "string"
        }
      ],
      "responses": {
        "response": {
          "$ref": "responses.json#/definitions/users_get_response"
        }
      }
    }
```

### market\_market\_album object description:

[](#market_market_album-object-description)

```
"market_market_album": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "description": "Market album ID",
          "minimum": 1
        },
        "owner_id": {
          "type": "integer",
          "description": "Market album owner's ID"
        },
        "title": {
          "type": "string",
          "description": "Market album title"
        },
        "count": {
          "type": "integer",
          "description": "Items number",
          "minimum": 0
        },
        "updated_time": {
          "type": "integer",
          "description": "Date when album has been updated last time in Unixtime",
          "minimum": 0
        },
        "photo": {
          "$ref": "#/definitions/photos_photo"
        }
      },
      "required": [
        "id",
        "owner_id",
        "title",
        "count",
        "updated_time"
      ],
      "additionalProperties": false
    }
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 61.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~25 days

Recently: every ~31 days

Total

24

Last Release

2869d ago

Major Versions

1.8.0 → 5.80.02018-07-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa2e2bd8d299452461225673429519e95ba3a2aaa30f690a7d19c92f6367ff4f?d=identicon)[tristamoff](/maintainers/tristamoff)

---

Top Contributors

[![tsivarev](https://avatars.githubusercontent.com/u/1080768?v=4)](https://github.com/tsivarev "tsivarev (73 commits)")[![YuryBandarchuk16](https://avatars.githubusercontent.com/u/19752696?v=4)](https://github.com/YuryBandarchuk16 "YuryBandarchuk16 (22 commits)")[![klimrmad](https://avatars.githubusercontent.com/u/998861?v=4)](https://github.com/klimrmad "klimrmad (7 commits)")[![apiwoman](https://avatars.githubusercontent.com/u/21056790?v=4)](https://github.com/apiwoman "apiwoman (7 commits)")[![nk2ge5k](https://avatars.githubusercontent.com/u/5111565?v=4)](https://github.com/nk2ge5k "nk2ge5k (2 commits)")[![alsemyonov](https://avatars.githubusercontent.com/u/4524?v=4)](https://github.com/alsemyonov "alsemyonov (2 commits)")[![alatushkin](https://avatars.githubusercontent.com/u/13848827?v=4)](https://github.com/alatushkin "alatushkin (2 commits)")[![Tristamoff](https://avatars.githubusercontent.com/u/2246794?v=4)](https://github.com/Tristamoff "Tristamoff (2 commits)")[![StrixG](https://avatars.githubusercontent.com/u/8400907?v=4)](https://github.com/StrixG "StrixG (1 commits)")[![allebdev](https://avatars.githubusercontent.com/u/5820577?v=4)](https://github.com/allebdev "allebdev (1 commits)")

### Embed Badge

![Health badge](/badges/tristamoff-vk-api-schema/health.svg)

```
[![Health](https://phpackages.com/badges/tristamoff-vk-api-schema/health.svg)](https://phpackages.com/packages/tristamoff-vk-api-schema)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
