{"id":25020680,"url":"https://github.com/panoramicdata/uk.companieshouse.api","last_synced_at":"2025-09-12T18:33:31.641Z","repository":{"id":98577069,"uuid":"373626128","full_name":"panoramicdata/Uk.CompaniesHouse.Api","owner":"panoramicdata","description":"A nuget package for the Companies House REST API.","archived":false,"fork":false,"pushed_at":"2022-06-27T11:07:03.000Z","size":548,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T02:12:57.968Z","etag":null,"topics":[],"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/panoramicdata.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-03T19:57:46.000Z","updated_at":"2022-03-04T13:45:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d202f56-4c38-4254-9658-62ceaabf0283","html_url":"https://github.com/panoramicdata/Uk.CompaniesHouse.Api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panoramicdata/Uk.CompaniesHouse.Api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FUk.CompaniesHouse.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FUk.CompaniesHouse.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FUk.CompaniesHouse.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FUk.CompaniesHouse.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Uk.CompaniesHouse.Api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FUk.CompaniesHouse.Api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262900084,"owners_count":23381657,"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","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":[],"created_at":"2025-02-05T12:17:07.375Z","updated_at":"2025-07-01T05:04:28.090Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uk.CompaniesHouse.Api\n\nA nuget package for the Companies House REST API.\n\n[![Nuget](https://img.shields.io/nuget/v/Uk.CompaniesHouse.Api)](https://www.nuget.org/packages/Uk.CompaniesHouse.Api/)\n\nTo use the Companies House nuget package:\n\n## Visual Studio\n\n1. Open your project in Visual Studio\n1. Right-click on the project and click \"Manage Nuget packages\"\n1. Find the package \"Uk.CompaniesHouse.Api\" - install the latest version\n\n## Example code (C# 8.0):\n\n``` C#\nusing Uk.CompaniesHouse.Api;\nusing System;\nusing System.Collections.Generic;\nusing System.Threading.Tasks;\n\nnamespace My.Project\n{\n\tpublic static class Program\n\t{\n\t\tpublic static async Task Main()\n\t\t{\n\t\t\tvar filingHistoryInfo = await Client\n\t\t\t\t.Company\n\t\t\t\t.GetFilingHistoryByIdAsync(\"\u003cEXAMPLE ID\u003e, default\")\n\t\t\t\t.ConfigureAwait(false);\n\n\t\t\tConsole.WriteLine($\"Action date: {filingHistoryInfo.Items[0].ActionDate}\");\n\t\t}\n\t}\n}\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fuk.companieshouse.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fuk.companieshouse.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fuk.companieshouse.api/lists"}