{"id":24822222,"url":"https://github.com/junian/checkip","last_synced_at":"2025-10-10T23:15:57.290Z","repository":{"id":274693657,"uuid":"923767695","full_name":"junian/checkip","owner":"junian","description":"Check Public IP Address","archived":false,"fork":false,"pushed_at":"2025-01-28T21:24:55.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T04:28:36.114Z","etag":null,"topics":["check-ip","cloudflare-workers","typescript"],"latest_commit_sha":null,"homepage":"https://checkip.junian.dev","language":"TypeScript","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/junian.png","metadata":{"files":{"readme":"docs/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":"2025-01-28T19:50:50.000Z","updated_at":"2025-01-28T21:24:58.000Z","dependencies_parsed_at":"2025-06-21T16:37:19.779Z","dependency_job_id":"0c30a152-a69b-47af-b4ec-8113c733101a","html_url":"https://github.com/junian/checkip","commit_stats":null,"previous_names":["junian/checkip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junian/checkip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fcheckip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fcheckip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fcheckip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fcheckip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junian","download_url":"https://codeload.github.com/junian/checkip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fcheckip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005548,"owners_count":26083918,"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-10-10T02:00:06.843Z","response_time":62,"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":["check-ip","cloudflare-workers","typescript"],"created_at":"2025-01-30T18:27:01.805Z","updated_at":"2025-10-10T23:15:57.214Z","avatar_url":"https://github.com/junian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CheckIP\n\nCheck Public IP Address.\n\n## Usage\n\nOpen web browser.\n\nFrom terminal, you can use `curl`.\n\n```bash\n$ curl -L checkip.junian.dev\n203.0.113.113\n```\n\nIntegrate with code, example in C#:\n\n```csharp\npublic string GetPublicIPAddress()\n{\n    var uri = \"https://checkip.junian.dev/\";\n    var ip = string.Empty;\n\n    using (var client = new HttpClient())\n    {\n        ip = client?.GetAsync(uri)?.Result?.Content?\n            .ReadAsStringAsync()?.Result?.Trim();\n    }\n\n    return ip;\n}\n```\n\n## Development\n\nInstall dependencies.\n\n```bash\nnpm install\n```\n\nRun in local machine.\n\n```bash\nnpm run dev\n```\n\nDeploy to Cloudflare Worker.\n\n\n```bash\nnpm run deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunian%2Fcheckip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunian%2Fcheckip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunian%2Fcheckip/lists"}