{"id":19380270,"url":"https://github.com/khrabrovart/vk-api-schema-parser","last_synced_at":"2025-08-19T19:20:46.230Z","repository":{"id":115863618,"uuid":"100298082","full_name":"khrabrovart/vk-api-schema-parser","owner":"khrabrovart","description":"VK (VKontakte) API JSON schema parser for .NET ","archived":false,"fork":false,"pushed_at":"2022-12-08T03:42:35.000Z","size":338,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T06:07:54.461Z","etag":null,"topics":["api","csharp","json","json-schema","parser","vk","vk-api-schema","vkontakte"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khrabrovart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-14T18:34:15.000Z","updated_at":"2022-06-14T19:57:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"75ba6f3e-e952-4f81-a6b9-81277cdcac0e","html_url":"https://github.com/khrabrovart/vk-api-schema-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khrabrovart/vk-api-schema-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrabrovart%2Fvk-api-schema-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrabrovart%2Fvk-api-schema-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrabrovart%2Fvk-api-schema-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrabrovart%2Fvk-api-schema-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khrabrovart","download_url":"https://codeload.github.com/khrabrovart/vk-api-schema-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khrabrovart%2Fvk-api-schema-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271206993,"owners_count":24718705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","csharp","json","json-schema","parser","vk","vk-api-schema","vkontakte"],"created_at":"2024-11-10T09:13:31.650Z","updated_at":"2025-08-19T19:20:46.224Z","avatar_url":"https://github.com/khrabrovart.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VK API Schema Parser ![Nuget](https://img.shields.io/nuget/v/VKApiSchemaParser.svg)\n\nEasy-to-use VK (originally VKontakte) API schema parser that gives you back a bunch of ordinary .NET objects kindly prepared for futher processing\n\n## Description\nConverts [VK API Schema](https://github.com/VKCOM/vk-api-schema) to C# objects.\n\nWorks with:\n* [Objects](https://github.com/VKCOM/vk-api-schema/blob/master/objects.json)\n* [Responses](https://github.com/VKCOM/vk-api-schema/blob/master/responses.json)\n* [Methods](https://github.com/VKCOM/vk-api-schema/blob/master/methods.json)\n\nOfficial VK API documentation about its JSON schema can be found [here](https://vk.com/dev/json_schema).\n\n## NuGet Package\nInstall VK API Schema Parser package:\n```\nInstall-Package VKApiSchemaParser\n```\n\n[NuGet package link](https://www.nuget.org/packages/VKApiSchemaParser)\n\n## Usage\n```csharp\nvar schema = await VKApiSchema.ParseAsync();\n\nvar objects = schema.Objects;\nvar responses = schema.Responses;\nvar methods = schema.Methods;\nvar errors = schema.Errors;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhrabrovart%2Fvk-api-schema-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhrabrovart%2Fvk-api-schema-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhrabrovart%2Fvk-api-schema-parser/lists"}