{"id":17335311,"url":"https://github.com/nice3point/revitapi","last_synced_at":"2026-04-22T21:01:06.301Z","repository":{"id":43796665,"uuid":"454170382","full_name":"Nice3point/RevitApi","owner":"Nice3point","description":"Libraries for Revit plugin development","archived":false,"fork":false,"pushed_at":"2026-04-19T02:49:30.000Z","size":187641,"stargazers_count":77,"open_issues_count":5,"forks_count":15,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-19T04:32:39.021Z","etag":null,"topics":["api","revit"],"latest_commit_sha":null,"homepage":"","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/Nice3point.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"github.com/Atomatiq"}},"created_at":"2022-01-31T21:07:42.000Z","updated_at":"2026-04-16T19:29:20.000Z","dependencies_parsed_at":"2025-08-09T12:20:56.787Z","dependency_job_id":null,"html_url":"https://github.com/Nice3point/RevitApi","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/Nice3point/RevitApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nice3point%2FRevitApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nice3point%2FRevitApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nice3point%2FRevitApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nice3point%2FRevitApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nice3point","download_url":"https://codeload.github.com/Nice3point/RevitApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nice3point%2FRevitApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32154688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","revit"],"created_at":"2024-10-15T15:08:49.708Z","updated_at":"2026-04-22T21:01:06.255Z","avatar_url":"https://github.com/Nice3point.png","language":"C#","funding_links":["github.com/Atomatiq"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" width=\"500\" srcset=\"https://github.com/Nice3point/RevitApi/assets/20504884/093e1130-1aeb-427b-8231-d0a3f7d467f2\"\u003e\n        \u003cimg alt=\"RevitLookup\" width=\"500\" src=\"https://github.com/Nice3point/RevitApi/assets/20504884/fdc24b70-1dce-44f9-961f-7c4b467cc024\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n## Libraries for Revit add-ins development\n\nThis repository contains libraries for creating Revit add-in. All files are packed into separate Nuget packages for easy connection to your project. Only original files from the\nlatest [Revit](https://www.autodesk.com/products/revit) installation image are used.\n\nDidn't find the library you need? [Tell me](https://github.com/Nice3point/RevitApi/issues/new)\n\n## RevitAPI\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.RevitAPI\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## RevitAPIUI\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIUI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIUI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.RevitAPIUI\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## RevitAPIIFC\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIIFC?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIIFC?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.RevitAPIIFC\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n\n## AdWindows\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.AdWindows?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.AdWindows?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.AdWindows\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## UIFramework\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.UIFramework?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.UIFramework?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.UIFramework\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## UIFrameworkServices\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.UIFrameworkServices?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.UIFrameworkServices?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.UIFrameworkServices\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## RevitAddInUtility\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAddInUtility?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAddInUtility?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.RevitAddInUtility\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## RevitAPIMacros\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIMacros?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIMacros?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.RevitAPIMacros\" Version=\"$(RevitVersion).*\"/\u003e\n```\n\n## PackageContentsParser\n\n[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.PackageContentsParser?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.PackageContentsParser)\n[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.PackageContentsParser?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.PackageContentsParser)\n\nInstallation:\n\n```text\n\u003cPackageReference Include=\"Nice3point.Revit.Api.PackageContentsParser\" Version=\"$(RevitVersion).*\"/\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnice3point%2Frevitapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnice3point%2Frevitapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnice3point%2Frevitapi/lists"}