{"id":16996045,"url":"https://github.com/nekiplay/ip-api","last_synced_at":"2026-03-16T04:30:15.447Z","repository":{"id":108199643,"uuid":"326527535","full_name":"Nekiplay/IP-API","owner":"Nekiplay","description":"API for IP","archived":true,"fork":false,"pushed_at":"2021-06-27T17:02:32.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T07:12:43.546Z","etag":null,"topics":["csharp","csharp-library","ip","ipv4"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nekiplay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-01-04T00:18:40.000Z","updated_at":"2023-10-13T13:51:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c42680e-2da6-4dad-98d5-670c16753289","html_url":"https://github.com/Nekiplay/IP-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekiplay%2FIP-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekiplay%2FIP-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekiplay%2FIP-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekiplay%2FIP-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nekiplay","download_url":"https://codeload.github.com/Nekiplay/IP-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239925675,"owners_count":19719562,"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":["csharp","csharp-library","ip","ipv4"],"created_at":"2024-10-14T03:51:11.960Z","updated_at":"2026-03-16T04:30:15.407Z","avatar_url":"https://github.com/Nekiplay.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP-API\n**API for IP**\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9cbc5881925b4ae19b01297d9c8e0e0d)](https://www.codacy.com/gh/Nekiplay/IP-API/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Nekiplay/IP-API\u0026amp;utm_campaign=Badge_Grade)\n\n**If open Port:**\n```C#\nIP.API.Port port = new IP.API.Port(\"IP\");\nbool valid = port.CheckPort(80);\n```\n\n**Get IP Information:**\n```C#\nIP.API.Information IpInformation = new IP.API.Information(\"IP\");\n\nbool IsTor = information.IsTorAsync().Result;\n\nbool ipvalid = IpInformation.IP.IpValid;\nstring country = IpInformation.IP.Country;\nstring city = IpInformation.IP.City;\nstring region = IpInformation.IP.Region;\n\nstring asn = IpInformation.IP.ASN;\nstring provider = IpInformation.IP.Provider;\n\ndouble Latitude = IpInformation.IP.Latitude;\ndouble Longitude = IpInformation.IP.Longitude;\n\ndouble CountryPopulation = IpInformation.IP.CountryPopulation;\n``` \n\n**Get ICMP Traffic:**\n```C#\nIP.API.ICMP icmp = new IP.API.ICMP(\"IP\");\nint icmppower = icmp.Power; /* Maximum power 4 */\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekiplay%2Fip-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekiplay%2Fip-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekiplay%2Fip-api/lists"}